Shades of Eminence #6A4471
Tints of Eminence #6A4471
RGB
CMYK
RGB Variations
Color information
#6A4471 (or 0x6A4471) is known color: Eminence. HEX triplet: 6A, 44 and 71. RGB value is (106,68,113). Sum of RGB (Red+Green+Blue) = 106+68+113=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 113 - color contains mainly: blue. Hex color #6A4471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4471 is #95BB8E. Grayscale: #545454. Windows color (decimal): -9812879 or 7423082. OLE color: 7423082.
HSL color Cylindrical-coordinate representation of color #6A4471: hue angle of 290.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A4471 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 68 | 113 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.56 |
| HSL | 290.67º | 0.25% | 0.35% | - |
| HSV(B) | 290.67º | 0.4% | 0.44% | - |
| XYZ | 10.99 | 8.39 | 16.66 | - |
| YUV | 84.49 | 144.09 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 68 | 113 | 0.06 | 0.40 | 0 | 0.56 | 290.67 | 0.25 | 0.35 |
| Hex | 6A | 44 | 71 | 6 | 28 | 0 | 38 | 123 | 19 | 23 |
| Octal | 152 | 104 | 161 | 6 | 50 | 0 | 70 | 443 | 31 | 43 |
| Binary | 1101010 | 1000100 | 1110001 | 110 | 101000 | 0 | 111000 | 100100011 | 11001 | 100011 |
Color Harmonies of #6A4471
Complementary color
Monochromatic Colors of #6A4471
Black with #6A4471
Text Example
Text Example
White with #6A4471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4471; }
p { color: rgb(106,68,113); }
H1.HeaderClassName
{
color: #6A4471;
}
.AnyTagClassName
{
color: #6A4471;
}
</style>
background-color css
<style>
a { background-color: #6A4471; }
a { background-color: rgb(106,68,113); }
div.DivClassName
{
background-color: #6A4471;
}
.BgClassName
{
background-color: #6A4471;
}
</style>
border-color css
<style>
span { border-color: #6A4471; }
span { border-color: rgb(106,68,113); }
td.TdClassName
{
border-color: #6A4471;
}
.TagClassName
{
border-color: #6A4471;
}
</style>