Shades of Slate Blue #644EC1
Tints of Slate Blue #644EC1
RGB
CMYK
RGB Variations
Color information
#644EC1 (or 0x644EC1) is known color: Slate Blue. HEX triplet: 64, 4E and C1. RGB value is (100,78,193). Sum of RGB (Red+Green+Blue) = 100+78+193=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #644EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644EC1 is #9BB13E. Grayscale: #616161. Windows color (decimal): -10203455 or 12668516. OLE color: 12668516.
HSL color Cylindrical-coordinate representation of color #644EC1: hue angle of 251.48º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #644EC1 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 78 | 193 | - |
| CMYK | 0.48 | 0.60 | 0 | 0.24 |
| HSL | 251.48º | 0.48% | 0.53% | - |
| HSV(B) | 251.48º | 0.6% | 0.76% | - |
| XYZ | 17.61 | 12.01 | 51.84 | - |
| YUV | 97.69 | 181.79 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 193 | 0.48 | 0.60 | 0 | 0.24 | 251.48 | 0.48 | 0.53 |
| Hex | 64 | 4E | C1 | 30 | 3C | 0 | 18 | FB | 30 | 35 |
| Octal | 144 | 116 | 301 | 60 | 74 | 0 | 30 | 373 | 60 | 65 |
| Binary | 1100100 | 1001110 | 11000001 | 110000 | 111100 | 0 | 11000 | 11111011 | 110000 | 110101 |
Color Harmonies of #644EC1
Complementary color
Monochromatic Colors of #644EC1
Black with #644EC1
Text Example
Text Example
White with #644EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644EC1; }
p { color: rgb(100,78,193); }
H1.HeaderClassName
{
color: #644EC1;
}
.AnyTagClassName
{
color: #644EC1;
}
</style>
background-color css
<style>
a { background-color: #644EC1; }
a { background-color: rgb(100,78,193); }
div.DivClassName
{
background-color: #644EC1;
}
.BgClassName
{
background-color: #644EC1;
}
</style>
border-color css
<style>
span { border-color: #644EC1; }
span { border-color: rgb(100,78,193); }
td.TdClassName
{
border-color: #644EC1;
}
.TagClassName
{
border-color: #644EC1;
}
</style>