Shades of Slate Blue #644FC0
Tints of Slate Blue #644FC0
RGB
CMYK
RGB Variations
Color information
#644FC0 (or 0x644FC0) is known color: Slate Blue. HEX triplet: 64, 4F and C0. RGB value is (100,79,192). Sum of RGB (Red+Green+Blue) = 100+79+192=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #644FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644FC0 is #9BB03F. Grayscale: #616161. Windows color (decimal): -10203200 or 12603236. OLE color: 12603236.
HSL color Cylindrical-coordinate representation of color #644FC0: hue angle of 251.15º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #644FC0 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 79 | 192 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.25 |
| HSL | 251.15º | 0.47% | 0.53% | - |
| HSV(B) | 251.15º | 0.59% | 0.75% | - |
| XYZ | 17.57 | 12.11 | 51.28 | - |
| YUV | 98.16 | 180.96 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 79 | 192 | 0.48 | 0.59 | 0 | 0.25 | 251.15 | 0.47 | 0.53 |
| Hex | 64 | 4F | C0 | 30 | 3B | 0 | 19 | FB | 2F | 35 |
| Octal | 144 | 117 | 300 | 60 | 73 | 0 | 31 | 373 | 57 | 65 |
| Binary | 1100100 | 1001111 | 11000000 | 110000 | 111011 | 0 | 11001 | 11111011 | 101111 | 110101 |
Color Harmonies of #644FC0
Complementary color
Monochromatic Colors of #644FC0
Black with #644FC0
Text Example
Text Example
White with #644FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644FC0; }
p { color: rgb(100,79,192); }
H1.HeaderClassName
{
color: #644FC0;
}
.AnyTagClassName
{
color: #644FC0;
}
</style>
background-color css
<style>
a { background-color: #644FC0; }
a { background-color: rgb(100,79,192); }
div.DivClassName
{
background-color: #644FC0;
}
.BgClassName
{
background-color: #644FC0;
}
</style>
border-color css
<style>
span { border-color: #644FC0; }
span { border-color: rgb(100,79,192); }
td.TdClassName
{
border-color: #644FC0;
}
.TagClassName
{
border-color: #644FC0;
}
</style>