Shades of Eminence #6F486A
Tints of Eminence #6F486A
RGB
CMYK
RGB Variations
Color information
#6F486A (or 0x6F486A) is known color: Eminence. HEX triplet: 6F, 48 and 6A. RGB value is (111,72,106). Sum of RGB (Red+Green+Blue) = 111+72+106=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 111 - color contains mainly: red. Hex color #6F486A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F486A is #90B795. Grayscale: #575757. Windows color (decimal): -9484182 or 6965359. OLE color: 6965359.
HSL color Cylindrical-coordinate representation of color #6F486A: hue angle of 307.69º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F486A is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 72 | 106 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.56 |
| HSL | 307.69º | 0.21% | 0.36% | - |
| HSV(B) | 307.69º | 0.35% | 0.44% | - |
| XYZ | 11.47 | 9.05 | 14.78 | - |
| YUV | 87.54 | 138.42 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 72 | 106 | 0 | 0.35 | 0.05 | 0.56 | 307.69 | 0.21 | 0.36 |
| Hex | 6F | 48 | 6A | 0 | 23 | 5 | 38 | 134 | 15 | 24 |
| Octal | 157 | 110 | 152 | 0 | 43 | 5 | 70 | 464 | 25 | 44 |
| Binary | 1101111 | 1001000 | 1101010 | 0 | 100011 | 101 | 111000 | 100110100 | 10101 | 100100 |
Color Harmonies of #6F486A
Complementary color
Monochromatic Colors of #6F486A
Black with #6F486A
Text Example
Text Example
White with #6F486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F486A; }
p { color: rgb(111,72,106); }
H1.HeaderClassName
{
color: #6F486A;
}
.AnyTagClassName
{
color: #6F486A;
}
</style>
background-color css
<style>
a { background-color: #6F486A; }
a { background-color: rgb(111,72,106); }
div.DivClassName
{
background-color: #6F486A;
}
.BgClassName
{
background-color: #6F486A;
}
</style>
border-color css
<style>
span { border-color: #6F486A; }
span { border-color: rgb(111,72,106); }
td.TdClassName
{
border-color: #6F486A;
}
.TagClassName
{
border-color: #6F486A;
}
</style>