Shades of Slate Blue #666DDE
Tints of Slate Blue #666DDE
RGB
CMYK
RGB Variations
Color information
#666DDE (or 0x666DDE) is known color: Slate Blue. HEX triplet: 66, 6D and DE. RGB value is (102,109,222). Sum of RGB (Red+Green+Blue) = 102+109+222=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #666DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666DDE is #999221. Grayscale: #777777. Windows color (decimal): -10064418 or 14576998. OLE color: 14576998.
HSL color Cylindrical-coordinate representation of color #666DDE: hue angle of 236.5º 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 #666DDE is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 109 | 222 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.13 |
| HSL | 236.5º | 0.65% | 0.64% | - |
| HSV(B) | 236.5º | 0.54% | 0.87% | - |
| XYZ | 24.13 | 19.04 | 71.51 | - |
| YUV | 119.79 | 185.68 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 222 | 0.54 | 0.51 | 0 | 0.13 | 236.5 | 0.65 | 0.64 |
| Hex | 66 | 6D | DE | 36 | 33 | 0 | D | EC | 41 | 40 |
| Octal | 146 | 155 | 336 | 66 | 63 | 0 | 15 | 354 | 101 | 100 |
| Binary | 1100110 | 1101101 | 11011110 | 110110 | 110011 | 0 | 1101 | 11101100 | 1000001 | 1000000 |
Color Harmonies of #666DDE
Complementary color
Monochromatic Colors of #666DDE
Black with #666DDE
Text Example
Text Example
White with #666DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666DDE; }
p { color: rgb(102,109,222); }
H1.HeaderClassName
{
color: #666DDE;
}
.AnyTagClassName
{
color: #666DDE;
}
</style>
background-color css
<style>
a { background-color: #666DDE; }
a { background-color: rgb(102,109,222); }
div.DivClassName
{
background-color: #666DDE;
}
.BgClassName
{
background-color: #666DDE;
}
</style>
border-color css
<style>
span { border-color: #666DDE; }
span { border-color: rgb(102,109,222); }
td.TdClassName
{
border-color: #666DDE;
}
.TagClassName
{
border-color: #666DDE;
}
</style>