Shades of Slate Blue #664EC2
Tints of Slate Blue #664EC2
RGB
CMYK
RGB Variations
Color information
#664EC2 (or 0x664EC2) is known color: Slate Blue. HEX triplet: 66, 4E and C2. RGB value is (102,78,194). Sum of RGB (Red+Green+Blue) = 102+78+194=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 194 (76.17% from 255 or 51.87% from 374); Max value from RGB is 194 - color contains mainly: blue. Hex color #664EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664EC2 is #99B13D. Grayscale: #616161. Windows color (decimal): -10072382 or 12734054. OLE color: 12734054.
HSL color Cylindrical-coordinate representation of color #664EC2: hue angle of 252.41º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #664EC2 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 78 | 194 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.24 |
| HSL | 252.41º | 0.49% | 0.53% | - |
| HSV(B) | 252.41º | 0.6% | 0.76% | - |
| XYZ | 17.94 | 12.17 | 52.44 | - |
| YUV | 98.4 | 181.95 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 194 | 0.47 | 0.60 | 0 | 0.24 | 252.41 | 0.49 | 0.53 |
| Hex | 66 | 4E | C2 | 2F | 3C | 0 | 18 | FC | 31 | 35 |
| Octal | 146 | 116 | 302 | 57 | 74 | 0 | 30 | 374 | 61 | 65 |
| Binary | 1100110 | 1001110 | 11000010 | 101111 | 111100 | 0 | 11000 | 11111100 | 110001 | 110101 |
Color Harmonies of #664EC2
Complementary color
Monochromatic Colors of #664EC2
Black with #664EC2
Text Example
Text Example
White with #664EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664EC2; }
p { color: rgb(102,78,194); }
H1.HeaderClassName
{
color: #664EC2;
}
.AnyTagClassName
{
color: #664EC2;
}
</style>
background-color css
<style>
a { background-color: #664EC2; }
a { background-color: rgb(102,78,194); }
div.DivClassName
{
background-color: #664EC2;
}
.BgClassName
{
background-color: #664EC2;
}
</style>
border-color css
<style>
span { border-color: #664EC2; }
span { border-color: rgb(102,78,194); }
td.TdClassName
{
border-color: #664EC2;
}
.TagClassName
{
border-color: #664EC2;
}
</style>