Shades of Eminence #6F3677
Tints of Eminence #6F3677
RGB
CMYK
RGB Variations
Color information
#6F3677 (or 0x6F3677) is known color: Eminence. HEX triplet: 6F, 36 and 77. RGB value is (111,54,119). Sum of RGB (Red+Green+Blue) = 111+54+119=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #6F3677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3677 is #90C988. Grayscale: #4E4E4E. Windows color (decimal): -9488777 or 7812719. OLE color: 7812719.
HSL color Cylindrical-coordinate representation of color #6F3677: hue angle of 292.62º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F3677 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 54 | 119 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.53 |
| HSL | 292.62º | 0.38% | 0.34% | - |
| HSV(B) | 292.62º | 0.55% | 0.47% | - |
| XYZ | 11.2 | 7.35 | 18.28 | - |
| YUV | 78.45 | 150.88 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 54 | 119 | 0.07 | 0.55 | 0 | 0.53 | 292.62 | 0.38 | 0.34 |
| Hex | 6F | 36 | 77 | 7 | 37 | 0 | 35 | 125 | 26 | 22 |
| Octal | 157 | 66 | 167 | 7 | 67 | 0 | 65 | 445 | 46 | 42 |
| Binary | 1101111 | 110110 | 1110111 | 111 | 110111 | 0 | 110101 | 100100101 | 100110 | 100010 |
Color Harmonies of #6F3677
Complementary color
Monochromatic Colors of #6F3677
Black with #6F3677
Text Example
Text Example
White with #6F3677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3677; }
p { color: rgb(111,54,119); }
H1.HeaderClassName
{
color: #6F3677;
}
.AnyTagClassName
{
color: #6F3677;
}
</style>
background-color css
<style>
a { background-color: #6F3677; }
a { background-color: rgb(111,54,119); }
div.DivClassName
{
background-color: #6F3677;
}
.BgClassName
{
background-color: #6F3677;
}
</style>
border-color css
<style>
span { border-color: #6F3677; }
span { border-color: rgb(111,54,119); }
td.TdClassName
{
border-color: #6F3677;
}
.TagClassName
{
border-color: #6F3677;
}
</style>