Color Converter Tool

Convert Colors from HEX to RGB

Welcome to the Crown Visuals free color converter tool providing information about any color and generating matching color palettes for all your design needs (such as complementary or monochromatic colors schemes).

Just type in a Hexadecimal color value [FFFFFF] or an RGB color value [rgb(255,255,255)] in the search field and our color engine will automatically convert and expand its color realm.

Loading...

Color Information

In a RGB color space, hex is composed of % red, % green and % blue.

%Red
%Green
%Blue
Color Conversion

The hexadecimal color has RGB values of R:, G: and B:

Hex triplet
RGB Decimal , , rgb(,,)
RGB Percent , , rgb(%,%,%)
HSL °, , hsl(,%,%)
Shades of

A shade is achieved by adding black or white to any pure hue.

Complimentary Color for

A complimentary color is achieved by combining colors from opposite sides of the color wheel.

Hues of

The hues of a color are achieved by rotating the degree of color pigment.

Monochromatic Colors of

Monochromatic colors are achieved by using different tones from the same angle on the color wheel (the same hue).

Invert Blend of

The inverse of a color is achieved by inversing the amount of red, green and blue.

Inverted Shades of

The inverse of a color is achieved by inversing the amount of red, green and blue.

Examples with

This is a title
.css {
  font-size: 26px;
  font-weight: bold;
  color: ;
}
This is a paragraph with words that talk about absolutely nothing.
.css {
  padding: 12px;
  border: 1px solid ;
  border-radius: 6px;
  color: ;
}
This is a button
.css {
  padding: 6px 12px;
  color: #fff;
  background-color: ;
}