Shades of Slate Blue #644BDD
Tints of Slate Blue #644BDD
RGB
CMYK
RGB Variations
Color information
#644BDD (or 0x644BDD) is known color: Slate Blue. HEX triplet: 64, 4B and DD. RGB value is (100,75,221). Sum of RGB (Red+Green+Blue) = 100+75+221=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #644BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644BDD is #9BB422. Grayscale: #626262. Windows color (decimal): -10204195 or 14502756. OLE color: 14502756.
HSL color Cylindrical-coordinate representation of color #644BDD: hue angle of 250.27º 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 #644BDD is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 75 | 221 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.13 |
| HSL | 250.27º | 0.68% | 0.58% | - |
| HSV(B) | 250.27º | 0.66% | 0.87% | - |
| XYZ | 20.82 | 12.96 | 69.81 | - |
| YUV | 99.12 | 196.78 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 221 | 0.55 | 0.66 | 0 | 0.13 | 250.27 | 0.68 | 0.58 |
| Hex | 64 | 4B | DD | 37 | 42 | 0 | D | FA | 44 | 3A |
| Octal | 144 | 113 | 335 | 67 | 102 | 0 | 15 | 372 | 104 | 72 |
| Binary | 1100100 | 1001011 | 11011101 | 110111 | 1000010 | 0 | 1101 | 11111010 | 1000100 | 111010 |
Color Harmonies of #644BDD
Complementary color
Monochromatic Colors of #644BDD
Black with #644BDD
Text Example
Text Example
White with #644BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644BDD; }
p { color: rgb(100,75,221); }
H1.HeaderClassName
{
color: #644BDD;
}
.AnyTagClassName
{
color: #644BDD;
}
</style>
background-color css
<style>
a { background-color: #644BDD; }
a { background-color: rgb(100,75,221); }
div.DivClassName
{
background-color: #644BDD;
}
.BgClassName
{
background-color: #644BDD;
}
</style>
border-color css
<style>
span { border-color: #644BDD; }
span { border-color: rgb(100,75,221); }
td.TdClassName
{
border-color: #644BDD;
}
.TagClassName
{
border-color: #644BDD;
}
</style>