Shades of Slate Blue #664BDB
Tints of Slate Blue #664BDB
RGB
CMYK
RGB Variations
Color information
#664BDB (or 0x664BDB) is known color: Slate Blue. HEX triplet: 66, 4B and DB. RGB value is (102,75,219). Sum of RGB (Red+Green+Blue) = 102+75+219=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #664BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664BDB is #99B424. Grayscale: #626262. Windows color (decimal): -10073125 or 14371686. OLE color: 14371686.
HSL color Cylindrical-coordinate representation of color #664BDB: hue angle of 251.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #664BDB is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 75 | 219 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.14 |
| HSL | 251.25º | 0.67% | 0.58% | - |
| HSV(B) | 251.25º | 0.66% | 0.86% | - |
| XYZ | 20.78 | 12.97 | 68.43 | - |
| YUV | 99.49 | 195.45 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 75 | 219 | 0.53 | 0.66 | 0 | 0.14 | 251.25 | 0.67 | 0.58 |
| Hex | 66 | 4B | DB | 35 | 42 | 0 | E | FB | 43 | 3A |
| Octal | 146 | 113 | 333 | 65 | 102 | 0 | 16 | 373 | 103 | 72 |
| Binary | 1100110 | 1001011 | 11011011 | 110101 | 1000010 | 0 | 1110 | 11111011 | 1000011 | 111010 |
Color Harmonies of #664BDB
Complementary color
Monochromatic Colors of #664BDB
Black with #664BDB
Text Example
Text Example
White with #664BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664BDB; }
p { color: rgb(102,75,219); }
H1.HeaderClassName
{
color: #664BDB;
}
.AnyTagClassName
{
color: #664BDB;
}
</style>
background-color css
<style>
a { background-color: #664BDB; }
a { background-color: rgb(102,75,219); }
div.DivClassName
{
background-color: #664BDB;
}
.BgClassName
{
background-color: #664BDB;
}
</style>
border-color css
<style>
span { border-color: #664BDB; }
span { border-color: rgb(102,75,219); }
td.TdClassName
{
border-color: #664BDB;
}
.TagClassName
{
border-color: #664BDB;
}
</style>