Shades of Slate Blue #666ED8
Tints of Slate Blue #666ED8
RGB
CMYK
RGB Variations
Color information
#666ED8 (or 0x666ED8) is known color: Slate Blue. HEX triplet: 66, 6E and D8. RGB value is (102,110,216). Sum of RGB (Red+Green+Blue) = 102+110+216=428 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.83% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #666ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666ED8 is #999127. Grayscale: #777777. Windows color (decimal): -10064168 or 14184038. OLE color: 14184038.
HSL color Cylindrical-coordinate representation of color #666ED8: hue angle of 235.79º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #666ED8 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 110 | 216 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.15 |
| HSL | 235.79º | 0.59% | 0.62% | - |
| HSV(B) | 235.79º | 0.53% | 0.85% | - |
| XYZ | 23.45 | 18.93 | 67.38 | - |
| YUV | 119.69 | 182.35 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 216 | 0.53 | 0.49 | 0 | 0.15 | 235.79 | 0.59 | 0.62 |
| Hex | 66 | 6E | D8 | 35 | 31 | 0 | F | EC | 3B | 3E |
| Octal | 146 | 156 | 330 | 65 | 61 | 0 | 17 | 354 | 73 | 76 |
| Binary | 1100110 | 1101110 | 11011000 | 110101 | 110001 | 0 | 1111 | 11101100 | 111011 | 111110 |
Color Harmonies of #666ED8
Complementary color
Monochromatic Colors of #666ED8
Black with #666ED8
Text Example
Text Example
White with #666ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666ED8; }
p { color: rgb(102,110,216); }
H1.HeaderClassName
{
color: #666ED8;
}
.AnyTagClassName
{
color: #666ED8;
}
</style>
background-color css
<style>
a { background-color: #666ED8; }
a { background-color: rgb(102,110,216); }
div.DivClassName
{
background-color: #666ED8;
}
.BgClassName
{
background-color: #666ED8;
}
</style>
border-color css
<style>
span { border-color: #666ED8; }
span { border-color: rgb(102,110,216); }
td.TdClassName
{
border-color: #666ED8;
}
.TagClassName
{
border-color: #666ED8;
}
</style>