Shades of Slate Blue #644ED7
Tints of Slate Blue #644ED7
RGB
CMYK
RGB Variations
Color information
#644ED7 (or 0x644ED7) is known color: Slate Blue. HEX triplet: 64, 4E and D7. RGB value is (100,78,215). Sum of RGB (Red+Green+Blue) = 100+78+215=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 215 (84.38% from 255 or 54.71% from 393); Max value from RGB is 215 - color contains mainly: blue. Hex color #644ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644ED7 is #9BB128. Grayscale: #636363. Windows color (decimal): -10203433 or 14110308. OLE color: 14110308.
HSL color Cylindrical-coordinate representation of color #644ED7: hue angle of 249.64º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #644ED7 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 78 | 215 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.16 |
| HSL | 249.64º | 0.63% | 0.57% | - |
| HSV(B) | 249.64º | 0.64% | 0.84% | - |
| XYZ | 20.25 | 13.06 | 65.74 | - |
| YUV | 100.2 | 192.79 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 215 | 0.53 | 0.64 | 0 | 0.16 | 249.64 | 0.63 | 0.57 |
| Hex | 64 | 4E | D7 | 35 | 40 | 0 | 10 | FA | 3F | 39 |
| Octal | 144 | 116 | 327 | 65 | 100 | 0 | 20 | 372 | 77 | 71 |
| Binary | 1100100 | 1001110 | 11010111 | 110101 | 1000000 | 0 | 10000 | 11111010 | 111111 | 111001 |
Color Harmonies of #644ED7
Complementary color
Monochromatic Colors of #644ED7
Black with #644ED7
Text Example
Text Example
White with #644ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644ED7; }
p { color: rgb(100,78,215); }
H1.HeaderClassName
{
color: #644ED7;
}
.AnyTagClassName
{
color: #644ED7;
}
</style>
background-color css
<style>
a { background-color: #644ED7; }
a { background-color: rgb(100,78,215); }
div.DivClassName
{
background-color: #644ED7;
}
.BgClassName
{
background-color: #644ED7;
}
</style>
border-color css
<style>
span { border-color: #644ED7; }
span { border-color: rgb(100,78,215); }
td.TdClassName
{
border-color: #644ED7;
}
.TagClassName
{
border-color: #644ED7;
}
</style>