Shades of Slate Blue #666FDC
Tints of Slate Blue #666FDC
RGB
CMYK
RGB Variations
Color information
#666FDC (or 0x666FDC) is known color: Slate Blue. HEX triplet: 66, 6F and DC. RGB value is (102,111,220). Sum of RGB (Red+Green+Blue) = 102+111+220=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #666FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666FDC is #999023. Grayscale: #787878. Windows color (decimal): -10063908 or 14446438. OLE color: 14446438.
HSL color Cylindrical-coordinate representation of color #666FDC: hue angle of 235.42º 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 #666FDC is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 111 | 220 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.14 |
| HSL | 235.42º | 0.63% | 0.63% | - |
| HSV(B) | 235.42º | 0.54% | 0.86% | - |
| XYZ | 24.08 | 19.36 | 70.18 | - |
| YUV | 120.74 | 184.02 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 220 | 0.54 | 0.50 | 0 | 0.14 | 235.42 | 0.63 | 0.63 |
| Hex | 66 | 6F | DC | 36 | 32 | 0 | E | EB | 3F | 3F |
| Octal | 146 | 157 | 334 | 66 | 62 | 0 | 16 | 353 | 77 | 77 |
| Binary | 1100110 | 1101111 | 11011100 | 110110 | 110010 | 0 | 1110 | 11101011 | 111111 | 111111 |
Color Harmonies of #666FDC
Complementary color
Monochromatic Colors of #666FDC
Black with #666FDC
Text Example
Text Example
White with #666FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666FDC; }
p { color: rgb(102,111,220); }
H1.HeaderClassName
{
color: #666FDC;
}
.AnyTagClassName
{
color: #666FDC;
}
</style>
background-color css
<style>
a { background-color: #666FDC; }
a { background-color: rgb(102,111,220); }
div.DivClassName
{
background-color: #666FDC;
}
.BgClassName
{
background-color: #666FDC;
}
</style>
border-color css
<style>
span { border-color: #666FDC; }
span { border-color: rgb(102,111,220); }
td.TdClassName
{
border-color: #666FDC;
}
.TagClassName
{
border-color: #666FDC;
}
</style>