Shades of Eminence #6F4068
Tints of Eminence #6F4068
RGB
CMYK
RGB Variations
Color information
#6F4068 (or 0x6F4068) is known color: Eminence. HEX triplet: 6F, 40 and 68. RGB value is (111,64,104). Sum of RGB (Red+Green+Blue) = 111+64+104=279 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.78% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4068 is #90BF97. Grayscale: #525252. Windows color (decimal): -9486232 or 6832239. OLE color: 6832239.
HSL color Cylindrical-coordinate representation of color #6F4068: hue angle of 308.94º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F4068 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 64 | 104 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.56 |
| HSL | 308.94º | 0.27% | 0.34% | - |
| HSV(B) | 308.94º | 0.42% | 0.44% | - |
| XYZ | 10.89 | 8.05 | 14.08 | - |
| YUV | 82.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 104 | 0 | 0.42 | 0.06 | 0.56 | 308.94 | 0.27 | 0.34 |
| Hex | 6F | 40 | 68 | 0 | 2A | 6 | 38 | 135 | 1B | 22 |
| Octal | 157 | 100 | 150 | 0 | 52 | 6 | 70 | 465 | 33 | 42 |
| Binary | 1101111 | 1000000 | 1101000 | 0 | 101010 | 110 | 111000 | 100110101 | 11011 | 100010 |
Color Harmonies of #6F4068
Complementary color
Monochromatic Colors of #6F4068
Black with #6F4068
Text Example
Text Example
White with #6F4068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4068; }
p { color: rgb(111,64,104); }
H1.HeaderClassName
{
color: #6F4068;
}
.AnyTagClassName
{
color: #6F4068;
}
</style>
background-color css
<style>
a { background-color: #6F4068; }
a { background-color: rgb(111,64,104); }
div.DivClassName
{
background-color: #6F4068;
}
.BgClassName
{
background-color: #6F4068;
}
</style>
border-color css
<style>
span { border-color: #6F4068; }
span { border-color: rgb(111,64,104); }
td.TdClassName
{
border-color: #6F4068;
}
.TagClassName
{
border-color: #6F4068;
}
</style>