Shades of Slate Blue #666CCE
Tints of Slate Blue #666CCE
RGB
CMYK
RGB Variations
Color information
#666CCE (or 0x666CCE) is known color: Slate Blue. HEX triplet: 66, 6C and CE. RGB value is (102,108,206). Sum of RGB (Red+Green+Blue) = 102+108+206=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #666CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666CCE is #999331. Grayscale: #747474. Windows color (decimal): -10064690 or 13528166. OLE color: 13528166.
HSL color Cylindrical-coordinate representation of color #666CCE: hue angle of 236.54º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #666CCE is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 108 | 206 | - |
| CMYK | 0.50 | 0.48 | 0 | 0.19 |
| HSL | 236.54º | 0.51% | 0.6% | - |
| HSV(B) | 236.54º | 0.5% | 0.81% | - |
| XYZ | 21.98 | 18.01 | 60.71 | - |
| YUV | 117.38 | 178.01 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 206 | 0.50 | 0.48 | 0 | 0.19 | 236.54 | 0.51 | 0.6 |
| Hex | 66 | 6C | CE | 32 | 30 | 0 | 13 | ED | 33 | 3C |
| Octal | 146 | 154 | 316 | 62 | 60 | 0 | 23 | 355 | 63 | 74 |
| Binary | 1100110 | 1101100 | 11001110 | 110010 | 110000 | 0 | 10011 | 11101101 | 110011 | 111100 |
Color Harmonies of #666CCE
Complementary color
Monochromatic Colors of #666CCE
Black with #666CCE
Text Example
Text Example
White with #666CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666CCE; }
p { color: rgb(102,108,206); }
H1.HeaderClassName
{
color: #666CCE;
}
.AnyTagClassName
{
color: #666CCE;
}
</style>
background-color css
<style>
a { background-color: #666CCE; }
a { background-color: rgb(102,108,206); }
div.DivClassName
{
background-color: #666CCE;
}
.BgClassName
{
background-color: #666CCE;
}
</style>
border-color css
<style>
span { border-color: #666CCE; }
span { border-color: rgb(102,108,206); }
td.TdClassName
{
border-color: #666CCE;
}
.TagClassName
{
border-color: #666CCE;
}
</style>