Shades of Eminence #6B4770
Tints of Eminence #6B4770
RGB
CMYK
RGB Variations
Color information
#6B4770 (or 0x6B4770) is known color: Eminence. HEX triplet: 6B, 47 and 70. RGB value is (107,71,112). Sum of RGB (Red+Green+Blue) = 107+71+112=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 112 - color contains mainly: blue. Hex color #6B4770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4770 is #94B88F. Grayscale: #565656. Windows color (decimal): -9746576 or 7358315. OLE color: 7358315.
HSL color Cylindrical-coordinate representation of color #6B4770: hue angle of 292.68º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B4770 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 71 | 112 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.56 |
| HSL | 292.68º | 0.22% | 0.36% | - |
| HSV(B) | 292.68º | 0.37% | 0.44% | - |
| XYZ | 11.24 | 8.8 | 16.44 | - |
| YUV | 86.44 | 142.43 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 71 | 112 | 0.04 | 0.37 | 0 | 0.56 | 292.68 | 0.22 | 0.36 |
| Hex | 6B | 47 | 70 | 4 | 25 | 0 | 38 | 125 | 16 | 24 |
| Octal | 153 | 107 | 160 | 4 | 45 | 0 | 70 | 445 | 26 | 44 |
| Binary | 1101011 | 1000111 | 1110000 | 100 | 100101 | 0 | 111000 | 100100101 | 10110 | 100100 |
Color Harmonies of #6B4770
Complementary color
Monochromatic Colors of #6B4770
Black with #6B4770
Text Example
Text Example
White with #6B4770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4770; }
p { color: rgb(107,71,112); }
H1.HeaderClassName
{
color: #6B4770;
}
.AnyTagClassName
{
color: #6B4770;
}
</style>
background-color css
<style>
a { background-color: #6B4770; }
a { background-color: rgb(107,71,112); }
div.DivClassName
{
background-color: #6B4770;
}
.BgClassName
{
background-color: #6B4770;
}
</style>
border-color css
<style>
span { border-color: #6B4770; }
span { border-color: rgb(107,71,112); }
td.TdClassName
{
border-color: #6B4770;
}
.TagClassName
{
border-color: #6B4770;
}
</style>