Shades of Slate Blue #644DDA
Tints of Slate Blue #644DDA
RGB
CMYK
RGB Variations
Color information
#644DDA (or 0x644DDA) is known color: Slate Blue. HEX triplet: 64, 4D and DA. RGB value is (100,77,218). Sum of RGB (Red+Green+Blue) = 100+77+218=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #644DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644DDA is #9BB225. Grayscale: #636363. Windows color (decimal): -10203686 or 14306660. OLE color: 14306660.
HSL color Cylindrical-coordinate representation of color #644DDA: hue angle of 249.79º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #644DDA is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 77 | 218 | - |
| CMYK | 0.54 | 0.65 | 0 | 0.15 |
| HSL | 249.79º | 0.66% | 0.58% | - |
| HSV(B) | 249.79º | 0.65% | 0.85% | - |
| XYZ | 20.56 | 13.08 | 67.77 | - |
| YUV | 99.95 | 194.62 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 218 | 0.54 | 0.65 | 0 | 0.15 | 249.79 | 0.66 | 0.58 |
| Hex | 64 | 4D | DA | 36 | 41 | 0 | F | FA | 42 | 3A |
| Octal | 144 | 115 | 332 | 66 | 101 | 0 | 17 | 372 | 102 | 72 |
| Binary | 1100100 | 1001101 | 11011010 | 110110 | 1000001 | 0 | 1111 | 11111010 | 1000010 | 111010 |
Color Harmonies of #644DDA
Complementary color
Monochromatic Colors of #644DDA
Black with #644DDA
Text Example
Text Example
White with #644DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644DDA; }
p { color: rgb(100,77,218); }
H1.HeaderClassName
{
color: #644DDA;
}
.AnyTagClassName
{
color: #644DDA;
}
</style>
background-color css
<style>
a { background-color: #644DDA; }
a { background-color: rgb(100,77,218); }
div.DivClassName
{
background-color: #644DDA;
}
.BgClassName
{
background-color: #644DDA;
}
</style>
border-color css
<style>
span { border-color: #644DDA; }
span { border-color: rgb(100,77,218); }
td.TdClassName
{
border-color: #644DDA;
}
.TagClassName
{
border-color: #644DDA;
}
</style>