Shades of Slate Blue #6E6ECE
Tints of Slate Blue #6E6ECE
RGB
CMYK
RGB Variations
Color information
#6E6ECE (or 0x6E6ECE) is known color: Slate Blue. HEX triplet: 6E, 6E and CE. RGB value is (110,110,206). Sum of RGB (Red+Green+Blue) = 110+110+206=426 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.82% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E6ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6ECE is #919131. Grayscale: #787878. Windows color (decimal): -9539890 or 13528686. OLE color: 13528686.
HSL color Cylindrical-coordinate representation of color #6E6ECE: hue angle of 240º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E6ECE is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 110 | 206 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.19 |
| HSL | 240º | 0.49% | 0.62% | - |
| HSV(B) | 240º | 0.47% | 0.81% | - |
| XYZ | 23.15 | 18.92 | 60.83 | - |
| YUV | 120.94 | 176 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 110 | 206 | 0.47 | 0.47 | 0 | 0.19 | 240 | 0.49 | 0.62 |
| Hex | 6E | 6E | CE | 2F | 2F | 0 | 13 | F0 | 31 | 3E |
| Octal | 156 | 156 | 316 | 57 | 57 | 0 | 23 | 360 | 61 | 76 |
| Binary | 1101110 | 1101110 | 11001110 | 101111 | 101111 | 0 | 10011 | 11110000 | 110001 | 111110 |
Color Harmonies of #6E6ECE
Complementary color
Monochromatic Colors of #6E6ECE
Black with #6E6ECE
Text Example
Text Example
White with #6E6ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6ECE; }
p { color: rgb(110,110,206); }
H1.HeaderClassName
{
color: #6E6ECE;
}
.AnyTagClassName
{
color: #6E6ECE;
}
</style>
background-color css
<style>
a { background-color: #6E6ECE; }
a { background-color: rgb(110,110,206); }
div.DivClassName
{
background-color: #6E6ECE;
}
.BgClassName
{
background-color: #6E6ECE;
}
</style>
border-color css
<style>
span { border-color: #6E6ECE; }
span { border-color: rgb(110,110,206); }
td.TdClassName
{
border-color: #6E6ECE;
}
.TagClassName
{
border-color: #6E6ECE;
}
</style>