Shades of Slate Blue #644CE0
Tints of Slate Blue #644CE0
RGB
CMYK
RGB Variations
Color information
#644CE0 (or 0x644CE0) is known color: Slate Blue. HEX triplet: 64, 4C and E0. RGB value is (100,76,224). Sum of RGB (Red+Green+Blue) = 100+76+224=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 224 (87.89% from 255 or 56% from 400); Max value from RGB is 224 - color contains mainly: blue. Hex color #644CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644CE0 is #9BB31F. Grayscale: #636363. Windows color (decimal): -10203936 or 14699620. OLE color: 14699620.
HSL color Cylindrical-coordinate representation of color #644CE0: hue angle of 249.73º degrees, saturation: 0.7, 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 #644CE0 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 76 | 224 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.12 |
| HSL | 249.73º | 0.7% | 0.59% | - |
| HSV(B) | 249.73º | 0.66% | 0.88% | - |
| XYZ | 21.29 | 13.26 | 71.96 | - |
| YUV | 100.05 | 197.95 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 224 | 0.55 | 0.66 | 0 | 0.12 | 249.73 | 0.7 | 0.59 |
| Hex | 64 | 4C | E0 | 37 | 42 | 0 | C | FA | 46 | 3B |
| Octal | 144 | 114 | 340 | 67 | 102 | 0 | 14 | 372 | 106 | 73 |
| Binary | 1100100 | 1001100 | 11100000 | 110111 | 1000010 | 0 | 1100 | 11111010 | 1000110 | 111011 |
Color Harmonies of #644CE0
Complementary color
Monochromatic Colors of #644CE0
Black with #644CE0
Text Example
Text Example
White with #644CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644CE0; }
p { color: rgb(100,76,224); }
H1.HeaderClassName
{
color: #644CE0;
}
.AnyTagClassName
{
color: #644CE0;
}
</style>
background-color css
<style>
a { background-color: #644CE0; }
a { background-color: rgb(100,76,224); }
div.DivClassName
{
background-color: #644CE0;
}
.BgClassName
{
background-color: #644CE0;
}
</style>
border-color css
<style>
span { border-color: #644CE0; }
span { border-color: rgb(100,76,224); }
td.TdClassName
{
border-color: #644CE0;
}
.TagClassName
{
border-color: #644CE0;
}
</style>