Shades of Slate Blue #666DDC
Tints of Slate Blue #666DDC
RGB
CMYK
RGB Variations
Color information
#666DDC (or 0x666DDC) is known color: Slate Blue. HEX triplet: 66, 6D and DC. RGB value is (102,109,220). Sum of RGB (Red+Green+Blue) = 102+109+220=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #666DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666DDC is #999223. Grayscale: #777777. Windows color (decimal): -10064420 or 14445926. OLE color: 14445926.
HSL color Cylindrical-coordinate representation of color #666DDC: hue angle of 236.44º 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 #666DDC is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 109 | 220 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.14 |
| HSL | 236.44º | 0.63% | 0.63% | - |
| HSV(B) | 236.44º | 0.54% | 0.86% | - |
| XYZ | 23.87 | 18.93 | 70.11 | - |
| YUV | 119.56 | 184.68 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 220 | 0.54 | 0.50 | 0 | 0.14 | 236.44 | 0.63 | 0.63 |
| Hex | 66 | 6D | DC | 36 | 32 | 0 | E | EC | 3F | 3F |
| Octal | 146 | 155 | 334 | 66 | 62 | 0 | 16 | 354 | 77 | 77 |
| Binary | 1100110 | 1101101 | 11011100 | 110110 | 110010 | 0 | 1110 | 11101100 | 111111 | 111111 |
Color Harmonies of #666DDC
Complementary color
Monochromatic Colors of #666DDC
Black with #666DDC
Text Example
Text Example
White with #666DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666DDC; }
p { color: rgb(102,109,220); }
H1.HeaderClassName
{
color: #666DDC;
}
.AnyTagClassName
{
color: #666DDC;
}
</style>
background-color css
<style>
a { background-color: #666DDC; }
a { background-color: rgb(102,109,220); }
div.DivClassName
{
background-color: #666DDC;
}
.BgClassName
{
background-color: #666DDC;
}
</style>
border-color css
<style>
span { border-color: #666DDC; }
span { border-color: rgb(102,109,220); }
td.TdClassName
{
border-color: #666DDC;
}
.TagClassName
{
border-color: #666DDC;
}
</style>