Shades of Slate Blue #664EDB
Tints of Slate Blue #664EDB
RGB
CMYK
RGB Variations
Color information
#664EDB (or 0x664EDB) is known color: Slate Blue. HEX triplet: 66, 4E and DB. RGB value is (102,78,219). Sum of RGB (Red+Green+Blue) = 102+78+219=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #664EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664EDB is #99B124. Grayscale: #646464. Windows color (decimal): -10072357 or 14372454. OLE color: 14372454.
HSL color Cylindrical-coordinate representation of color #664EDB: hue angle of 250.21º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #664EDB is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 78 | 219 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.14 |
| HSL | 250.21º | 0.66% | 0.58% | - |
| HSV(B) | 250.21º | 0.64% | 0.86% | - |
| XYZ | 20.99 | 13.39 | 68.5 | - |
| YUV | 101.25 | 194.45 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 219 | 0.53 | 0.64 | 0 | 0.14 | 250.21 | 0.66 | 0.58 |
| Hex | 66 | 4E | DB | 35 | 40 | 0 | E | FA | 42 | 3A |
| Octal | 146 | 116 | 333 | 65 | 100 | 0 | 16 | 372 | 102 | 72 |
| Binary | 1100110 | 1001110 | 11011011 | 110101 | 1000000 | 0 | 1110 | 11111010 | 1000010 | 111010 |
Color Harmonies of #664EDB
Complementary color
Monochromatic Colors of #664EDB
Black with #664EDB
Text Example
Text Example
White with #664EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664EDB; }
p { color: rgb(102,78,219); }
H1.HeaderClassName
{
color: #664EDB;
}
.AnyTagClassName
{
color: #664EDB;
}
</style>
background-color css
<style>
a { background-color: #664EDB; }
a { background-color: rgb(102,78,219); }
div.DivClassName
{
background-color: #664EDB;
}
.BgClassName
{
background-color: #664EDB;
}
</style>
border-color css
<style>
span { border-color: #664EDB; }
span { border-color: rgb(102,78,219); }
td.TdClassName
{
border-color: #664EDB;
}
.TagClassName
{
border-color: #664EDB;
}
</style>