Shades of Eminence #6F436C
Tints of Eminence #6F436C
RGB
CMYK
RGB Variations
Color information
#6F436C (or 0x6F436C) is known color: Eminence. HEX triplet: 6F, 43 and 6C. RGB value is (111,67,108). Sum of RGB (Red+Green+Blue) = 111+67+108=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 111 - color contains mainly: red. Hex color #6F436C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F436C is #90BC93. Grayscale: #545454. Windows color (decimal): -9485460 or 7095151. OLE color: 7095151.
HSL color Cylindrical-coordinate representation of color #6F436C: hue angle of 304.09º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F436C is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 67 | 108 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.56 |
| HSL | 304.09º | 0.25% | 0.35% | - |
| HSV(B) | 304.09º | 0.4% | 0.44% | - |
| XYZ | 11.27 | 8.48 | 15.23 | - |
| YUV | 84.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 67 | 108 | 0 | 0.40 | 0.03 | 0.56 | 304.09 | 0.25 | 0.35 |
| Hex | 6F | 43 | 6C | 0 | 28 | 3 | 38 | 130 | 19 | 23 |
| Octal | 157 | 103 | 154 | 0 | 50 | 3 | 70 | 460 | 31 | 43 |
| Binary | 1101111 | 1000011 | 1101100 | 0 | 101000 | 11 | 111000 | 100110000 | 11001 | 100011 |
Color Harmonies of #6F436C
Complementary color
Monochromatic Colors of #6F436C
Black with #6F436C
Text Example
Text Example
White with #6F436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F436C; }
p { color: rgb(111,67,108); }
H1.HeaderClassName
{
color: #6F436C;
}
.AnyTagClassName
{
color: #6F436C;
}
</style>
background-color css
<style>
a { background-color: #6F436C; }
a { background-color: rgb(111,67,108); }
div.DivClassName
{
background-color: #6F436C;
}
.BgClassName
{
background-color: #6F436C;
}
</style>
border-color css
<style>
span { border-color: #6F436C; }
span { border-color: rgb(111,67,108); }
td.TdClassName
{
border-color: #6F436C;
}
.TagClassName
{
border-color: #6F436C;
}
</style>