Shades of Slate Blue #644DDC
Tints of Slate Blue #644DDC
RGB
CMYK
RGB Variations
Color information
#644DDC (or 0x644DDC) is known color: Slate Blue. HEX triplet: 64, 4D and DC. RGB value is (100,77,220). Sum of RGB (Red+Green+Blue) = 100+77+220=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #644DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644DDC is #9BB223. Grayscale: #636363. Windows color (decimal): -10203684 or 14437732. OLE color: 14437732.
HSL color Cylindrical-coordinate representation of color #644DDC: hue angle of 249.65º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #644DDC is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 77 | 220 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.14 |
| HSL | 249.65º | 0.67% | 0.58% | - |
| HSV(B) | 249.65º | 0.65% | 0.86% | - |
| XYZ | 20.83 | 13.18 | 69.16 | - |
| YUV | 100.18 | 195.62 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 220 | 0.55 | 0.65 | 0 | 0.14 | 249.65 | 0.67 | 0.58 |
| Hex | 64 | 4D | DC | 37 | 41 | 0 | E | FA | 43 | 3A |
| Octal | 144 | 115 | 334 | 67 | 101 | 0 | 16 | 372 | 103 | 72 |
| Binary | 1100100 | 1001101 | 11011100 | 110111 | 1000001 | 0 | 1110 | 11111010 | 1000011 | 111010 |
Color Harmonies of #644DDC
Complementary color
Monochromatic Colors of #644DDC
Black with #644DDC
Text Example
Text Example
White with #644DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644DDC; }
p { color: rgb(100,77,220); }
H1.HeaderClassName
{
color: #644DDC;
}
.AnyTagClassName
{
color: #644DDC;
}
</style>
background-color css
<style>
a { background-color: #644DDC; }
a { background-color: rgb(100,77,220); }
div.DivClassName
{
background-color: #644DDC;
}
.BgClassName
{
background-color: #644DDC;
}
</style>
border-color css
<style>
span { border-color: #644DDC; }
span { border-color: rgb(100,77,220); }
td.TdClassName
{
border-color: #644DDC;
}
.TagClassName
{
border-color: #644DDC;
}
</style>