Shades of Slate Blue #664ACE
Tints of Slate Blue #664ACE
RGB
CMYK
RGB Variations
Color information
#664ACE (or 0x664ACE) is known color: Slate Blue. HEX triplet: 66, 4A and CE. RGB value is (102,74,206). Sum of RGB (Red+Green+Blue) = 102+74+206=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #664ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664ACE is #99B531. Grayscale: #606060. Windows color (decimal): -10073394 or 13519462. OLE color: 13519462.
HSL color Cylindrical-coordinate representation of color #664ACE: hue angle of 252.73º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #664ACE is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 74 | 206 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.19 |
| HSL | 252.73º | 0.57% | 0.55% | - |
| HSV(B) | 252.73º | 0.64% | 0.81% | - |
| XYZ | 19.07 | 12.18 | 59.74 | - |
| YUV | 97.42 | 189.28 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 206 | 0.50 | 0.64 | 0 | 0.19 | 252.73 | 0.57 | 0.55 |
| Hex | 66 | 4A | CE | 32 | 40 | 0 | 13 | FD | 39 | 37 |
| Octal | 146 | 112 | 316 | 62 | 100 | 0 | 23 | 375 | 71 | 67 |
| Binary | 1100110 | 1001010 | 11001110 | 110010 | 1000000 | 0 | 10011 | 11111101 | 111001 | 110111 |
Color Harmonies of #664ACE
Complementary color
Monochromatic Colors of #664ACE
Black with #664ACE
Text Example
Text Example
White with #664ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664ACE; }
p { color: rgb(102,74,206); }
H1.HeaderClassName
{
color: #664ACE;
}
.AnyTagClassName
{
color: #664ACE;
}
</style>
background-color css
<style>
a { background-color: #664ACE; }
a { background-color: rgb(102,74,206); }
div.DivClassName
{
background-color: #664ACE;
}
.BgClassName
{
background-color: #664ACE;
}
</style>
border-color css
<style>
span { border-color: #664ACE; }
span { border-color: rgb(102,74,206); }
td.TdClassName
{
border-color: #664ACE;
}
.TagClassName
{
border-color: #664ACE;
}
</style>