Shades of Slate Blue #664EC1
Tints of Slate Blue #664EC1
RGB
CMYK
RGB Variations
Color information
#664EC1 (or 0x664EC1) is known color: Slate Blue. HEX triplet: 66, 4E and C1. RGB value is (102,78,193). Sum of RGB (Red+Green+Blue) = 102+78+193=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #664EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664EC1 is #99B13E. Grayscale: #616161. Windows color (decimal): -10072383 or 12668518. OLE color: 12668518.
HSL color Cylindrical-coordinate representation of color #664EC1: hue angle of 252.52º degrees, saturation: 0.48, 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 #664EC1 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 78 | 193 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.24 |
| HSL | 252.52º | 0.48% | 0.53% | - |
| HSV(B) | 252.52º | 0.6% | 0.76% | - |
| XYZ | 17.83 | 12.12 | 51.85 | - |
| YUV | 98.29 | 181.45 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 193 | 0.47 | 0.60 | 0 | 0.24 | 252.52 | 0.48 | 0.53 |
| Hex | 66 | 4E | C1 | 2F | 3C | 0 | 18 | FD | 30 | 35 |
| Octal | 146 | 116 | 301 | 57 | 74 | 0 | 30 | 375 | 60 | 65 |
| Binary | 1100110 | 1001110 | 11000001 | 101111 | 111100 | 0 | 11000 | 11111101 | 110000 | 110101 |
Color Harmonies of #664EC1
Complementary color
Monochromatic Colors of #664EC1
Black with #664EC1
Text Example
Text Example
White with #664EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664EC1; }
p { color: rgb(102,78,193); }
H1.HeaderClassName
{
color: #664EC1;
}
.AnyTagClassName
{
color: #664EC1;
}
</style>
background-color css
<style>
a { background-color: #664EC1; }
a { background-color: rgb(102,78,193); }
div.DivClassName
{
background-color: #664EC1;
}
.BgClassName
{
background-color: #664EC1;
}
</style>
border-color css
<style>
span { border-color: #664EC1; }
span { border-color: rgb(102,78,193); }
td.TdClassName
{
border-color: #664EC1;
}
.TagClassName
{
border-color: #664EC1;
}
</style>