Shades of Eminence #6A476A
Tints of Eminence #6A476A
RGB
CMYK
RGB Variations
Color information
#6A476A (or 0x6A476A) is known color: Eminence. HEX triplet: 6A, 47 and 6A. RGB value is (106,71,106). Sum of RGB (Red+Green+Blue) = 106+71+106=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 106 - color contains mainly: red, blue. Hex color #6A476A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A476A is #95B895. Grayscale: #555555. Windows color (decimal): -9812118 or 6965098. OLE color: 6965098.
HSL color Cylindrical-coordinate representation of color #6A476A: hue angle of 300º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A476A is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 71 | 106 | - |
| CMYK | 0 | 0.33 | 0 | 0.58 |
| HSL | 300º | 0.2% | 0.35% | - |
| HSV(B) | 300º | 0.33% | 0.42% | - |
| XYZ | 10.8 | 8.61 | 14.73 | - |
| YUV | 85.46 | 139.6 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 71 | 106 | 0 | 0.33 | 0 | 0.58 | 300 | 0.2 | 0.35 |
| Hex | 6A | 47 | 6A | 0 | 21 | 0 | 3A | 12C | 14 | 23 |
| Octal | 152 | 107 | 152 | 0 | 41 | 0 | 72 | 454 | 24 | 43 |
| Binary | 1101010 | 1000111 | 1101010 | 0 | 100001 | 0 | 111010 | 100101100 | 10100 | 100011 |
Color Harmonies of #6A476A
Complementary color
Monochromatic Colors of #6A476A
Black with #6A476A
Text Example
Text Example
White with #6A476A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A476A; }
p { color: rgb(106,71,106); }
H1.HeaderClassName
{
color: #6A476A;
}
.AnyTagClassName
{
color: #6A476A;
}
</style>
background-color css
<style>
a { background-color: #6A476A; }
a { background-color: rgb(106,71,106); }
div.DivClassName
{
background-color: #6A476A;
}
.BgClassName
{
background-color: #6A476A;
}
</style>
border-color css
<style>
span { border-color: #6A476A; }
span { border-color: rgb(106,71,106); }
td.TdClassName
{
border-color: #6A476A;
}
.TagClassName
{
border-color: #6A476A;
}
</style>