Shades of Eminence #6F4169
Tints of Eminence #6F4169
RGB
CMYK
RGB Variations
Color information
#6F4169 (or 0x6F4169) is known color: Eminence. HEX triplet: 6F, 41 and 69. RGB value is (111,65,105). Sum of RGB (Red+Green+Blue) = 111+65+105=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4169 is #90BE96. Grayscale: #535353. Windows color (decimal): -9485975 or 6898031. OLE color: 6898031.
HSL color Cylindrical-coordinate representation of color #6F4169: hue angle of 307.83º 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 #6F4169 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 105 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.56 |
| HSL | 307.83º | 0.26% | 0.35% | - |
| HSV(B) | 307.83º | 0.41% | 0.44% | - |
| XYZ | 11 | 8.18 | 14.36 | - |
| YUV | 83.31 | 140.24 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 105 | 0 | 0.41 | 0.05 | 0.56 | 307.83 | 0.26 | 0.35 |
| Hex | 6F | 41 | 69 | 0 | 29 | 5 | 38 | 134 | 1A | 23 |
| Octal | 157 | 101 | 151 | 0 | 51 | 5 | 70 | 464 | 32 | 43 |
| Binary | 1101111 | 1000001 | 1101001 | 0 | 101001 | 101 | 111000 | 100110100 | 11010 | 100011 |
Color Harmonies of #6F4169
Complementary color
Monochromatic Colors of #6F4169
Black with #6F4169
Text Example
Text Example
White with #6F4169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4169; }
p { color: rgb(111,65,105); }
H1.HeaderClassName
{
color: #6F4169;
}
.AnyTagClassName
{
color: #6F4169;
}
</style>
background-color css
<style>
a { background-color: #6F4169; }
a { background-color: rgb(111,65,105); }
div.DivClassName
{
background-color: #6F4169;
}
.BgClassName
{
background-color: #6F4169;
}
</style>
border-color css
<style>
span { border-color: #6F4169; }
span { border-color: rgb(111,65,105); }
td.TdClassName
{
border-color: #6F4169;
}
.TagClassName
{
border-color: #6F4169;
}
</style>