Shades of Eminence #6A4573
Tints of Eminence #6A4573
RGB
CMYK
RGB Variations
Color information
#6A4573 (or 0x6A4573) is known color: Eminence. HEX triplet: 6A, 45 and 73. RGB value is (106,69,115). Sum of RGB (Red+Green+Blue) = 106+69+115=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A4573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4573 is #95BA8C. Grayscale: #555555. Windows color (decimal): -9812621 or 7554410. OLE color: 7554410.
HSL color Cylindrical-coordinate representation of color #6A4573: hue angle of 288.26º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A4573 is Cyan = 0.08, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 69 | 115 | - |
| CMYK | 0.08 | 0.4 | 0 | 0.55 |
| HSL | 288.26º | 0.25% | 0.36% | - |
| HSV(B) | 288.26º | 0.4% | 0.45% | - |
| XYZ | 11.17 | 8.56 | 17.28 | - |
| YUV | 85.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 69 | 115 | 0.08 | 0.4 | 0 | 0.55 | 288.26 | 0.25 | 0.36 |
| Hex | 6A | 45 | 73 | 8 | 28 | 0 | 37 | 120 | 19 | 24 |
| Octal | 152 | 105 | 163 | 10 | 50 | 0 | 67 | 440 | 31 | 44 |
| Binary | 1101010 | 1000101 | 1110011 | 1000 | 101000 | 0 | 110111 | 100100000 | 11001 | 100100 |
Color Harmonies of #6A4573
Complementary color
Monochromatic Colors of #6A4573
Black with #6A4573
Text Example
Text Example
White with #6A4573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4573; }
p { color: rgb(106,69,115); }
H1.HeaderClassName
{
color: #6A4573;
}
.AnyTagClassName
{
color: #6A4573;
}
</style>
background-color css
<style>
a { background-color: #6A4573; }
a { background-color: rgb(106,69,115); }
div.DivClassName
{
background-color: #6A4573;
}
.BgClassName
{
background-color: #6A4573;
}
</style>
border-color css
<style>
span { border-color: #6A4573; }
span { border-color: rgb(106,69,115); }
td.TdClassName
{
border-color: #6A4573;
}
.TagClassName
{
border-color: #6A4573;
}
</style>