Shades of Slate Blue #6447DD
Tints of Slate Blue #6447DD
RGB
CMYK
RGB Variations
Color information
#6447DD (or 0x6447DD) is known color: Slate Blue. HEX triplet: 64, 47 and DD. RGB value is (100,71,221). Sum of RGB (Red+Green+Blue) = 100+71+221=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #6447DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6447DD is #9BB822. Grayscale: #606060. Windows color (decimal): -10205219 or 14501732. OLE color: 14501732.
HSL color Cylindrical-coordinate representation of color #6447DD: hue angle of 251.6º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6447DD is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 71 | 221 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.13 |
| HSL | 251.6º | 0.69% | 0.57% | - |
| HSV(B) | 251.6º | 0.68% | 0.87% | - |
| XYZ | 20.56 | 12.44 | 69.72 | - |
| YUV | 96.77 | 198.11 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 71 | 221 | 0.55 | 0.68 | 0 | 0.13 | 251.6 | 0.69 | 0.57 |
| Hex | 64 | 47 | DD | 37 | 44 | 0 | D | FC | 45 | 39 |
| Octal | 144 | 107 | 335 | 67 | 104 | 0 | 15 | 374 | 105 | 71 |
| Binary | 1100100 | 1000111 | 11011101 | 110111 | 1000100 | 0 | 1101 | 11111100 | 1000101 | 111001 |
Color Harmonies of #6447DD
Complementary color
Monochromatic Colors of #6447DD
Black with #6447DD
Text Example
Text Example
White with #6447DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6447DD; }
p { color: rgb(100,71,221); }
H1.HeaderClassName
{
color: #6447DD;
}
.AnyTagClassName
{
color: #6447DD;
}
</style>
background-color css
<style>
a { background-color: #6447DD; }
a { background-color: rgb(100,71,221); }
div.DivClassName
{
background-color: #6447DD;
}
.BgClassName
{
background-color: #6447DD;
}
</style>
border-color css
<style>
span { border-color: #6447DD; }
span { border-color: rgb(100,71,221); }
td.TdClassName
{
border-color: #6447DD;
}
.TagClassName
{
border-color: #6447DD;
}
</style>