Shades of Slate Blue #664EE0
Tints of Slate Blue #664EE0
RGB
CMYK
RGB Variations
Color information
#664EE0 (or 0x664EE0) is known color: Slate Blue. HEX triplet: 66, 4E and E0. RGB value is (102,78,224). Sum of RGB (Red+Green+Blue) = 102+78+224=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #664EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664EE0 is #99B11F. Grayscale: #656565. Windows color (decimal): -10072352 or 14700134. OLE color: 14700134.
HSL color Cylindrical-coordinate representation of color #664EE0: hue angle of 249.86º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #664EE0 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 78 | 224 | - |
| CMYK | 0.54 | 0.65 | 0 | 0.12 |
| HSL | 249.86º | 0.7% | 0.59% | - |
| HSV(B) | 249.86º | 0.65% | 0.88% | - |
| XYZ | 21.66 | 13.66 | 72.02 | - |
| YUV | 101.82 | 196.95 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 224 | 0.54 | 0.65 | 0 | 0.12 | 249.86 | 0.7 | 0.59 |
| Hex | 66 | 4E | E0 | 36 | 41 | 0 | C | FA | 46 | 3B |
| Octal | 146 | 116 | 340 | 66 | 101 | 0 | 14 | 372 | 106 | 73 |
| Binary | 1100110 | 1001110 | 11100000 | 110110 | 1000001 | 0 | 1100 | 11111010 | 1000110 | 111011 |
Color Harmonies of #664EE0
Complementary color
Monochromatic Colors of #664EE0
Black with #664EE0
Text Example
Text Example
White with #664EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664EE0; }
p { color: rgb(102,78,224); }
H1.HeaderClassName
{
color: #664EE0;
}
.AnyTagClassName
{
color: #664EE0;
}
</style>
background-color css
<style>
a { background-color: #664EE0; }
a { background-color: rgb(102,78,224); }
div.DivClassName
{
background-color: #664EE0;
}
.BgClassName
{
background-color: #664EE0;
}
</style>
border-color css
<style>
span { border-color: #664EE0; }
span { border-color: rgb(102,78,224); }
td.TdClassName
{
border-color: #664EE0;
}
.TagClassName
{
border-color: #664EE0;
}
</style>