Shades of Eminence #6B4672
Tints of Eminence #6B4672
RGB
CMYK
RGB Variations
Color information
#6B4672 (or 0x6B4672) is known color: Eminence. HEX triplet: 6B, 46 and 72. RGB value is (107,70,114). Sum of RGB (Red+Green+Blue) = 107+70+114=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 114 - color contains mainly: blue. Hex color #6B4672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4672 is #94B98D. Grayscale: #555555. Windows color (decimal): -9746830 or 7489131. OLE color: 7489131.
HSL color Cylindrical-coordinate representation of color #6B4672: hue angle of 290.45º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B4672 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 70 | 114 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.55 |
| HSL | 290.45º | 0.24% | 0.36% | - |
| HSV(B) | 290.45º | 0.39% | 0.45% | - |
| XYZ | 11.29 | 8.72 | 17.01 | - |
| YUV | 86.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 70 | 114 | 0.06 | 0.39 | 0 | 0.55 | 290.45 | 0.24 | 0.36 |
| Hex | 6B | 46 | 72 | 6 | 27 | 0 | 37 | 122 | 18 | 24 |
| Octal | 153 | 106 | 162 | 6 | 47 | 0 | 67 | 442 | 30 | 44 |
| Binary | 1101011 | 1000110 | 1110010 | 110 | 100111 | 0 | 110111 | 100100010 | 11000 | 100100 |
Color Harmonies of #6B4672
Complementary color
Monochromatic Colors of #6B4672
Black with #6B4672
Text Example
Text Example
White with #6B4672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4672; }
p { color: rgb(107,70,114); }
H1.HeaderClassName
{
color: #6B4672;
}
.AnyTagClassName
{
color: #6B4672;
}
</style>
background-color css
<style>
a { background-color: #6B4672; }
a { background-color: rgb(107,70,114); }
div.DivClassName
{
background-color: #6B4672;
}
.BgClassName
{
background-color: #6B4672;
}
</style>
border-color css
<style>
span { border-color: #6B4672; }
span { border-color: rgb(107,70,114); }
td.TdClassName
{
border-color: #6B4672;
}
.TagClassName
{
border-color: #6B4672;
}
</style>