Shades of Eminence #6F3674
Tints of Eminence #6F3674
RGB
CMYK
RGB Variations
Color information
#6F3674 (or 0x6F3674) is known color: Eminence. HEX triplet: 6F, 36 and 74. RGB value is (111,54,116). Sum of RGB (Red+Green+Blue) = 111+54+116=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 116 - color contains mainly: blue. Hex color #6F3674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3674 is #90C98B. Grayscale: #4D4D4D. Windows color (decimal): -9488780 or 7616111. OLE color: 7616111.
HSL color Cylindrical-coordinate representation of color #6F3674: hue angle of 295.16º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F3674 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 54 | 116 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.55 |
| HSL | 295.16º | 0.36% | 0.33% | - |
| HSV(B) | 295.16º | 0.53% | 0.45% | - |
| XYZ | 11.03 | 7.28 | 17.35 | - |
| YUV | 78.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 54 | 116 | 0.04 | 0.53 | 0 | 0.55 | 295.16 | 0.36 | 0.33 |
| Hex | 6F | 36 | 74 | 4 | 35 | 0 | 37 | 127 | 24 | 21 |
| Octal | 157 | 66 | 164 | 4 | 65 | 0 | 67 | 447 | 44 | 41 |
| Binary | 1101111 | 110110 | 1110100 | 100 | 110101 | 0 | 110111 | 100100111 | 100100 | 100001 |
Color Harmonies of #6F3674
Complementary color
Monochromatic Colors of #6F3674
Black with #6F3674
Text Example
Text Example
White with #6F3674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3674; }
p { color: rgb(111,54,116); }
H1.HeaderClassName
{
color: #6F3674;
}
.AnyTagClassName
{
color: #6F3674;
}
</style>
background-color css
<style>
a { background-color: #6F3674; }
a { background-color: rgb(111,54,116); }
div.DivClassName
{
background-color: #6F3674;
}
.BgClassName
{
background-color: #6F3674;
}
</style>
border-color css
<style>
span { border-color: #6F3674; }
span { border-color: rgb(111,54,116); }
td.TdClassName
{
border-color: #6F3674;
}
.TagClassName
{
border-color: #6F3674;
}
</style>