Shades of Slate Blue #644DE2
Tints of Slate Blue #644DE2
RGB
CMYK
RGB Variations
Color information
#644DE2 (or 0x644DE2) is known color: Slate Blue. HEX triplet: 64, 4D and E2. RGB value is (100,77,226). Sum of RGB (Red+Green+Blue) = 100+77+226=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 226 (88.67% from 255 or 56.08% from 403); Max value from RGB is 226 - color contains mainly: blue. Hex color #644DE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644DE2 is #9BB21D. Grayscale: #646464. Windows color (decimal): -10203678 or 14830948. OLE color: 14830948.
HSL color Cylindrical-coordinate representation of color #644DE2: hue angle of 249.26º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #644DE2 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 77 | 226 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.11 |
| HSL | 249.26º | 0.72% | 0.59% | - |
| HSV(B) | 249.26º | 0.66% | 0.89% | - |
| XYZ | 21.64 | 13.51 | 73.42 | - |
| YUV | 100.86 | 198.62 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 226 | 0.56 | 0.66 | 0 | 0.11 | 249.26 | 0.72 | 0.59 |
| Hex | 64 | 4D | E2 | 38 | 42 | 0 | B | F9 | 48 | 3B |
| Octal | 144 | 115 | 342 | 70 | 102 | 0 | 13 | 371 | 110 | 73 |
| Binary | 1100100 | 1001101 | 11100010 | 111000 | 1000010 | 0 | 1011 | 11111001 | 1001000 | 111011 |
Color Harmonies of #644DE2
Complementary color
Monochromatic Colors of #644DE2
Black with #644DE2
Text Example
Text Example
White with #644DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644DE2; }
p { color: rgb(100,77,226); }
H1.HeaderClassName
{
color: #644DE2;
}
.AnyTagClassName
{
color: #644DE2;
}
</style>
background-color css
<style>
a { background-color: #644DE2; }
a { background-color: rgb(100,77,226); }
div.DivClassName
{
background-color: #644DE2;
}
.BgClassName
{
background-color: #644DE2;
}
</style>
border-color css
<style>
span { border-color: #644DE2; }
span { border-color: rgb(100,77,226); }
td.TdClassName
{
border-color: #644DE2;
}
.TagClassName
{
border-color: #644DE2;
}
</style>