Shades of Eminence #6B476C
Tints of Eminence #6B476C
RGB
CMYK
RGB Variations
Color information
#6B476C (or 0x6B476C) is known color: Eminence. HEX triplet: 6B, 47 and 6C. RGB value is (107,71,108). Sum of RGB (Red+Green+Blue) = 107+71+108=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 108 - color contains mainly: blue. Hex color #6B476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B476C is #94B893. Grayscale: #555555. Windows color (decimal): -9746580 or 7096171. OLE color: 7096171.
HSL color Cylindrical-coordinate representation of color #6B476C: hue angle of 298.38º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B476C is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 71 | 108 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.58 |
| HSL | 298.38º | 0.21% | 0.35% | - |
| HSV(B) | 298.38º | 0.34% | 0.42% | - |
| XYZ | 11.02 | 8.71 | 15.29 | - |
| YUV | 85.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 71 | 108 | 0.01 | 0.34 | 0 | 0.58 | 298.38 | 0.21 | 0.35 |
| Hex | 6B | 47 | 6C | 1 | 22 | 0 | 3A | 12A | 15 | 23 |
| Octal | 153 | 107 | 154 | 1 | 42 | 0 | 72 | 452 | 25 | 43 |
| Binary | 1101011 | 1000111 | 1101100 | 1 | 100010 | 0 | 111010 | 100101010 | 10101 | 100011 |
Color Harmonies of #6B476C
Complementary color
Monochromatic Colors of #6B476C
Black with #6B476C
Text Example
Text Example
White with #6B476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B476C; }
p { color: rgb(107,71,108); }
H1.HeaderClassName
{
color: #6B476C;
}
.AnyTagClassName
{
color: #6B476C;
}
</style>
background-color css
<style>
a { background-color: #6B476C; }
a { background-color: rgb(107,71,108); }
div.DivClassName
{
background-color: #6B476C;
}
.BgClassName
{
background-color: #6B476C;
}
</style>
border-color css
<style>
span { border-color: #6B476C; }
span { border-color: rgb(107,71,108); }
td.TdClassName
{
border-color: #6B476C;
}
.TagClassName
{
border-color: #6B476C;
}
</style>