Shades of Slate Blue #644CDD
Tints of Slate Blue #644CDD
RGB
CMYK
RGB Variations
Color information
#644CDD (or 0x644CDD) is known color: Slate Blue. HEX triplet: 64, 4C and DD. RGB value is (100,76,221). Sum of RGB (Red+Green+Blue) = 100+76+221=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #644CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644CDD is #9BB322. Grayscale: #636363. Windows color (decimal): -10203939 or 14503012. OLE color: 14503012.
HSL color Cylindrical-coordinate representation of color #644CDD: hue angle of 249.93º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #644CDD is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 76 | 221 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.13 |
| HSL | 249.93º | 0.68% | 0.58% | - |
| HSV(B) | 249.93º | 0.66% | 0.87% | - |
| XYZ | 20.89 | 13.1 | 69.83 | - |
| YUV | 99.71 | 196.45 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 221 | 0.55 | 0.66 | 0 | 0.13 | 249.93 | 0.68 | 0.58 |
| Hex | 64 | 4C | DD | 37 | 42 | 0 | D | FA | 44 | 3A |
| Octal | 144 | 114 | 335 | 67 | 102 | 0 | 15 | 372 | 104 | 72 |
| Binary | 1100100 | 1001100 | 11011101 | 110111 | 1000010 | 0 | 1101 | 11111010 | 1000100 | 111010 |
Color Harmonies of #644CDD
Complementary color
Monochromatic Colors of #644CDD
Black with #644CDD
Text Example
Text Example
White with #644CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644CDD; }
p { color: rgb(100,76,221); }
H1.HeaderClassName
{
color: #644CDD;
}
.AnyTagClassName
{
color: #644CDD;
}
</style>
background-color css
<style>
a { background-color: #644CDD; }
a { background-color: rgb(100,76,221); }
div.DivClassName
{
background-color: #644CDD;
}
.BgClassName
{
background-color: #644CDD;
}
</style>
border-color css
<style>
span { border-color: #644CDD; }
span { border-color: rgb(100,76,221); }
td.TdClassName
{
border-color: #644CDD;
}
.TagClassName
{
border-color: #644CDD;
}
</style>