Shades of Slate Blue #664EC5
Tints of Slate Blue #664EC5
RGB
CMYK
RGB Variations
Color information
#664EC5 (or 0x664EC5) is known color: Slate Blue. HEX triplet: 66, 4E and C5. RGB value is (102,78,197). Sum of RGB (Red+Green+Blue) = 102+78+197=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 197 (77.34% from 255 or 52.25% from 377); Max value from RGB is 197 - color contains mainly: blue. Hex color #664EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664EC5 is #99B13A. Grayscale: #626262. Windows color (decimal): -10072379 or 12930662. OLE color: 12930662.
HSL color Cylindrical-coordinate representation of color #664EC5: hue angle of 252.1º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #664EC5 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 78 | 197 | - |
| CMYK | 0.48 | 0.60 | 0 | 0.23 |
| HSL | 252.1º | 0.51% | 0.54% | - |
| HSV(B) | 252.1º | 0.6% | 0.77% | - |
| XYZ | 18.28 | 12.3 | 54.23 | - |
| YUV | 98.74 | 183.45 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 197 | 0.48 | 0.60 | 0 | 0.23 | 252.1 | 0.51 | 0.54 |
| Hex | 66 | 4E | C5 | 30 | 3C | 0 | 17 | FC | 33 | 36 |
| Octal | 146 | 116 | 305 | 60 | 74 | 0 | 27 | 374 | 63 | 66 |
| Binary | 1100110 | 1001110 | 11000101 | 110000 | 111100 | 0 | 10111 | 11111100 | 110011 | 110110 |
Color Harmonies of #664EC5
Complementary color
Monochromatic Colors of #664EC5
Black with #664EC5
Text Example
Text Example
White with #664EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664EC5; }
p { color: rgb(102,78,197); }
H1.HeaderClassName
{
color: #664EC5;
}
.AnyTagClassName
{
color: #664EC5;
}
</style>
background-color css
<style>
a { background-color: #664EC5; }
a { background-color: rgb(102,78,197); }
div.DivClassName
{
background-color: #664EC5;
}
.BgClassName
{
background-color: #664EC5;
}
</style>
border-color css
<style>
span { border-color: #664EC5; }
span { border-color: rgb(102,78,197); }
td.TdClassName
{
border-color: #664EC5;
}
.TagClassName
{
border-color: #664EC5;
}
</style>