Shades of Slate Blue #664AD6
Tints of Slate Blue #664AD6
RGB
CMYK
RGB Variations
Color information
#664AD6 (or 0x664AD6) is known color: Slate Blue. HEX triplet: 66, 4A and D6. RGB value is (102,74,214). Sum of RGB (Red+Green+Blue) = 102+74+214=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 214 (83.98% from 255 or 54.87% from 390); Max value from RGB is 214 - color contains mainly: blue. Hex color #664AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664AD6 is #99B529. Grayscale: #616161. Windows color (decimal): -10073386 or 14043750. OLE color: 14043750.
HSL color Cylindrical-coordinate representation of color #664AD6: hue angle of 252º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #664AD6 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 74 | 214 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.16 |
| HSL | 252º | 0.63% | 0.56% | - |
| HSV(B) | 252º | 0.65% | 0.84% | - |
| XYZ | 20.07 | 12.58 | 64.99 | - |
| YUV | 98.33 | 193.28 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 214 | 0.52 | 0.65 | 0 | 0.16 | 252 | 0.63 | 0.56 |
| Hex | 66 | 4A | D6 | 34 | 41 | 0 | 10 | FC | 3F | 38 |
| Octal | 146 | 112 | 326 | 64 | 101 | 0 | 20 | 374 | 77 | 70 |
| Binary | 1100110 | 1001010 | 11010110 | 110100 | 1000001 | 0 | 10000 | 11111100 | 111111 | 111000 |
Color Harmonies of #664AD6
Complementary color
Monochromatic Colors of #664AD6
Black with #664AD6
Text Example
Text Example
White with #664AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664AD6; }
p { color: rgb(102,74,214); }
H1.HeaderClassName
{
color: #664AD6;
}
.AnyTagClassName
{
color: #664AD6;
}
</style>
background-color css
<style>
a { background-color: #664AD6; }
a { background-color: rgb(102,74,214); }
div.DivClassName
{
background-color: #664AD6;
}
.BgClassName
{
background-color: #664AD6;
}
</style>
border-color css
<style>
span { border-color: #664AD6; }
span { border-color: rgb(102,74,214); }
td.TdClassName
{
border-color: #664AD6;
}
.TagClassName
{
border-color: #664AD6;
}
</style>