Shades of Slate Blue #644FE1
Tints of Slate Blue #644FE1
RGB
CMYK
RGB Variations
Color information
#644FE1 (or 0x644FE1) is known color: Slate Blue. HEX triplet: 64, 4F and E1. RGB value is (100,79,225). Sum of RGB (Red+Green+Blue) = 100+79+225=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 225 (88.28% from 255 or 55.69% from 404); Max value from RGB is 225 - color contains mainly: blue. Hex color #644FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644FE1 is #9BB01E. Grayscale: #656565. Windows color (decimal): -10203167 or 14765924. OLE color: 14765924.
HSL color Cylindrical-coordinate representation of color #644FE1: hue angle of 248.63º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #644FE1 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 79 | 225 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.12 |
| HSL | 248.63º | 0.71% | 0.6% | - |
| HSV(B) | 248.63º | 0.65% | 0.88% | - |
| XYZ | 21.64 | 13.74 | 72.75 | - |
| YUV | 101.92 | 197.46 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 79 | 225 | 0.56 | 0.65 | 0 | 0.12 | 248.63 | 0.71 | 0.6 |
| Hex | 64 | 4F | E1 | 38 | 41 | 0 | C | F9 | 47 | 3C |
| Octal | 144 | 117 | 341 | 70 | 101 | 0 | 14 | 371 | 107 | 74 |
| Binary | 1100100 | 1001111 | 11100001 | 111000 | 1000001 | 0 | 1100 | 11111001 | 1000111 | 111100 |
Color Harmonies of #644FE1
Complementary color
Monochromatic Colors of #644FE1
Black with #644FE1
Text Example
Text Example
White with #644FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644FE1; }
p { color: rgb(100,79,225); }
H1.HeaderClassName
{
color: #644FE1;
}
.AnyTagClassName
{
color: #644FE1;
}
</style>
background-color css
<style>
a { background-color: #644FE1; }
a { background-color: rgb(100,79,225); }
div.DivClassName
{
background-color: #644FE1;
}
.BgClassName
{
background-color: #644FE1;
}
</style>
border-color css
<style>
span { border-color: #644FE1; }
span { border-color: rgb(100,79,225); }
td.TdClassName
{
border-color: #644FE1;
}
.TagClassName
{
border-color: #644FE1;
}
</style>