Shades of Eminence #6A426D
Tints of Eminence #6A426D
RGB
CMYK
RGB Variations
Color information
#6A426D (or 0x6A426D) is known color: Eminence. HEX triplet: 6A, 42 and 6D. RGB value is (106,66,109). Sum of RGB (Red+Green+Blue) = 106+66+109=281 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.72% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 109 - color contains mainly: blue. Hex color #6A426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A426D is #95BD92. Grayscale: #525252. Windows color (decimal): -9813395 or 7160426. OLE color: 7160426.
HSL color Cylindrical-coordinate representation of color #6A426D: hue angle of 295.81º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A426D is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 66 | 109 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.57 |
| HSL | 295.81º | 0.25% | 0.34% | - |
| HSV(B) | 295.81º | 0.39% | 0.43% | - |
| XYZ | 10.65 | 8.06 | 15.46 | - |
| YUV | 82.86 | 142.75 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 66 | 109 | 0.03 | 0.39 | 0 | 0.57 | 295.81 | 0.25 | 0.34 |
| Hex | 6A | 42 | 6D | 3 | 27 | 0 | 39 | 128 | 19 | 22 |
| Octal | 152 | 102 | 155 | 3 | 47 | 0 | 71 | 450 | 31 | 42 |
| Binary | 1101010 | 1000010 | 1101101 | 11 | 100111 | 0 | 111001 | 100101000 | 11001 | 100010 |
Color Harmonies of #6A426D
Complementary color
Monochromatic Colors of #6A426D
Black with #6A426D
Text Example
Text Example
White with #6A426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A426D; }
p { color: rgb(106,66,109); }
H1.HeaderClassName
{
color: #6A426D;
}
.AnyTagClassName
{
color: #6A426D;
}
</style>
background-color css
<style>
a { background-color: #6A426D; }
a { background-color: rgb(106,66,109); }
div.DivClassName
{
background-color: #6A426D;
}
.BgClassName
{
background-color: #6A426D;
}
</style>
border-color css
<style>
span { border-color: #6A426D; }
span { border-color: rgb(106,66,109); }
td.TdClassName
{
border-color: #6A426D;
}
.TagClassName
{
border-color: #6A426D;
}
</style>