Shades of Slate Blue #644DCD
Tints of Slate Blue #644DCD
RGB
CMYK
RGB Variations
Color information
#644DCD (or 0x644DCD) is known color: Slate Blue. HEX triplet: 64, 4D and CD. RGB value is (100,77,205). Sum of RGB (Red+Green+Blue) = 100+77+205=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #644DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644DCD is #9BB232. Grayscale: #616161. Windows color (decimal): -10203699 or 13454692. OLE color: 13454692.
HSL color Cylindrical-coordinate representation of color #644DCD: hue angle of 250.78º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #644DCD is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 77 | 205 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.20 |
| HSL | 250.78º | 0.56% | 0.55% | - |
| HSV(B) | 250.78º | 0.62% | 0.8% | - |
| XYZ | 18.93 | 12.42 | 59.16 | - |
| YUV | 98.47 | 188.12 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 205 | 0.51 | 0.62 | 0 | 0.20 | 250.78 | 0.56 | 0.55 |
| Hex | 64 | 4D | CD | 33 | 3E | 0 | 14 | FB | 38 | 37 |
| Octal | 144 | 115 | 315 | 63 | 76 | 0 | 24 | 373 | 70 | 67 |
| Binary | 1100100 | 1001101 | 11001101 | 110011 | 111110 | 0 | 10100 | 11111011 | 111000 | 110111 |
Color Harmonies of #644DCD
Complementary color
Monochromatic Colors of #644DCD
Black with #644DCD
Text Example
Text Example
White with #644DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644DCD; }
p { color: rgb(100,77,205); }
H1.HeaderClassName
{
color: #644DCD;
}
.AnyTagClassName
{
color: #644DCD;
}
</style>
background-color css
<style>
a { background-color: #644DCD; }
a { background-color: rgb(100,77,205); }
div.DivClassName
{
background-color: #644DCD;
}
.BgClassName
{
background-color: #644DCD;
}
</style>
border-color css
<style>
span { border-color: #644DCD; }
span { border-color: rgb(100,77,205); }
td.TdClassName
{
border-color: #644DCD;
}
.TagClassName
{
border-color: #644DCD;
}
</style>