Shades of Rum #6E5F78
Tints of Rum #6E5F78
RGB
CMYK
RGB Variations
Color information
#6E5F78 (or 0x6E5F78) is known color: Rum. HEX triplet: 6E, 5F and 78. RGB value is (110,95,120). Sum of RGB (Red+Green+Blue) = 110+95+120=325 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.85% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 120 - color contains mainly: blue. Hex color #6E5F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5F78 is #91A087. Grayscale: #666666. Windows color (decimal): -9543816 or 7888750. OLE color: 7888750.
HSL color Cylindrical-coordinate representation of color #6E5F78: hue angle of 276º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E5F78 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 95 | 120 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.53 |
| HSL | 276º | 0.12% | 0.42% | - |
| HSV(B) | 276º | 0.21% | 0.47% | - |
| XYZ | 13.91 | 12.86 | 19.52 | - |
| YUV | 102.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 95 | 120 | 0.08 | 0.21 | 0 | 0.53 | 276 | 0.12 | 0.42 |
| Hex | 6E | 5F | 78 | 8 | 15 | 0 | 35 | 114 | C | 2A |
| Octal | 156 | 137 | 170 | 10 | 25 | 0 | 65 | 424 | 14 | 52 |
| Binary | 1101110 | 1011111 | 1111000 | 1000 | 10101 | 0 | 110101 | 100010100 | 1100 | 101010 |
Color Harmonies of #6E5F78
Complementary color
Monochromatic Colors of #6E5F78
Black with #6E5F78
Text Example
Text Example
White with #6E5F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5F78; }
p { color: rgb(110,95,120); }
H1.HeaderClassName
{
color: #6E5F78;
}
.AnyTagClassName
{
color: #6E5F78;
}
</style>
background-color css
<style>
a { background-color: #6E5F78; }
a { background-color: rgb(110,95,120); }
div.DivClassName
{
background-color: #6E5F78;
}
.BgClassName
{
background-color: #6E5F78;
}
</style>
border-color css
<style>
span { border-color: #6E5F78; }
span { border-color: rgb(110,95,120); }
td.TdClassName
{
border-color: #6E5F78;
}
.TagClassName
{
border-color: #6E5F78;
}
</style>