Shades of Slate Blue #6E4FCE
Tints of Slate Blue #6E4FCE
RGB
CMYK
RGB Variations
Color information
#6E4FCE (or 0x6E4FCE) is known color: Slate Blue. HEX triplet: 6E, 4F and CE. RGB value is (110,79,206). Sum of RGB (Red+Green+Blue) = 110+79+206=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E4FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4FCE is #91B031. Grayscale: #666666. Windows color (decimal): -9547826 or 13520750. OLE color: 13520750.
HSL color Cylindrical-coordinate representation of color #6E4FCE: hue angle of 254.65º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E4FCE is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 79 | 206 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.19 |
| HSL | 254.65º | 0.56% | 0.56% | - |
| HSV(B) | 254.65º | 0.62% | 0.81% | - |
| XYZ | 20.37 | 13.36 | 59.9 | - |
| YUV | 102.75 | 186.27 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 79 | 206 | 0.47 | 0.62 | 0 | 0.19 | 254.65 | 0.56 | 0.56 |
| Hex | 6E | 4F | CE | 2F | 3E | 0 | 13 | FF | 38 | 38 |
| Octal | 156 | 117 | 316 | 57 | 76 | 0 | 23 | 377 | 70 | 70 |
| Binary | 1101110 | 1001111 | 11001110 | 101111 | 111110 | 0 | 10011 | 11111111 | 111000 | 111000 |
Color Harmonies of #6E4FCE
Complementary color
Monochromatic Colors of #6E4FCE
Black with #6E4FCE
Text Example
Text Example
White with #6E4FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4FCE; }
p { color: rgb(110,79,206); }
H1.HeaderClassName
{
color: #6E4FCE;
}
.AnyTagClassName
{
color: #6E4FCE;
}
</style>
background-color css
<style>
a { background-color: #6E4FCE; }
a { background-color: rgb(110,79,206); }
div.DivClassName
{
background-color: #6E4FCE;
}
.BgClassName
{
background-color: #6E4FCE;
}
</style>
border-color css
<style>
span { border-color: #6E4FCE; }
span { border-color: rgb(110,79,206); }
td.TdClassName
{
border-color: #6E4FCE;
}
.TagClassName
{
border-color: #6E4FCE;
}
</style>