Shades of Slate Blue #6E6CCE
Tints of Slate Blue #6E6CCE
RGB
CMYK
RGB Variations
Color information
#6E6CCE (or 0x6E6CCE) is known color: Slate Blue. HEX triplet: 6E, 6C and CE. RGB value is (110,108,206). Sum of RGB (Red+Green+Blue) = 110+108+206=424 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.94% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E6CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6CCE is #919331. Grayscale: #777777. Windows color (decimal): -9540402 or 13528174. OLE color: 13528174.
HSL color Cylindrical-coordinate representation of color #6E6CCE: hue angle of 241.22º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E6CCE is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 108 | 206 | - |
| CMYK | 0.47 | 0.48 | 0 | 0.19 |
| HSL | 241.22º | 0.5% | 0.62% | - |
| HSV(B) | 241.22º | 0.48% | 0.81% | - |
| XYZ | 22.93 | 18.5 | 60.75 | - |
| YUV | 119.77 | 176.66 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 108 | 206 | 0.47 | 0.48 | 0 | 0.19 | 241.22 | 0.5 | 0.62 |
| Hex | 6E | 6C | CE | 2F | 30 | 0 | 13 | F1 | 32 | 3E |
| Octal | 156 | 154 | 316 | 57 | 60 | 0 | 23 | 361 | 62 | 76 |
| Binary | 1101110 | 1101100 | 11001110 | 101111 | 110000 | 0 | 10011 | 11110001 | 110010 | 111110 |
Color Harmonies of #6E6CCE
Complementary color
Monochromatic Colors of #6E6CCE
Black with #6E6CCE
Text Example
Text Example
White with #6E6CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6CCE; }
p { color: rgb(110,108,206); }
H1.HeaderClassName
{
color: #6E6CCE;
}
.AnyTagClassName
{
color: #6E6CCE;
}
</style>
background-color css
<style>
a { background-color: #6E6CCE; }
a { background-color: rgb(110,108,206); }
div.DivClassName
{
background-color: #6E6CCE;
}
.BgClassName
{
background-color: #6E6CCE;
}
</style>
border-color css
<style>
span { border-color: #6E6CCE; }
span { border-color: rgb(110,108,206); }
td.TdClassName
{
border-color: #6E6CCE;
}
.TagClassName
{
border-color: #6E6CCE;
}
</style>