Shades of Slate Blue #666BDD
Tints of Slate Blue #666BDD
RGB
CMYK
RGB Variations
Color information
#666BDD (or 0x666BDD) is known color: Slate Blue. HEX triplet: 66, 6B and DD. RGB value is (102,107,221). Sum of RGB (Red+Green+Blue) = 102+107+221=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #666BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BDD is #999422. Grayscale: #767676. Windows color (decimal): -10064931 or 14510950. OLE color: 14510950.
HSL color Cylindrical-coordinate representation of color #666BDD: hue angle of 237.48º 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 #666BDD is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 107 | 221 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.13 |
| HSL | 237.48º | 0.64% | 0.63% | - |
| HSV(B) | 237.48º | 0.54% | 0.87% | - |
| XYZ | 23.79 | 18.56 | 70.74 | - |
| YUV | 118.5 | 185.84 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 221 | 0.54 | 0.52 | 0 | 0.13 | 237.48 | 0.64 | 0.63 |
| Hex | 66 | 6B | DD | 36 | 34 | 0 | D | ED | 40 | 3F |
| Octal | 146 | 153 | 335 | 66 | 64 | 0 | 15 | 355 | 100 | 77 |
| Binary | 1100110 | 1101011 | 11011101 | 110110 | 110100 | 0 | 1101 | 11101101 | 1000000 | 111111 |
Color Harmonies of #666BDD
Complementary color
Monochromatic Colors of #666BDD
Black with #666BDD
Text Example
Text Example
White with #666BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666BDD; }
p { color: rgb(102,107,221); }
H1.HeaderClassName
{
color: #666BDD;
}
.AnyTagClassName
{
color: #666BDD;
}
</style>
background-color css
<style>
a { background-color: #666BDD; }
a { background-color: rgb(102,107,221); }
div.DivClassName
{
background-color: #666BDD;
}
.BgClassName
{
background-color: #666BDD;
}
</style>
border-color css
<style>
span { border-color: #666BDD; }
span { border-color: rgb(102,107,221); }
td.TdClassName
{
border-color: #666BDD;
}
.TagClassName
{
border-color: #666BDD;
}
</style>