Shades of Eminence #6F456F
Tints of Eminence #6F456F
RGB
CMYK
RGB Variations
Color information
#6F456F (or 0x6F456F) is known color: Eminence. HEX triplet: 6F, 45 and 6F. RGB value is (111,69,111). Sum of RGB (Red+Green+Blue) = 111+69+111=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 111 - color contains mainly: red, blue. Hex color #6F456F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F456F is #90BA90. Grayscale: #565656. Windows color (decimal): -9484945 or 7292271. OLE color: 7292271.
HSL color Cylindrical-coordinate representation of color #6F456F: hue angle of 300º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F456F is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 69 | 111 | - |
| CMYK | 0 | 0.38 | 0 | 0.56 |
| HSL | 300º | 0.23% | 0.35% | - |
| HSV(B) | 300º | 0.38% | 0.44% | - |
| XYZ | 11.55 | 8.78 | 16.13 | - |
| YUV | 86.35 | 141.91 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 69 | 111 | 0 | 0.38 | 0 | 0.56 | 300 | 0.23 | 0.35 |
| Hex | 6F | 45 | 6F | 0 | 26 | 0 | 38 | 12C | 17 | 23 |
| Octal | 157 | 105 | 157 | 0 | 46 | 0 | 70 | 454 | 27 | 43 |
| Binary | 1101111 | 1000101 | 1101111 | 0 | 100110 | 0 | 111000 | 100101100 | 10111 | 100011 |
Color Harmonies of #6F456F
Complementary color
Monochromatic Colors of #6F456F
Black with #6F456F
Text Example
Text Example
White with #6F456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F456F; }
p { color: rgb(111,69,111); }
H1.HeaderClassName
{
color: #6F456F;
}
.AnyTagClassName
{
color: #6F456F;
}
</style>
background-color css
<style>
a { background-color: #6F456F; }
a { background-color: rgb(111,69,111); }
div.DivClassName
{
background-color: #6F456F;
}
.BgClassName
{
background-color: #6F456F;
}
</style>
border-color css
<style>
span { border-color: #6F456F; }
span { border-color: rgb(111,69,111); }
td.TdClassName
{
border-color: #6F456F;
}
.TagClassName
{
border-color: #6F456F;
}
</style>