Shades of Eminence #6A466A
Tints of Eminence #6A466A
RGB
CMYK
RGB Variations
Color information
#6A466A (or 0x6A466A) is known color: Eminence. HEX triplet: 6A, 46 and 6A. RGB value is (106,70,106). Sum of RGB (Red+Green+Blue) = 106+70+106=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 106 - color contains mainly: red, blue. Hex color #6A466A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A466A is #95B995. Grayscale: #545454. Windows color (decimal): -9812374 or 6964842. OLE color: 6964842.
HSL color Cylindrical-coordinate representation of color #6A466A: 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.34%. Process color model (Four color, CMYK) of #6A466A is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 70 | 106 | - |
| CMYK | 0 | 0.34 | 0 | 0.58 |
| HSL | 300º | 0.2% | 0.35% | - |
| HSV(B) | 300º | 0.34% | 0.42% | - |
| XYZ | 10.74 | 8.49 | 14.71 | - |
| YUV | 84.87 | 139.93 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 70 | 106 | 0 | 0.34 | 0 | 0.58 | 300 | 0.2 | 0.35 |
| Hex | 6A | 46 | 6A | 0 | 22 | 0 | 3A | 12C | 14 | 23 |
| Octal | 152 | 106 | 152 | 0 | 42 | 0 | 72 | 454 | 24 | 43 |
| Binary | 1101010 | 1000110 | 1101010 | 0 | 100010 | 0 | 111010 | 100101100 | 10100 | 100011 |
Color Harmonies of #6A466A
Complementary color
Monochromatic Colors of #6A466A
Black with #6A466A
Text Example
Text Example
White with #6A466A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A466A; }
p { color: rgb(106,70,106); }
H1.HeaderClassName
{
color: #6A466A;
}
.AnyTagClassName
{
color: #6A466A;
}
</style>
background-color css
<style>
a { background-color: #6A466A; }
a { background-color: rgb(106,70,106); }
div.DivClassName
{
background-color: #6A466A;
}
.BgClassName
{
background-color: #6A466A;
}
</style>
border-color css
<style>
span { border-color: #6A466A; }
span { border-color: rgb(106,70,106); }
td.TdClassName
{
border-color: #6A466A;
}
.TagClassName
{
border-color: #6A466A;
}
</style>