Shades of Slate Blue #644FDC
Tints of Slate Blue #644FDC
RGB
CMYK
RGB Variations
Color information
#644FDC (or 0x644FDC) is known color: Slate Blue. HEX triplet: 64, 4F and DC. RGB value is (100,79,220). Sum of RGB (Red+Green+Blue) = 100+79+220=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #644FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644FDC is #9BB023. Grayscale: #646464. Windows color (decimal): -10203172 or 14438244. OLE color: 14438244.
HSL color Cylindrical-coordinate representation of color #644FDC: hue angle of 248.94º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #644FDC is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 79 | 220 | - |
| CMYK | 0.55 | 0.64 | 0 | 0.14 |
| HSL | 248.94º | 0.67% | 0.59% | - |
| HSV(B) | 248.94º | 0.64% | 0.86% | - |
| XYZ | 20.97 | 13.47 | 69.2 | - |
| YUV | 101.35 | 194.96 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 79 | 220 | 0.55 | 0.64 | 0 | 0.14 | 248.94 | 0.67 | 0.59 |
| Hex | 64 | 4F | DC | 37 | 40 | 0 | E | F9 | 43 | 3B |
| Octal | 144 | 117 | 334 | 67 | 100 | 0 | 16 | 371 | 103 | 73 |
| Binary | 1100100 | 1001111 | 11011100 | 110111 | 1000000 | 0 | 1110 | 11111001 | 1000011 | 111011 |
Color Harmonies of #644FDC
Complementary color
Monochromatic Colors of #644FDC
Black with #644FDC
Text Example
Text Example
White with #644FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644FDC; }
p { color: rgb(100,79,220); }
H1.HeaderClassName
{
color: #644FDC;
}
.AnyTagClassName
{
color: #644FDC;
}
</style>
background-color css
<style>
a { background-color: #644FDC; }
a { background-color: rgb(100,79,220); }
div.DivClassName
{
background-color: #644FDC;
}
.BgClassName
{
background-color: #644FDC;
}
</style>
border-color css
<style>
span { border-color: #644FDC; }
span { border-color: rgb(100,79,220); }
td.TdClassName
{
border-color: #644FDC;
}
.TagClassName
{
border-color: #644FDC;
}
</style>