Shades of Slate Blue #666CDE
Tints of Slate Blue #666CDE
RGB
CMYK
RGB Variations
Color information
#666CDE (or 0x666CDE) is known color: Slate Blue. HEX triplet: 66, 6C and DE. RGB value is (102,108,222). Sum of RGB (Red+Green+Blue) = 102+108+222=432 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.61% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #666CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666CDE is #999321. Grayscale: #767676. Windows color (decimal): -10064674 or 14576742. OLE color: 14576742.
HSL color Cylindrical-coordinate representation of color #666CDE: hue angle of 237º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #666CDE is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 108 | 222 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.13 |
| HSL | 237º | 0.65% | 0.64% | - |
| HSV(B) | 237º | 0.54% | 0.87% | - |
| XYZ | 24.03 | 18.82 | 71.47 | - |
| YUV | 119.2 | 186.01 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 222 | 0.54 | 0.51 | 0 | 0.13 | 237 | 0.65 | 0.64 |
| Hex | 66 | 6C | DE | 36 | 33 | 0 | D | ED | 41 | 40 |
| Octal | 146 | 154 | 336 | 66 | 63 | 0 | 15 | 355 | 101 | 100 |
| Binary | 1100110 | 1101100 | 11011110 | 110110 | 110011 | 0 | 1101 | 11101101 | 1000001 | 1000000 |
Color Harmonies of #666CDE
Complementary color
Monochromatic Colors of #666CDE
Black with #666CDE
Text Example
Text Example
White with #666CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666CDE; }
p { color: rgb(102,108,222); }
H1.HeaderClassName
{
color: #666CDE;
}
.AnyTagClassName
{
color: #666CDE;
}
</style>
background-color css
<style>
a { background-color: #666CDE; }
a { background-color: rgb(102,108,222); }
div.DivClassName
{
background-color: #666CDE;
}
.BgClassName
{
background-color: #666CDE;
}
</style>
border-color css
<style>
span { border-color: #666CDE; }
span { border-color: rgb(102,108,222); }
td.TdClassName
{
border-color: #666CDE;
}
.TagClassName
{
border-color: #666CDE;
}
</style>