Shades of Slate Blue #666ED5
Tints of Slate Blue #666ED5
RGB
CMYK
RGB Variations
Color information
#666ED5 (or 0x666ED5) is known color: Slate Blue. HEX triplet: 66, 6E and D5. RGB value is (102,110,213). Sum of RGB (Red+Green+Blue) = 102+110+213=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 213 (83.59% from 255 or 50.12% from 425); Max value from RGB is 213 - color contains mainly: blue. Hex color #666ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666ED5 is #99912A. Grayscale: #767676. Windows color (decimal): -10064171 or 13987430. OLE color: 13987430.
HSL color Cylindrical-coordinate representation of color #666ED5: hue angle of 235.68º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #666ED5 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 110 | 213 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.16 |
| HSL | 235.68º | 0.57% | 0.62% | - |
| HSV(B) | 235.68º | 0.52% | 0.84% | - |
| XYZ | 23.07 | 18.78 | 65.36 | - |
| YUV | 119.35 | 180.85 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 213 | 0.52 | 0.48 | 0 | 0.16 | 235.68 | 0.57 | 0.62 |
| Hex | 66 | 6E | D5 | 34 | 30 | 0 | 10 | EC | 39 | 3E |
| Octal | 146 | 156 | 325 | 64 | 60 | 0 | 20 | 354 | 71 | 76 |
| Binary | 1100110 | 1101110 | 11010101 | 110100 | 110000 | 0 | 10000 | 11101100 | 111001 | 111110 |
Color Harmonies of #666ED5
Complementary color
Monochromatic Colors of #666ED5
Black with #666ED5
Text Example
Text Example
White with #666ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666ED5; }
p { color: rgb(102,110,213); }
H1.HeaderClassName
{
color: #666ED5;
}
.AnyTagClassName
{
color: #666ED5;
}
</style>
background-color css
<style>
a { background-color: #666ED5; }
a { background-color: rgb(102,110,213); }
div.DivClassName
{
background-color: #666ED5;
}
.BgClassName
{
background-color: #666ED5;
}
</style>
border-color css
<style>
span { border-color: #666ED5; }
span { border-color: rgb(102,110,213); }
td.TdClassName
{
border-color: #666ED5;
}
.TagClassName
{
border-color: #666ED5;
}
</style>