Shades of Slate Blue #644DC2
Tints of Slate Blue #644DC2
RGB
CMYK
RGB Variations
Color information
#644DC2 (or 0x644DC2) is known color: Slate Blue. HEX triplet: 64, 4D and C2. RGB value is (100,77,194). Sum of RGB (Red+Green+Blue) = 100+77+194=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #644DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644DC2 is #9BB23D. Grayscale: #606060. Windows color (decimal): -10203710 or 12733796. OLE color: 12733796.
HSL color Cylindrical-coordinate representation of color #644DC2: hue angle of 251.79º degrees, saturation: 0.49, 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 #644DC2 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 77 | 194 | - |
| CMYK | 0.48 | 0.60 | 0 | 0.24 |
| HSL | 251.79º | 0.49% | 0.53% | - |
| HSV(B) | 251.79º | 0.6% | 0.76% | - |
| XYZ | 17.65 | 11.91 | 52.41 | - |
| YUV | 97.22 | 182.62 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 194 | 0.48 | 0.60 | 0 | 0.24 | 251.79 | 0.49 | 0.53 |
| Hex | 64 | 4D | C2 | 30 | 3C | 0 | 18 | FC | 31 | 35 |
| Octal | 144 | 115 | 302 | 60 | 74 | 0 | 30 | 374 | 61 | 65 |
| Binary | 1100100 | 1001101 | 11000010 | 110000 | 111100 | 0 | 11000 | 11111100 | 110001 | 110101 |
Color Harmonies of #644DC2
Complementary color
Monochromatic Colors of #644DC2
Black with #644DC2
Text Example
Text Example
White with #644DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644DC2; }
p { color: rgb(100,77,194); }
H1.HeaderClassName
{
color: #644DC2;
}
.AnyTagClassName
{
color: #644DC2;
}
</style>
background-color css
<style>
a { background-color: #644DC2; }
a { background-color: rgb(100,77,194); }
div.DivClassName
{
background-color: #644DC2;
}
.BgClassName
{
background-color: #644DC2;
}
</style>
border-color css
<style>
span { border-color: #644DC2; }
span { border-color: rgb(100,77,194); }
td.TdClassName
{
border-color: #644DC2;
}
.TagClassName
{
border-color: #644DC2;
}
</style>