Shades of Eminence #6F466E
Tints of Eminence #6F466E
RGB
CMYK
RGB Variations
Color information
#6F466E (or 0x6F466E) is known color: Eminence. HEX triplet: 6F, 46 and 6E. RGB value is (111,70,110). Sum of RGB (Red+Green+Blue) = 111+70+110=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 111 - color contains mainly: red. Hex color #6F466E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F466E is #90B991. Grayscale: #565656. Windows color (decimal): -9484690 or 7226991. OLE color: 7226991.
HSL color Cylindrical-coordinate representation of color #6F466E: hue angle of 301.46º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F466E is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 70 | 110 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.56 |
| HSL | 301.46º | 0.23% | 0.35% | - |
| HSV(B) | 301.46º | 0.37% | 0.44% | - |
| XYZ | 11.56 | 8.89 | 15.86 | - |
| YUV | 86.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 70 | 110 | 0 | 0.37 | 0.01 | 0.56 | 301.46 | 0.23 | 0.35 |
| Hex | 6F | 46 | 6E | 0 | 25 | 1 | 38 | 12D | 17 | 23 |
| Octal | 157 | 106 | 156 | 0 | 45 | 1 | 70 | 455 | 27 | 43 |
| Binary | 1101111 | 1000110 | 1101110 | 0 | 100101 | 1 | 111000 | 100101101 | 10111 | 100011 |
Color Harmonies of #6F466E
Complementary color
Monochromatic Colors of #6F466E
Black with #6F466E
Text Example
Text Example
White with #6F466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F466E; }
p { color: rgb(111,70,110); }
H1.HeaderClassName
{
color: #6F466E;
}
.AnyTagClassName
{
color: #6F466E;
}
</style>
background-color css
<style>
a { background-color: #6F466E; }
a { background-color: rgb(111,70,110); }
div.DivClassName
{
background-color: #6F466E;
}
.BgClassName
{
background-color: #6F466E;
}
</style>
border-color css
<style>
span { border-color: #6F466E; }
span { border-color: rgb(111,70,110); }
td.TdClassName
{
border-color: #6F466E;
}
.TagClassName
{
border-color: #6F466E;
}
</style>