Shades of Eminence #6B4969
Tints of Eminence #6B4969
RGB
CMYK
RGB Variations
Color information
#6B4969 (or 0x6B4969) is known color: Eminence. HEX triplet: 6B, 49 and 69. RGB value is (107,73,105). Sum of RGB (Red+Green+Blue) = 107+73+105=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4969 is #94B696. Grayscale: #565656. Windows color (decimal): -9746071 or 6900075. OLE color: 6900075.
HSL color Cylindrical-coordinate representation of color #6B4969: hue angle of 303.53º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B4969 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 73 | 105 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.58 |
| HSL | 303.53º | 0.19% | 0.35% | - |
| HSV(B) | 303.53º | 0.32% | 0.42% | - |
| XYZ | 11 | 8.91 | 14.51 | - |
| YUV | 86.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 73 | 105 | 0 | 0.32 | 0.02 | 0.58 | 303.53 | 0.19 | 0.35 |
| Hex | 6B | 49 | 69 | 0 | 20 | 2 | 3A | 130 | 13 | 23 |
| Octal | 153 | 111 | 151 | 0 | 40 | 2 | 72 | 460 | 23 | 43 |
| Binary | 1101011 | 1001001 | 1101001 | 0 | 100000 | 10 | 111010 | 100110000 | 10011 | 100011 |
Color Harmonies of #6B4969
Complementary color
Monochromatic Colors of #6B4969
Black with #6B4969
Text Example
Text Example
White with #6B4969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4969; }
p { color: rgb(107,73,105); }
H1.HeaderClassName
{
color: #6B4969;
}
.AnyTagClassName
{
color: #6B4969;
}
</style>
background-color css
<style>
a { background-color: #6B4969; }
a { background-color: rgb(107,73,105); }
div.DivClassName
{
background-color: #6B4969;
}
.BgClassName
{
background-color: #6B4969;
}
</style>
border-color css
<style>
span { border-color: #6B4969; }
span { border-color: rgb(107,73,105); }
td.TdClassName
{
border-color: #6B4969;
}
.TagClassName
{
border-color: #6B4969;
}
</style>