Shades of Slate Blue #664ED6
Tints of Slate Blue #664ED6
RGB
CMYK
RGB Variations
Color information
#664ED6 (or 0x664ED6) is known color: Slate Blue. HEX triplet: 66, 4E and D6. RGB value is (102,78,214). Sum of RGB (Red+Green+Blue) = 102+78+214=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 214 (83.98% from 255 or 54.31% from 394); Max value from RGB is 214 - color contains mainly: blue. Hex color #664ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664ED6 is #99B129. Grayscale: #646464. Windows color (decimal): -10072362 or 14044774. OLE color: 14044774.
HSL color Cylindrical-coordinate representation of color #664ED6: hue angle of 250.59º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #664ED6 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 78 | 214 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.16 |
| HSL | 250.59º | 0.62% | 0.57% | - |
| HSV(B) | 250.59º | 0.64% | 0.84% | - |
| XYZ | 20.34 | 13.13 | 65.08 | - |
| YUV | 100.68 | 191.95 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 214 | 0.52 | 0.64 | 0 | 0.16 | 250.59 | 0.62 | 0.57 |
| Hex | 66 | 4E | D6 | 34 | 40 | 0 | 10 | FB | 3E | 39 |
| Octal | 146 | 116 | 326 | 64 | 100 | 0 | 20 | 373 | 76 | 71 |
| Binary | 1100110 | 1001110 | 11010110 | 110100 | 1000000 | 0 | 10000 | 11111011 | 111110 | 111001 |
Color Harmonies of #664ED6
Complementary color
Monochromatic Colors of #664ED6
Black with #664ED6
Text Example
Text Example
White with #664ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664ED6; }
p { color: rgb(102,78,214); }
H1.HeaderClassName
{
color: #664ED6;
}
.AnyTagClassName
{
color: #664ED6;
}
</style>
background-color css
<style>
a { background-color: #664ED6; }
a { background-color: rgb(102,78,214); }
div.DivClassName
{
background-color: #664ED6;
}
.BgClassName
{
background-color: #664ED6;
}
</style>
border-color css
<style>
span { border-color: #664ED6; }
span { border-color: rgb(102,78,214); }
td.TdClassName
{
border-color: #664ED6;
}
.TagClassName
{
border-color: #664ED6;
}
</style>