Shades of Eminence #6B4768
Tints of Eminence #6B4768
RGB
CMYK
RGB Variations
Color information
#6B4768 (or 0x6B4768) is known color: Eminence. HEX triplet: 6B, 47 and 68. RGB value is (107,71,104). Sum of RGB (Red+Green+Blue) = 107+71+104=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4768 is #94B897. Grayscale: #555555. Windows color (decimal): -9746584 or 6834027. OLE color: 6834027.
HSL color Cylindrical-coordinate representation of color #6B4768: hue angle of 305º degrees, saturation: 0.2, 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 #6B4768 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 71 | 104 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.58 |
| HSL | 305º | 0.2% | 0.35% | - |
| HSV(B) | 305º | 0.34% | 0.42% | - |
| XYZ | 10.82 | 8.63 | 14.19 | - |
| YUV | 85.53 | 138.43 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 71 | 104 | 0 | 0.34 | 0.03 | 0.58 | 305 | 0.2 | 0.35 |
| Hex | 6B | 47 | 68 | 0 | 22 | 3 | 3A | 131 | 14 | 23 |
| Octal | 153 | 107 | 150 | 0 | 42 | 3 | 72 | 461 | 24 | 43 |
| Binary | 1101011 | 1000111 | 1101000 | 0 | 100010 | 11 | 111010 | 100110001 | 10100 | 100011 |
Color Harmonies of #6B4768
Complementary color
Monochromatic Colors of #6B4768
Black with #6B4768
Text Example
Text Example
White with #6B4768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4768; }
p { color: rgb(107,71,104); }
H1.HeaderClassName
{
color: #6B4768;
}
.AnyTagClassName
{
color: #6B4768;
}
</style>
background-color css
<style>
a { background-color: #6B4768; }
a { background-color: rgb(107,71,104); }
div.DivClassName
{
background-color: #6B4768;
}
.BgClassName
{
background-color: #6B4768;
}
</style>
border-color css
<style>
span { border-color: #6B4768; }
span { border-color: rgb(107,71,104); }
td.TdClassName
{
border-color: #6B4768;
}
.TagClassName
{
border-color: #6B4768;
}
</style>