Shades of Slate Blue #644BCD
Tints of Slate Blue #644BCD
RGB
CMYK
RGB Variations
Color information
#644BCD (or 0x644BCD) is known color: Slate Blue. HEX triplet: 64, 4B and CD. RGB value is (100,75,205). Sum of RGB (Red+Green+Blue) = 100+75+205=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #644BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644BCD is #9BB432. Grayscale: #606060. Windows color (decimal): -10204211 or 13454180. OLE color: 13454180.
HSL color Cylindrical-coordinate representation of color #644BCD: hue angle of 251.54º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #644BCD is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 75 | 205 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.20 |
| HSL | 251.54º | 0.57% | 0.55% | - |
| HSV(B) | 251.54º | 0.63% | 0.8% | - |
| XYZ | 18.79 | 12.15 | 59.11 | - |
| YUV | 97.3 | 188.78 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 205 | 0.51 | 0.63 | 0 | 0.20 | 251.54 | 0.57 | 0.55 |
| Hex | 64 | 4B | CD | 33 | 3F | 0 | 14 | FC | 39 | 37 |
| Octal | 144 | 113 | 315 | 63 | 77 | 0 | 24 | 374 | 71 | 67 |
| Binary | 1100100 | 1001011 | 11001101 | 110011 | 111111 | 0 | 10100 | 11111100 | 111001 | 110111 |
Color Harmonies of #644BCD
Complementary color
Monochromatic Colors of #644BCD
Black with #644BCD
Text Example
Text Example
White with #644BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644BCD; }
p { color: rgb(100,75,205); }
H1.HeaderClassName
{
color: #644BCD;
}
.AnyTagClassName
{
color: #644BCD;
}
</style>
background-color css
<style>
a { background-color: #644BCD; }
a { background-color: rgb(100,75,205); }
div.DivClassName
{
background-color: #644BCD;
}
.BgClassName
{
background-color: #644BCD;
}
</style>
border-color css
<style>
span { border-color: #644BCD; }
span { border-color: rgb(100,75,205); }
td.TdClassName
{
border-color: #644BCD;
}
.TagClassName
{
border-color: #644BCD;
}
</style>