Shades of Slate Blue #6444DD
Tints of Slate Blue #6444DD
RGB
CMYK
RGB Variations
Color information
#6444DD (or 0x6444DD) is known color: Slate Blue. HEX triplet: 64, 44 and DD. RGB value is (100,68,221). Sum of RGB (Red+Green+Blue) = 100+68+221=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #6444DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6444DD is #9BBB22. Grayscale: #5E5E5E. Windows color (decimal): -10205987 or 14500964. OLE color: 14500964.
HSL color Cylindrical-coordinate representation of color #6444DD: hue angle of 252.55º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6444DD is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 68 | 221 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.13 |
| HSL | 252.55º | 0.69% | 0.57% | - |
| HSV(B) | 252.55º | 0.69% | 0.87% | - |
| XYZ | 20.37 | 12.06 | 69.66 | - |
| YUV | 95.01 | 199.1 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 68 | 221 | 0.55 | 0.69 | 0 | 0.13 | 252.55 | 0.69 | 0.57 |
| Hex | 64 | 44 | DD | 37 | 45 | 0 | D | FD | 45 | 39 |
| Octal | 144 | 104 | 335 | 67 | 105 | 0 | 15 | 375 | 105 | 71 |
| Binary | 1100100 | 1000100 | 11011101 | 110111 | 1000101 | 0 | 1101 | 11111101 | 1000101 | 111001 |
Color Harmonies of #6444DD
Complementary color
Monochromatic Colors of #6444DD
Black with #6444DD
Text Example
Text Example
White with #6444DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6444DD; }
p { color: rgb(100,68,221); }
H1.HeaderClassName
{
color: #6444DD;
}
.AnyTagClassName
{
color: #6444DD;
}
</style>
background-color css
<style>
a { background-color: #6444DD; }
a { background-color: rgb(100,68,221); }
div.DivClassName
{
background-color: #6444DD;
}
.BgClassName
{
background-color: #6444DD;
}
</style>
border-color css
<style>
span { border-color: #6444DD; }
span { border-color: rgb(100,68,221); }
td.TdClassName
{
border-color: #6444DD;
}
.TagClassName
{
border-color: #6444DD;
}
</style>