Shades of Eminence #6F4168
Tints of Eminence #6F4168
RGB
CMYK
RGB Variations
Color information
#6F4168 (or 0x6F4168) is known color: Eminence. HEX triplet: 6F, 41 and 68. RGB value is (111,65,104). Sum of RGB (Red+Green+Blue) = 111+65+104=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4168 is #90BE97. Grayscale: #535353. Windows color (decimal): -9485976 or 6832495. OLE color: 6832495.
HSL color Cylindrical-coordinate representation of color #6F4168: hue angle of 309.13º 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 #6F4168 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 104 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.56 |
| HSL | 309.13º | 0.26% | 0.35% | - |
| HSV(B) | 309.13º | 0.41% | 0.44% | - |
| XYZ | 10.94 | 8.16 | 14.09 | - |
| YUV | 83.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 104 | 0 | 0.41 | 0.06 | 0.56 | 309.13 | 0.26 | 0.35 |
| Hex | 6F | 41 | 68 | 0 | 29 | 6 | 38 | 135 | 1A | 23 |
| Octal | 157 | 101 | 150 | 0 | 51 | 6 | 70 | 465 | 32 | 43 |
| Binary | 1101111 | 1000001 | 1101000 | 0 | 101001 | 110 | 111000 | 100110101 | 11010 | 100011 |
Color Harmonies of #6F4168
Complementary color
Monochromatic Colors of #6F4168
Black with #6F4168
Text Example
Text Example
White with #6F4168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4168; }
p { color: rgb(111,65,104); }
H1.HeaderClassName
{
color: #6F4168;
}
.AnyTagClassName
{
color: #6F4168;
}
</style>
background-color css
<style>
a { background-color: #6F4168; }
a { background-color: rgb(111,65,104); }
div.DivClassName
{
background-color: #6F4168;
}
.BgClassName
{
background-color: #6F4168;
}
</style>
border-color css
<style>
span { border-color: #6F4168; }
span { border-color: rgb(111,65,104); }
td.TdClassName
{
border-color: #6F4168;
}
.TagClassName
{
border-color: #6F4168;
}
</style>