Shades of Slate Blue #666CDC
Tints of Slate Blue #666CDC
RGB
CMYK
RGB Variations
Color information
#666CDC (or 0x666CDC) is known color: Slate Blue. HEX triplet: 66, 6C and DC. RGB value is (102,108,220). Sum of RGB (Red+Green+Blue) = 102+108+220=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #666CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666CDC is #999323. Grayscale: #767676. Windows color (decimal): -10064676 or 14445670. OLE color: 14445670.
HSL color Cylindrical-coordinate representation of color #666CDC: hue angle of 236.95º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #666CDC is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 108 | 220 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.14 |
| HSL | 236.95º | 0.63% | 0.63% | - |
| HSV(B) | 236.95º | 0.54% | 0.86% | - |
| XYZ | 23.76 | 18.72 | 70.07 | - |
| YUV | 118.97 | 185.01 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 220 | 0.54 | 0.51 | 0 | 0.14 | 236.95 | 0.63 | 0.63 |
| Hex | 66 | 6C | DC | 36 | 33 | 0 | E | ED | 3F | 3F |
| Octal | 146 | 154 | 334 | 66 | 63 | 0 | 16 | 355 | 77 | 77 |
| Binary | 1100110 | 1101100 | 11011100 | 110110 | 110011 | 0 | 1110 | 11101101 | 111111 | 111111 |
Color Harmonies of #666CDC
Complementary color
Monochromatic Colors of #666CDC
Black with #666CDC
Text Example
Text Example
White with #666CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666CDC; }
p { color: rgb(102,108,220); }
H1.HeaderClassName
{
color: #666CDC;
}
.AnyTagClassName
{
color: #666CDC;
}
</style>
background-color css
<style>
a { background-color: #666CDC; }
a { background-color: rgb(102,108,220); }
div.DivClassName
{
background-color: #666CDC;
}
.BgClassName
{
background-color: #666CDC;
}
</style>
border-color css
<style>
span { border-color: #666CDC; }
span { border-color: rgb(102,108,220); }
td.TdClassName
{
border-color: #666CDC;
}
.TagClassName
{
border-color: #666CDC;
}
</style>