Shades of Slate Blue #666BCC
Tints of Slate Blue #666BCC
RGB
CMYK
RGB Variations
Color information
#666BCC (or 0x666BCC) is known color: Slate Blue. HEX triplet: 66, 6B and CC. RGB value is (102,107,204). Sum of RGB (Red+Green+Blue) = 102+107+204=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #666BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BCC is #999433. Grayscale: #747474. Windows color (decimal): -10064948 or 13396838. OLE color: 13396838.
HSL color Cylindrical-coordinate representation of color #666BCC: hue angle of 237.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #666BCC is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 107 | 204 | - |
| CMYK | 0.5 | 0.48 | 0 | 0.2 |
| HSL | 237.06º | 0.5% | 0.6% | - |
| HSV(B) | 237.06º | 0.5% | 0.8% | - |
| XYZ | 21.64 | 17.7 | 59.4 | - |
| YUV | 116.56 | 177.34 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 204 | 0.5 | 0.48 | 0 | 0.2 | 237.06 | 0.5 | 0.6 |
| Hex | 66 | 6B | CC | 32 | 30 | 0 | 14 | ED | 32 | 3C |
| Octal | 146 | 153 | 314 | 62 | 60 | 0 | 24 | 355 | 62 | 74 |
| Binary | 1100110 | 1101011 | 11001100 | 110010 | 110000 | 0 | 10100 | 11101101 | 110010 | 111100 |
Color Harmonies of #666BCC
Complementary color
Monochromatic Colors of #666BCC
Black with #666BCC
Text Example
Text Example
White with #666BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666BCC; }
p { color: rgb(102,107,204); }
H1.HeaderClassName
{
color: #666BCC;
}
.AnyTagClassName
{
color: #666BCC;
}
</style>
background-color css
<style>
a { background-color: #666BCC; }
a { background-color: rgb(102,107,204); }
div.DivClassName
{
background-color: #666BCC;
}
.BgClassName
{
background-color: #666BCC;
}
</style>
border-color css
<style>
span { border-color: #666BCC; }
span { border-color: rgb(102,107,204); }
td.TdClassName
{
border-color: #666BCC;
}
.TagClassName
{
border-color: #666BCC;
}
</style>