Shades of Eminence #6B4A69
Tints of Eminence #6B4A69
RGB
CMYK
RGB Variations
Color information
#6B4A69 (or 0x6B4A69) is known color: Eminence. HEX triplet: 6B, 4A and 69. RGB value is (107,74,105). Sum of RGB (Red+Green+Blue) = 107+74+105=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4A69 is #94B596. Grayscale: #575757. Windows color (decimal): -9745815 or 6900331. OLE color: 6900331.
HSL color Cylindrical-coordinate representation of color #6B4A69: hue angle of 303.64º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B4A69 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 74 | 105 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.58 |
| HSL | 303.64º | 0.18% | 0.35% | - |
| HSV(B) | 303.64º | 0.31% | 0.42% | - |
| XYZ | 11.06 | 9.04 | 14.53 | - |
| YUV | 87.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 74 | 105 | 0 | 0.31 | 0.02 | 0.58 | 303.64 | 0.18 | 0.35 |
| Hex | 6B | 4A | 69 | 0 | 1F | 2 | 3A | 130 | 12 | 23 |
| Octal | 153 | 112 | 151 | 0 | 37 | 2 | 72 | 460 | 22 | 43 |
| Binary | 1101011 | 1001010 | 1101001 | 0 | 11111 | 10 | 111010 | 100110000 | 10010 | 100011 |
Color Harmonies of #6B4A69
Complementary color
Monochromatic Colors of #6B4A69
Black with #6B4A69
Text Example
Text Example
White with #6B4A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4A69; }
p { color: rgb(107,74,105); }
H1.HeaderClassName
{
color: #6B4A69;
}
.AnyTagClassName
{
color: #6B4A69;
}
</style>
background-color css
<style>
a { background-color: #6B4A69; }
a { background-color: rgb(107,74,105); }
div.DivClassName
{
background-color: #6B4A69;
}
.BgClassName
{
background-color: #6B4A69;
}
</style>
border-color css
<style>
span { border-color: #6B4A69; }
span { border-color: rgb(107,74,105); }
td.TdClassName
{
border-color: #6B4A69;
}
.TagClassName
{
border-color: #6B4A69;
}
</style>