Shades of Slate Blue #644BE5
Tints of Slate Blue #644BE5
RGB
CMYK
RGB Variations
Color information
#644BE5 (or 0x644BE5) is known color: Slate Blue. HEX triplet: 64, 4B and E5. RGB value is (100,75,229). Sum of RGB (Red+Green+Blue) = 100+75+229=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 229 (89.84% from 255 or 56.68% from 404); Max value from RGB is 229 - color contains mainly: blue. Hex color #644BE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644BE5 is #9BB41A. Grayscale: #636363. Windows color (decimal): -10204187 or 15027044. OLE color: 15027044.
HSL color Cylindrical-coordinate representation of color #644BE5: hue angle of 249.74º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #644BE5 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 75 | 229 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.10 |
| HSL | 249.74º | 0.75% | 0.6% | - |
| HSV(B) | 249.74º | 0.67% | 0.9% | - |
| XYZ | 21.91 | 13.4 | 75.56 | - |
| YUV | 100.03 | 200.78 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 229 | 0.56 | 0.67 | 0 | 0.10 | 249.74 | 0.75 | 0.6 |
| Hex | 64 | 4B | E5 | 38 | 43 | 0 | A | FA | 4B | 3C |
| Octal | 144 | 113 | 345 | 70 | 103 | 0 | 12 | 372 | 113 | 74 |
| Binary | 1100100 | 1001011 | 11100101 | 111000 | 1000011 | 0 | 1010 | 11111010 | 1001011 | 111100 |
Color Harmonies of #644BE5
Complementary color
Monochromatic Colors of #644BE5
Black with #644BE5
Text Example
Text Example
White with #644BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644BE5; }
p { color: rgb(100,75,229); }
H1.HeaderClassName
{
color: #644BE5;
}
.AnyTagClassName
{
color: #644BE5;
}
</style>
background-color css
<style>
a { background-color: #644BE5; }
a { background-color: rgb(100,75,229); }
div.DivClassName
{
background-color: #644BE5;
}
.BgClassName
{
background-color: #644BE5;
}
</style>
border-color css
<style>
span { border-color: #644BE5; }
span { border-color: rgb(100,75,229); }
td.TdClassName
{
border-color: #644BE5;
}
.TagClassName
{
border-color: #644BE5;
}
</style>