Shades of Eminence #6F4568
Tints of Eminence #6F4568
RGB
CMYK
RGB Variations
Color information
#6F4568 (or 0x6F4568) is known color: Eminence. HEX triplet: 6F, 45 and 68. RGB value is (111,69,104). Sum of RGB (Red+Green+Blue) = 111+69+104=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4568 is #90BA97. Grayscale: #555555. Windows color (decimal): -9484952 or 6833519. OLE color: 6833519.
HSL color Cylindrical-coordinate representation of color #6F4568: hue angle of 310º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F4568 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 69 | 104 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.56 |
| HSL | 310º | 0.23% | 0.35% | - |
| HSV(B) | 310º | 0.38% | 0.44% | - |
| XYZ | 11.18 | 8.64 | 14.17 | - |
| YUV | 85.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 69 | 104 | 0 | 0.38 | 0.06 | 0.56 | 310 | 0.23 | 0.35 |
| Hex | 6F | 45 | 68 | 0 | 26 | 6 | 38 | 136 | 17 | 23 |
| Octal | 157 | 105 | 150 | 0 | 46 | 6 | 70 | 466 | 27 | 43 |
| Binary | 1101111 | 1000101 | 1101000 | 0 | 100110 | 110 | 111000 | 100110110 | 10111 | 100011 |
Color Harmonies of #6F4568
Complementary color
Monochromatic Colors of #6F4568
Black with #6F4568
Text Example
Text Example
White with #6F4568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4568; }
p { color: rgb(111,69,104); }
H1.HeaderClassName
{
color: #6F4568;
}
.AnyTagClassName
{
color: #6F4568;
}
</style>
background-color css
<style>
a { background-color: #6F4568; }
a { background-color: rgb(111,69,104); }
div.DivClassName
{
background-color: #6F4568;
}
.BgClassName
{
background-color: #6F4568;
}
</style>
border-color css
<style>
span { border-color: #6F4568; }
span { border-color: rgb(111,69,104); }
td.TdClassName
{
border-color: #6F4568;
}
.TagClassName
{
border-color: #6F4568;
}
</style>