Shades of Eminence #6A426F
Tints of Eminence #6A426F
RGB
CMYK
RGB Variations
Color information
#6A426F (or 0x6A426F) is known color: Eminence. HEX triplet: 6A, 42 and 6F. RGB value is (106,66,111). Sum of RGB (Red+Green+Blue) = 106+66+111=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 111 - color contains mainly: blue. Hex color #6A426F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A426F is #95BD90. Grayscale: #525252. Windows color (decimal): -9813393 or 7291498. OLE color: 7291498.
HSL color Cylindrical-coordinate representation of color #6A426F: hue angle of 293.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6A426F is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 66 | 111 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.56 |
| HSL | 293.33º | 0.25% | 0.35% | - |
| HSV(B) | 293.33º | 0.41% | 0.44% | - |
| XYZ | 10.76 | 8.11 | 16.04 | - |
| YUV | 83.09 | 143.75 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 66 | 111 | 0.05 | 0.41 | 0 | 0.56 | 293.33 | 0.25 | 0.35 |
| Hex | 6A | 42 | 6F | 5 | 29 | 0 | 38 | 125 | 19 | 23 |
| Octal | 152 | 102 | 157 | 5 | 51 | 0 | 70 | 445 | 31 | 43 |
| Binary | 1101010 | 1000010 | 1101111 | 101 | 101001 | 0 | 111000 | 100100101 | 11001 | 100011 |
Color Harmonies of #6A426F
Complementary color
Monochromatic Colors of #6A426F
Black with #6A426F
Text Example
Text Example
White with #6A426F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A426F; }
p { color: rgb(106,66,111); }
H1.HeaderClassName
{
color: #6A426F;
}
.AnyTagClassName
{
color: #6A426F;
}
</style>
background-color css
<style>
a { background-color: #6A426F; }
a { background-color: rgb(106,66,111); }
div.DivClassName
{
background-color: #6A426F;
}
.BgClassName
{
background-color: #6A426F;
}
</style>
border-color css
<style>
span { border-color: #6A426F; }
span { border-color: rgb(106,66,111); }
td.TdClassName
{
border-color: #6A426F;
}
.TagClassName
{
border-color: #6A426F;
}
</style>