Shades of Eminence #6F476D
Tints of Eminence #6F476D
RGB
CMYK
RGB Variations
Color information
#6F476D (or 0x6F476D) is known color: Eminence. HEX triplet: 6F, 47 and 6D. RGB value is (111,71,109). Sum of RGB (Red+Green+Blue) = 111+71+109=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 111 - color contains mainly: red. Hex color #6F476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F476D is #90B892. Grayscale: #575757. Windows color (decimal): -9484435 or 7161711. OLE color: 7161711.
HSL color Cylindrical-coordinate representation of color #6F476D: hue angle of 303º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F476D is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 71 | 109 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.56 |
| HSL | 303º | 0.22% | 0.36% | - |
| HSV(B) | 303º | 0.36% | 0.44% | - |
| XYZ | 11.57 | 8.99 | 15.59 | - |
| YUV | 87.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 71 | 109 | 0 | 0.36 | 0.02 | 0.56 | 303 | 0.22 | 0.36 |
| Hex | 6F | 47 | 6D | 0 | 24 | 2 | 38 | 12F | 16 | 24 |
| Octal | 157 | 107 | 155 | 0 | 44 | 2 | 70 | 457 | 26 | 44 |
| Binary | 1101111 | 1000111 | 1101101 | 0 | 100100 | 10 | 111000 | 100101111 | 10110 | 100100 |
Color Harmonies of #6F476D
Complementary color
Monochromatic Colors of #6F476D
Black with #6F476D
Text Example
Text Example
White with #6F476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F476D; }
p { color: rgb(111,71,109); }
H1.HeaderClassName
{
color: #6F476D;
}
.AnyTagClassName
{
color: #6F476D;
}
</style>
background-color css
<style>
a { background-color: #6F476D; }
a { background-color: rgb(111,71,109); }
div.DivClassName
{
background-color: #6F476D;
}
.BgClassName
{
background-color: #6F476D;
}
</style>
border-color css
<style>
span { border-color: #6F476D; }
span { border-color: rgb(111,71,109); }
td.TdClassName
{
border-color: #6F476D;
}
.TagClassName
{
border-color: #6F476D;
}
</style>