Shades of Slate Blue #6E47CC
Tints of Slate Blue #6E47CC
RGB
CMYK
RGB Variations
Color information
#6E47CC (or 0x6E47CC) is known color: Slate Blue. HEX triplet: 6E, 47 and CC. RGB value is (110,71,204). Sum of RGB (Red+Green+Blue) = 110+71+204=385 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.57% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E47CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E47CC is #91B833. Grayscale: #616161. Windows color (decimal): -9549876 or 13387630. OLE color: 13387630.
HSL color Cylindrical-coordinate representation of color #6E47CC: hue angle of 257.59º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E47CC is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 71 | 204 | - |
| CMYK | 0.46 | 0.65 | 0 | 0.2 |
| HSL | 257.59º | 0.57% | 0.54% | - |
| HSV(B) | 257.59º | 0.65% | 0.8% | - |
| XYZ | 19.58 | 12.18 | 58.45 | - |
| YUV | 97.82 | 187.92 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 71 | 204 | 0.46 | 0.65 | 0 | 0.2 | 257.59 | 0.57 | 0.54 |
| Hex | 6E | 47 | CC | 2E | 41 | 0 | 14 | 102 | 39 | 36 |
| Octal | 156 | 107 | 314 | 56 | 101 | 0 | 24 | 402 | 71 | 66 |
| Binary | 1101110 | 1000111 | 11001100 | 101110 | 1000001 | 0 | 10100 | 100000010 | 111001 | 110110 |
Color Harmonies of #6E47CC
Complementary color
Monochromatic Colors of #6E47CC
Black with #6E47CC
Text Example
Text Example
White with #6E47CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E47CC; }
p { color: rgb(110,71,204); }
H1.HeaderClassName
{
color: #6E47CC;
}
.AnyTagClassName
{
color: #6E47CC;
}
</style>
background-color css
<style>
a { background-color: #6E47CC; }
a { background-color: rgb(110,71,204); }
div.DivClassName
{
background-color: #6E47CC;
}
.BgClassName
{
background-color: #6E47CC;
}
</style>
border-color css
<style>
span { border-color: #6E47CC; }
span { border-color: rgb(110,71,204); }
td.TdClassName
{
border-color: #6E47CC;
}
.TagClassName
{
border-color: #6E47CC;
}
</style>