Shades of Slate Blue #644FCD
Tints of Slate Blue #644FCD
RGB
CMYK
RGB Variations
Color information
#644FCD (or 0x644FCD) is known color: Slate Blue. HEX triplet: 64, 4F and CD. RGB value is (100,79,205). Sum of RGB (Red+Green+Blue) = 100+79+205=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #644FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644FCD is #9BB032. Grayscale: #636363. Windows color (decimal): -10203187 or 13455204. OLE color: 13455204.
HSL color Cylindrical-coordinate representation of color #644FCD: hue angle of 250º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #644FCD is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 79 | 205 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.20 |
| HSL | 250º | 0.56% | 0.56% | - |
| HSV(B) | 250º | 0.61% | 0.8% | - |
| XYZ | 19.07 | 12.71 | 59.21 | - |
| YUV | 99.64 | 187.46 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 79 | 205 | 0.51 | 0.61 | 0 | 0.20 | 250 | 0.56 | 0.56 |
| Hex | 64 | 4F | CD | 33 | 3D | 0 | 14 | FA | 38 | 38 |
| Octal | 144 | 117 | 315 | 63 | 75 | 0 | 24 | 372 | 70 | 70 |
| Binary | 1100100 | 1001111 | 11001101 | 110011 | 111101 | 0 | 10100 | 11111010 | 111000 | 111000 |
Color Harmonies of #644FCD
Complementary color
Monochromatic Colors of #644FCD
Black with #644FCD
Text Example
Text Example
White with #644FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644FCD; }
p { color: rgb(100,79,205); }
H1.HeaderClassName
{
color: #644FCD;
}
.AnyTagClassName
{
color: #644FCD;
}
</style>
background-color css
<style>
a { background-color: #644FCD; }
a { background-color: rgb(100,79,205); }
div.DivClassName
{
background-color: #644FCD;
}
.BgClassName
{
background-color: #644FCD;
}
</style>
border-color css
<style>
span { border-color: #644FCD; }
span { border-color: rgb(100,79,205); }
td.TdClassName
{
border-color: #644FCD;
}
.TagClassName
{
border-color: #644FCD;
}
</style>