Shades of Slate Blue #664EC0
Tints of Slate Blue #664EC0
RGB
CMYK
RGB Variations
Color information
#664EC0 (or 0x664EC0) is known color: Slate Blue. HEX triplet: 66, 4E and C0. RGB value is (102,78,192). Sum of RGB (Red+Green+Blue) = 102+78+192=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 192 (75.39% from 255 or 51.61% from 372); Max value from RGB is 192 - color contains mainly: blue. Hex color #664EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664EC0 is #99B13F. Grayscale: #616161. Windows color (decimal): -10072384 or 12602982. OLE color: 12602982.
HSL color Cylindrical-coordinate representation of color #664EC0: hue angle of 252.63º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #664EC0 is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 78 | 192 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.25 |
| HSL | 252.63º | 0.48% | 0.53% | - |
| HSV(B) | 252.63º | 0.59% | 0.75% | - |
| XYZ | 17.72 | 12.08 | 51.27 | - |
| YUV | 98.17 | 180.95 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 192 | 0.47 | 0.59 | 0 | 0.25 | 252.63 | 0.48 | 0.53 |
| Hex | 66 | 4E | C0 | 2F | 3B | 0 | 19 | FD | 30 | 35 |
| Octal | 146 | 116 | 300 | 57 | 73 | 0 | 31 | 375 | 60 | 65 |
| Binary | 1100110 | 1001110 | 11000000 | 101111 | 111011 | 0 | 11001 | 11111101 | 110000 | 110101 |
Color Harmonies of #664EC0
Complementary color
Monochromatic Colors of #664EC0
Black with #664EC0
Text Example
Text Example
White with #664EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664EC0; }
p { color: rgb(102,78,192); }
H1.HeaderClassName
{
color: #664EC0;
}
.AnyTagClassName
{
color: #664EC0;
}
</style>
background-color css
<style>
a { background-color: #664EC0; }
a { background-color: rgb(102,78,192); }
div.DivClassName
{
background-color: #664EC0;
}
.BgClassName
{
background-color: #664EC0;
}
</style>
border-color css
<style>
span { border-color: #664EC0; }
span { border-color: rgb(102,78,192); }
td.TdClassName
{
border-color: #664EC0;
}
.TagClassName
{
border-color: #664EC0;
}
</style>