Shades of Slate Blue #644DD2
Tints of Slate Blue #644DD2
RGB
CMYK
RGB Variations
Color information
#644DD2 (or 0x644DD2) is known color: Slate Blue. HEX triplet: 64, 4D and D2. RGB value is (100,77,210). Sum of RGB (Red+Green+Blue) = 100+77+210=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 210 (82.42% from 255 or 54.26% from 387); Max value from RGB is 210 - color contains mainly: blue. Hex color #644DD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644DD2 is #9BB22D. Grayscale: #626262. Windows color (decimal): -10203694 or 13782372. OLE color: 13782372.
HSL color Cylindrical-coordinate representation of color #644DD2: hue angle of 250.38º degrees, saturation: 0.6, 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 #644DD2 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 77 | 210 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.18 |
| HSL | 250.38º | 0.6% | 0.56% | - |
| HSV(B) | 250.38º | 0.63% | 0.82% | - |
| XYZ | 19.54 | 12.67 | 62.39 | - |
| YUV | 99.04 | 190.62 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 210 | 0.52 | 0.63 | 0 | 0.18 | 250.38 | 0.6 | 0.56 |
| Hex | 64 | 4D | D2 | 34 | 3F | 0 | 12 | FA | 3C | 38 |
| Octal | 144 | 115 | 322 | 64 | 77 | 0 | 22 | 372 | 74 | 70 |
| Binary | 1100100 | 1001101 | 11010010 | 110100 | 111111 | 0 | 10010 | 11111010 | 111100 | 111000 |
Color Harmonies of #644DD2
Complementary color
Monochromatic Colors of #644DD2
Black with #644DD2
Text Example
Text Example
White with #644DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644DD2; }
p { color: rgb(100,77,210); }
H1.HeaderClassName
{
color: #644DD2;
}
.AnyTagClassName
{
color: #644DD2;
}
</style>
background-color css
<style>
a { background-color: #644DD2; }
a { background-color: rgb(100,77,210); }
div.DivClassName
{
background-color: #644DD2;
}
.BgClassName
{
background-color: #644DD2;
}
</style>
border-color css
<style>
span { border-color: #644DD2; }
span { border-color: rgb(100,77,210); }
td.TdClassName
{
border-color: #644DD2;
}
.TagClassName
{
border-color: #644DD2;
}
</style>