Shades of Eminence #6B4477
Tints of Eminence #6B4477
RGB
CMYK
RGB Variations
Color information
#6B4477 (or 0x6B4477) is known color: Eminence. HEX triplet: 6B, 44 and 77. RGB value is (107,68,119). Sum of RGB (Red+Green+Blue) = 107+68+119=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B4477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4477 is #94BB88. Grayscale: #555555. Windows color (decimal): -9747337 or 7816299. OLE color: 7816299.
HSL color Cylindrical-coordinate representation of color #6B4477: hue angle of 285.88º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B4477 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 68 | 119 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.53 |
| HSL | 285.88º | 0.27% | 0.37% | - |
| HSV(B) | 285.88º | 0.43% | 0.47% | - |
| XYZ | 11.46 | 8.59 | 18.51 | - |
| YUV | 85.48 | 146.92 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 68 | 119 | 0.10 | 0.43 | 0 | 0.53 | 285.88 | 0.27 | 0.37 |
| Hex | 6B | 44 | 77 | A | 2B | 0 | 35 | 11E | 1B | 25 |
| Octal | 153 | 104 | 167 | 12 | 53 | 0 | 65 | 436 | 33 | 45 |
| Binary | 1101011 | 1000100 | 1110111 | 1010 | 101011 | 0 | 110101 | 100011110 | 11011 | 100101 |
Color Harmonies of #6B4477
Complementary color
Monochromatic Colors of #6B4477
Black with #6B4477
Text Example
Text Example
White with #6B4477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4477; }
p { color: rgb(107,68,119); }
H1.HeaderClassName
{
color: #6B4477;
}
.AnyTagClassName
{
color: #6B4477;
}
</style>
background-color css
<style>
a { background-color: #6B4477; }
a { background-color: rgb(107,68,119); }
div.DivClassName
{
background-color: #6B4477;
}
.BgClassName
{
background-color: #6B4477;
}
</style>
border-color css
<style>
span { border-color: #6B4477; }
span { border-color: rgb(107,68,119); }
td.TdClassName
{
border-color: #6B4477;
}
.TagClassName
{
border-color: #6B4477;
}
</style>