Shades of Eminence #6A416D
Tints of Eminence #6A416D
RGB
CMYK
RGB Variations
Color information
#6A416D (or 0x6A416D) is known color: Eminence. HEX triplet: 6A, 41 and 6D. RGB value is (106,65,109). Sum of RGB (Red+Green+Blue) = 106+65+109=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 109 - color contains mainly: blue. Hex color #6A416D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A416D is #95BE92. Grayscale: #525252. Windows color (decimal): -9813651 or 7160170. OLE color: 7160170.
HSL color Cylindrical-coordinate representation of color #6A416D: hue angle of 295.91º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A416D is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 65 | 109 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.57 |
| HSL | 295.91º | 0.25% | 0.34% | - |
| HSV(B) | 295.91º | 0.4% | 0.43% | - |
| XYZ | 10.59 | 7.95 | 15.44 | - |
| YUV | 82.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 65 | 109 | 0.03 | 0.40 | 0 | 0.57 | 295.91 | 0.25 | 0.34 |
| Hex | 6A | 41 | 6D | 3 | 28 | 0 | 39 | 128 | 19 | 22 |
| Octal | 152 | 101 | 155 | 3 | 50 | 0 | 71 | 450 | 31 | 42 |
| Binary | 1101010 | 1000001 | 1101101 | 11 | 101000 | 0 | 111001 | 100101000 | 11001 | 100010 |
Color Harmonies of #6A416D
Complementary color
Monochromatic Colors of #6A416D
Black with #6A416D
Text Example
Text Example
White with #6A416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A416D; }
p { color: rgb(106,65,109); }
H1.HeaderClassName
{
color: #6A416D;
}
.AnyTagClassName
{
color: #6A416D;
}
</style>
background-color css
<style>
a { background-color: #6A416D; }
a { background-color: rgb(106,65,109); }
div.DivClassName
{
background-color: #6A416D;
}
.BgClassName
{
background-color: #6A416D;
}
</style>
border-color css
<style>
span { border-color: #6A416D; }
span { border-color: rgb(106,65,109); }
td.TdClassName
{
border-color: #6A416D;
}
.TagClassName
{
border-color: #6A416D;
}
</style>