Shades of Slate Blue #6447CC
Tints of Slate Blue #6447CC
RGB
CMYK
RGB Variations
Color information
#6447CC (or 0x6447CC) is known color: Slate Blue. HEX triplet: 64, 47 and CC. RGB value is (100,71,204). Sum of RGB (Red+Green+Blue) = 100+71+204=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #6447CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6447CC is #9BB833. Grayscale: #5E5E5E. Windows color (decimal): -10205236 or 13387620. OLE color: 13387620.
HSL color Cylindrical-coordinate representation of color #6447CC: hue angle of 253.08º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6447CC is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 71 | 204 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.2 |
| HSL | 253.08º | 0.57% | 0.54% | - |
| HSV(B) | 253.08º | 0.65% | 0.8% | - |
| XYZ | 18.41 | 11.58 | 58.39 | - |
| YUV | 94.83 | 189.61 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 71 | 204 | 0.51 | 0.65 | 0 | 0.2 | 253.08 | 0.57 | 0.54 |
| Hex | 64 | 47 | CC | 33 | 41 | 0 | 14 | FD | 39 | 36 |
| Octal | 144 | 107 | 314 | 63 | 101 | 0 | 24 | 375 | 71 | 66 |
| Binary | 1100100 | 1000111 | 11001100 | 110011 | 1000001 | 0 | 10100 | 11111101 | 111001 | 110110 |
Color Harmonies of #6447CC
Complementary color
Monochromatic Colors of #6447CC
Black with #6447CC
Text Example
Text Example
White with #6447CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6447CC; }
p { color: rgb(100,71,204); }
H1.HeaderClassName
{
color: #6447CC;
}
.AnyTagClassName
{
color: #6447CC;
}
</style>
background-color css
<style>
a { background-color: #6447CC; }
a { background-color: rgb(100,71,204); }
div.DivClassName
{
background-color: #6447CC;
}
.BgClassName
{
background-color: #6447CC;
}
</style>
border-color css
<style>
span { border-color: #6447CC; }
span { border-color: rgb(100,71,204); }
td.TdClassName
{
border-color: #6447CC;
}
.TagClassName
{
border-color: #6447CC;
}
</style>