Shades of Eminence #6F4268
Tints of Eminence #6F4268
RGB
CMYK
RGB Variations
Color information
#6F4268 (or 0x6F4268) is known color: Eminence. HEX triplet: 6F, 42 and 68. RGB value is (111,66,104). Sum of RGB (Red+Green+Blue) = 111+66+104=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4268 is #90BD97. Grayscale: #535353. Windows color (decimal): -9485720 or 6832751. OLE color: 6832751.
HSL color Cylindrical-coordinate representation of color #6F4268: hue angle of 309.33º degrees, saturation: 0.25, 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 #6F4268 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 66 | 104 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.56 |
| HSL | 309.33º | 0.25% | 0.35% | - |
| HSV(B) | 309.33º | 0.41% | 0.44% | - |
| XYZ | 11 | 8.28 | 14.11 | - |
| YUV | 83.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 66 | 104 | 0 | 0.41 | 0.06 | 0.56 | 309.33 | 0.25 | 0.35 |
| Hex | 6F | 42 | 68 | 0 | 29 | 6 | 38 | 135 | 19 | 23 |
| Octal | 157 | 102 | 150 | 0 | 51 | 6 | 70 | 465 | 31 | 43 |
| Binary | 1101111 | 1000010 | 1101000 | 0 | 101001 | 110 | 111000 | 100110101 | 11001 | 100011 |
Color Harmonies of #6F4268
Complementary color
Monochromatic Colors of #6F4268
Black with #6F4268
Text Example
Text Example
White with #6F4268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4268; }
p { color: rgb(111,66,104); }
H1.HeaderClassName
{
color: #6F4268;
}
.AnyTagClassName
{
color: #6F4268;
}
</style>
background-color css
<style>
a { background-color: #6F4268; }
a { background-color: rgb(111,66,104); }
div.DivClassName
{
background-color: #6F4268;
}
.BgClassName
{
background-color: #6F4268;
}
</style>
border-color css
<style>
span { border-color: #6F4268; }
span { border-color: rgb(111,66,104); }
td.TdClassName
{
border-color: #6F4268;
}
.TagClassName
{
border-color: #6F4268;
}
</style>