Shades of Slate Blue #664EE5
Tints of Slate Blue #664EE5
RGB
CMYK
RGB Variations
Color information
#664EE5 (or 0x664EE5) is known color: Slate Blue. HEX triplet: 66, 4E and E5. RGB value is (102,78,229). Sum of RGB (Red+Green+Blue) = 102+78+229=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 229 (89.84% from 255 or 55.99% from 409); Max value from RGB is 229 - color contains mainly: blue. Hex color #664EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664EE5 is #99B11A. Grayscale: #656565. Windows color (decimal): -10072347 or 15027814. OLE color: 15027814.
HSL color Cylindrical-coordinate representation of color #664EE5: hue angle of 249.54º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #664EE5 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 78 | 229 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.10 |
| HSL | 249.54º | 0.74% | 0.6% | - |
| HSV(B) | 249.54º | 0.66% | 0.9% | - |
| XYZ | 22.35 | 13.93 | 75.64 | - |
| YUV | 102.39 | 199.45 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 229 | 0.55 | 0.66 | 0 | 0.10 | 249.54 | 0.74 | 0.6 |
| Hex | 66 | 4E | E5 | 37 | 42 | 0 | A | FA | 4A | 3C |
| Octal | 146 | 116 | 345 | 67 | 102 | 0 | 12 | 372 | 112 | 74 |
| Binary | 1100110 | 1001110 | 11100101 | 110111 | 1000010 | 0 | 1010 | 11111010 | 1001010 | 111100 |
Color Harmonies of #664EE5
Complementary color
Monochromatic Colors of #664EE5
Black with #664EE5
Text Example
Text Example
White with #664EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664EE5; }
p { color: rgb(102,78,229); }
H1.HeaderClassName
{
color: #664EE5;
}
.AnyTagClassName
{
color: #664EE5;
}
</style>
background-color css
<style>
a { background-color: #664EE5; }
a { background-color: rgb(102,78,229); }
div.DivClassName
{
background-color: #664EE5;
}
.BgClassName
{
background-color: #664EE5;
}
</style>
border-color css
<style>
span { border-color: #664EE5; }
span { border-color: rgb(102,78,229); }
td.TdClassName
{
border-color: #664EE5;
}
.TagClassName
{
border-color: #664EE5;
}
</style>