Shades of Eminence #6A496E
Tints of Eminence #6A496E
RGB
CMYK
RGB Variations
Color information
#6A496E (or 0x6A496E) is known color: Eminence. HEX triplet: 6A, 49 and 6E. RGB value is (106,73,110). Sum of RGB (Red+Green+Blue) = 106+73+110=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 110 - color contains mainly: blue. Hex color #6A496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A496E is #95B691. Grayscale: #565656. Windows color (decimal): -9811602 or 7227754. OLE color: 7227754.
HSL color Cylindrical-coordinate representation of color #6A496E: hue angle of 293.51º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6A496E is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 73 | 110 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.57 |
| HSL | 293.51º | 0.2% | 0.36% | - |
| HSV(B) | 293.51º | 0.34% | 0.43% | - |
| XYZ | 11.14 | 8.96 | 15.89 | - |
| YUV | 87.09 | 140.93 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 73 | 110 | 0.04 | 0.34 | 0 | 0.57 | 293.51 | 0.2 | 0.36 |
| Hex | 6A | 49 | 6E | 4 | 22 | 0 | 39 | 126 | 14 | 24 |
| Octal | 152 | 111 | 156 | 4 | 42 | 0 | 71 | 446 | 24 | 44 |
| Binary | 1101010 | 1001001 | 1101110 | 100 | 100010 | 0 | 111001 | 100100110 | 10100 | 100100 |
Color Harmonies of #6A496E
Complementary color
Monochromatic Colors of #6A496E
Black with #6A496E
Text Example
Text Example
White with #6A496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A496E; }
p { color: rgb(106,73,110); }
H1.HeaderClassName
{
color: #6A496E;
}
.AnyTagClassName
{
color: #6A496E;
}
</style>
background-color css
<style>
a { background-color: #6A496E; }
a { background-color: rgb(106,73,110); }
div.DivClassName
{
background-color: #6A496E;
}
.BgClassName
{
background-color: #6A496E;
}
</style>
border-color css
<style>
span { border-color: #6A496E; }
span { border-color: rgb(106,73,110); }
td.TdClassName
{
border-color: #6A496E;
}
.TagClassName
{
border-color: #6A496E;
}
</style>