Shades of Slate Blue #666ED6
Tints of Slate Blue #666ED6
RGB
CMYK
RGB Variations
Color information
#666ED6 (or 0x666ED6) is known color: Slate Blue. HEX triplet: 66, 6E and D6. RGB value is (102,110,214). Sum of RGB (Red+Green+Blue) = 102+110+214=426 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.94% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 214 (83.98% from 255 or 50.23% from 426); Max value from RGB is 214 - color contains mainly: blue. Hex color #666ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666ED6 is #999129. Grayscale: #777777. Windows color (decimal): -10064170 or 14052966. OLE color: 14052966.
HSL color Cylindrical-coordinate representation of color #666ED6: hue angle of 235.71º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #666ED6 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 110 | 214 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.16 |
| HSL | 235.71º | 0.58% | 0.62% | - |
| HSV(B) | 235.71º | 0.52% | 0.84% | - |
| XYZ | 23.19 | 18.83 | 66.03 | - |
| YUV | 119.46 | 181.35 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 214 | 0.52 | 0.49 | 0 | 0.16 | 235.71 | 0.58 | 0.62 |
| Hex | 66 | 6E | D6 | 34 | 31 | 0 | 10 | EC | 3A | 3E |
| Octal | 146 | 156 | 326 | 64 | 61 | 0 | 20 | 354 | 72 | 76 |
| Binary | 1100110 | 1101110 | 11010110 | 110100 | 110001 | 0 | 10000 | 11101100 | 111010 | 111110 |
Color Harmonies of #666ED6
Complementary color
Monochromatic Colors of #666ED6
Black with #666ED6
Text Example
Text Example
White with #666ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666ED6; }
p { color: rgb(102,110,214); }
H1.HeaderClassName
{
color: #666ED6;
}
.AnyTagClassName
{
color: #666ED6;
}
</style>
background-color css
<style>
a { background-color: #666ED6; }
a { background-color: rgb(102,110,214); }
div.DivClassName
{
background-color: #666ED6;
}
.BgClassName
{
background-color: #666ED6;
}
</style>
border-color css
<style>
span { border-color: #666ED6; }
span { border-color: rgb(102,110,214); }
td.TdClassName
{
border-color: #666ED6;
}
.TagClassName
{
border-color: #666ED6;
}
</style>