Shades of Slate Blue #644FDB
Tints of Slate Blue #644FDB
RGB
CMYK
RGB Variations
Color information
#644FDB (or 0x644FDB) is known color: Slate Blue. HEX triplet: 64, 4F and DB. RGB value is (100,79,219). Sum of RGB (Red+Green+Blue) = 100+79+219=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 79 (31.25% from 255 or 19.85% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #644FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644FDB is #9BB024. Grayscale: #646464. Windows color (decimal): -10203173 or 14372708. OLE color: 14372708.
HSL color Cylindrical-coordinate representation of color #644FDB: hue angle of 249º 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 #644FDB is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 79 | 219 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.14 |
| HSL | 249º | 0.66% | 0.58% | - |
| HSV(B) | 249º | 0.64% | 0.86% | - |
| XYZ | 20.84 | 13.42 | 68.51 | - |
| YUV | 101.24 | 194.46 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 79 | 219 | 0.54 | 0.64 | 0 | 0.14 | 249 | 0.66 | 0.58 |
| Hex | 64 | 4F | DB | 36 | 40 | 0 | E | F9 | 42 | 3A |
| Octal | 144 | 117 | 333 | 66 | 100 | 0 | 16 | 371 | 102 | 72 |
| Binary | 1100100 | 1001111 | 11011011 | 110110 | 1000000 | 0 | 1110 | 11111001 | 1000010 | 111010 |
Color Harmonies of #644FDB
Complementary color
Monochromatic Colors of #644FDB
Black with #644FDB
Text Example
Text Example
White with #644FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644FDB; }
p { color: rgb(100,79,219); }
H1.HeaderClassName
{
color: #644FDB;
}
.AnyTagClassName
{
color: #644FDB;
}
</style>
background-color css
<style>
a { background-color: #644FDB; }
a { background-color: rgb(100,79,219); }
div.DivClassName
{
background-color: #644FDB;
}
.BgClassName
{
background-color: #644FDB;
}
</style>
border-color css
<style>
span { border-color: #644FDB; }
span { border-color: rgb(100,79,219); }
td.TdClassName
{
border-color: #644FDB;
}
.TagClassName
{
border-color: #644FDB;
}
</style>