Shades of Slate Blue #644CE1
Tints of Slate Blue #644CE1
RGB
CMYK
RGB Variations
Color information
#644CE1 (or 0x644CE1) is known color: Slate Blue. HEX triplet: 64, 4C and E1. RGB value is (100,76,225). Sum of RGB (Red+Green+Blue) = 100+76+225=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 225 (88.28% from 255 or 56.11% from 401); Max value from RGB is 225 - color contains mainly: blue. Hex color #644CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644CE1 is #9BB31E. Grayscale: #636363. Windows color (decimal): -10203935 or 14765156. OLE color: 14765156.
HSL color Cylindrical-coordinate representation of color #644CE1: hue angle of 249.66º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #644CE1 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 76 | 225 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.12 |
| HSL | 249.66º | 0.71% | 0.59% | - |
| HSV(B) | 249.66º | 0.66% | 0.88% | - |
| XYZ | 21.43 | 13.31 | 72.67 | - |
| YUV | 100.16 | 198.45 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 225 | 0.56 | 0.66 | 0 | 0.12 | 249.66 | 0.71 | 0.59 |
| Hex | 64 | 4C | E1 | 38 | 42 | 0 | C | FA | 47 | 3B |
| Octal | 144 | 114 | 341 | 70 | 102 | 0 | 14 | 372 | 107 | 73 |
| Binary | 1100100 | 1001100 | 11100001 | 111000 | 1000010 | 0 | 1100 | 11111010 | 1000111 | 111011 |
Color Harmonies of #644CE1
Complementary color
Monochromatic Colors of #644CE1
Black with #644CE1
Text Example
Text Example
White with #644CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644CE1; }
p { color: rgb(100,76,225); }
H1.HeaderClassName
{
color: #644CE1;
}
.AnyTagClassName
{
color: #644CE1;
}
</style>
background-color css
<style>
a { background-color: #644CE1; }
a { background-color: rgb(100,76,225); }
div.DivClassName
{
background-color: #644CE1;
}
.BgClassName
{
background-color: #644CE1;
}
</style>
border-color css
<style>
span { border-color: #644CE1; }
span { border-color: rgb(100,76,225); }
td.TdClassName
{
border-color: #644CE1;
}
.TagClassName
{
border-color: #644CE1;
}
</style>