Shades of Slate Blue #644ED2
Tints of Slate Blue #644ED2
RGB
CMYK
RGB Variations
Color information
#644ED2 (or 0x644ED2) is known color: Slate Blue. HEX triplet: 64, 4E and D2. RGB value is (100,78,210). Sum of RGB (Red+Green+Blue) = 100+78+210=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 210 (82.42% from 255 or 54.12% from 388); Max value from RGB is 210 - color contains mainly: blue. Hex color #644ED2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644ED2 is #9BB12D. Grayscale: #636363. Windows color (decimal): -10203438 or 13782628. OLE color: 13782628.
HSL color Cylindrical-coordinate representation of color #644ED2: hue angle of 250º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #644ED2 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 78 | 210 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.18 |
| HSL | 250º | 0.59% | 0.56% | - |
| HSV(B) | 250º | 0.63% | 0.82% | - |
| XYZ | 19.61 | 12.81 | 62.41 | - |
| YUV | 99.63 | 190.29 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 210 | 0.52 | 0.63 | 0 | 0.18 | 250 | 0.59 | 0.56 |
| Hex | 64 | 4E | D2 | 34 | 3F | 0 | 12 | FA | 3B | 38 |
| Octal | 144 | 116 | 322 | 64 | 77 | 0 | 22 | 372 | 73 | 70 |
| Binary | 1100100 | 1001110 | 11010010 | 110100 | 111111 | 0 | 10010 | 11111010 | 111011 | 111000 |
Color Harmonies of #644ED2
Complementary color
Monochromatic Colors of #644ED2
Black with #644ED2
Text Example
Text Example
White with #644ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644ED2; }
p { color: rgb(100,78,210); }
H1.HeaderClassName
{
color: #644ED2;
}
.AnyTagClassName
{
color: #644ED2;
}
</style>
background-color css
<style>
a { background-color: #644ED2; }
a { background-color: rgb(100,78,210); }
div.DivClassName
{
background-color: #644ED2;
}
.BgClassName
{
background-color: #644ED2;
}
</style>
border-color css
<style>
span { border-color: #644ED2; }
span { border-color: rgb(100,78,210); }
td.TdClassName
{
border-color: #644ED2;
}
.TagClassName
{
border-color: #644ED2;
}
</style>