Shades of Rum #6E5A73
Tints of Rum #6E5A73
RGB
CMYK
RGB Variations
Color information
#6E5A73 (or 0x6E5A73) is known color: Rum. HEX triplet: 6E, 5A and 73. RGB value is (110,90,115). Sum of RGB (Red+Green+Blue) = 110+90+115=315 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.92% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E5A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5A73 is #91A58C. Grayscale: #626262. Windows color (decimal): -9545101 or 7559790. OLE color: 7559790.
HSL color Cylindrical-coordinate representation of color #6E5A73: hue angle of 288º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6E5A73 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 90 | 115 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.55 |
| HSL | 288º | 0.12% | 0.4% | - |
| HSV(B) | 288º | 0.22% | 0.45% | - |
| XYZ | 13.18 | 11.87 | 17.82 | - |
| YUV | 98.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 90 | 115 | 0.04 | 0.22 | 0 | 0.55 | 288 | 0.12 | 0.4 |
| Hex | 6E | 5A | 73 | 4 | 16 | 0 | 37 | 120 | C | 28 |
| Octal | 156 | 132 | 163 | 4 | 26 | 0 | 67 | 440 | 14 | 50 |
| Binary | 1101110 | 1011010 | 1110011 | 100 | 10110 | 0 | 110111 | 100100000 | 1100 | 101000 |
Color Harmonies of #6E5A73
Complementary color
Monochromatic Colors of #6E5A73
Black with #6E5A73
Text Example
Text Example
White with #6E5A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5A73; }
p { color: rgb(110,90,115); }
H1.HeaderClassName
{
color: #6E5A73;
}
.AnyTagClassName
{
color: #6E5A73;
}
</style>
background-color css
<style>
a { background-color: #6E5A73; }
a { background-color: rgb(110,90,115); }
div.DivClassName
{
background-color: #6E5A73;
}
.BgClassName
{
background-color: #6E5A73;
}
</style>
border-color css
<style>
span { border-color: #6E5A73; }
span { border-color: rgb(110,90,115); }
td.TdClassName
{
border-color: #6E5A73;
}
.TagClassName
{
border-color: #6E5A73;
}
</style>