Shades of Eminence #6F416B
Tints of Eminence #6F416B
RGB
CMYK
RGB Variations
Color information
#6F416B (or 0x6F416B) is known color: Eminence. HEX triplet: 6F, 41 and 6B. RGB value is (111,65,107). Sum of RGB (Red+Green+Blue) = 111+65+107=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F416B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F416B is #90BE94. Grayscale: #535353. Windows color (decimal): -9485973 or 7029103. OLE color: 7029103.
HSL color Cylindrical-coordinate representation of color #6F416B: hue angle of 305.22º degrees, saturation: 0.26, 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 #6F416B is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 107 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.56 |
| HSL | 305.22º | 0.26% | 0.35% | - |
| HSV(B) | 305.22º | 0.41% | 0.44% | - |
| XYZ | 11.1 | 8.22 | 14.91 | - |
| YUV | 83.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 107 | 0 | 0.41 | 0.04 | 0.56 | 305.22 | 0.26 | 0.35 |
| Hex | 6F | 41 | 6B | 0 | 29 | 4 | 38 | 131 | 1A | 23 |
| Octal | 157 | 101 | 153 | 0 | 51 | 4 | 70 | 461 | 32 | 43 |
| Binary | 1101111 | 1000001 | 1101011 | 0 | 101001 | 100 | 111000 | 100110001 | 11010 | 100011 |
Color Harmonies of #6F416B
Complementary color
Monochromatic Colors of #6F416B
Black with #6F416B
Text Example
Text Example
White with #6F416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F416B; }
p { color: rgb(111,65,107); }
H1.HeaderClassName
{
color: #6F416B;
}
.AnyTagClassName
{
color: #6F416B;
}
</style>
background-color css
<style>
a { background-color: #6F416B; }
a { background-color: rgb(111,65,107); }
div.DivClassName
{
background-color: #6F416B;
}
.BgClassName
{
background-color: #6F416B;
}
</style>
border-color css
<style>
span { border-color: #6F416B; }
span { border-color: rgb(111,65,107); }
td.TdClassName
{
border-color: #6F416B;
}
.TagClassName
{
border-color: #6F416B;
}
</style>