Shades of Slate Blue #666EDD
Tints of Slate Blue #666EDD
RGB
CMYK
RGB Variations
Color information
#666EDD (or 0x666EDD) is known color: Slate Blue. HEX triplet: 66, 6E and DD. RGB value is (102,110,221). Sum of RGB (Red+Green+Blue) = 102+110+221=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #666EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666EDD is #999122. Grayscale: #777777. Windows color (decimal): -10064163 or 14511718. OLE color: 14511718.
HSL color Cylindrical-coordinate representation of color #666EDD: hue angle of 235.97º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #666EDD is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 110 | 221 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.13 |
| HSL | 235.97º | 0.64% | 0.63% | - |
| HSV(B) | 235.97º | 0.54% | 0.87% | - |
| XYZ | 24.11 | 19.2 | 70.84 | - |
| YUV | 120.26 | 184.85 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 221 | 0.54 | 0.50 | 0 | 0.13 | 235.97 | 0.64 | 0.63 |
| Hex | 66 | 6E | DD | 36 | 32 | 0 | D | EC | 40 | 3F |
| Octal | 146 | 156 | 335 | 66 | 62 | 0 | 15 | 354 | 100 | 77 |
| Binary | 1100110 | 1101110 | 11011101 | 110110 | 110010 | 0 | 1101 | 11101100 | 1000000 | 111111 |
Color Harmonies of #666EDD
Complementary color
Monochromatic Colors of #666EDD
Black with #666EDD
Text Example
Text Example
White with #666EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666EDD; }
p { color: rgb(102,110,221); }
H1.HeaderClassName
{
color: #666EDD;
}
.AnyTagClassName
{
color: #666EDD;
}
</style>
background-color css
<style>
a { background-color: #666EDD; }
a { background-color: rgb(102,110,221); }
div.DivClassName
{
background-color: #666EDD;
}
.BgClassName
{
background-color: #666EDD;
}
</style>
border-color css
<style>
span { border-color: #666EDD; }
span { border-color: rgb(102,110,221); }
td.TdClassName
{
border-color: #666EDD;
}
.TagClassName
{
border-color: #666EDD;
}
</style>