Shades of Rum #6E5B7A
Tints of Rum #6E5B7A
RGB
CMYK
RGB Variations
Color information
#6E5B7A (or 0x6E5B7A) is known color: Rum. HEX triplet: 6E, 5B and 7A. RGB value is (110,91,122). Sum of RGB (Red+Green+Blue) = 110+91+122=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E5B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5B7A is #91A485. Grayscale: #646464. Windows color (decimal): -9544838 or 8018798. OLE color: 8018798.
HSL color Cylindrical-coordinate representation of color #6E5B7A: hue angle of 276.77º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E5B7A is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 91 | 122 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.52 |
| HSL | 276.77º | 0.15% | 0.42% | - |
| HSV(B) | 276.77º | 0.25% | 0.48% | - |
| XYZ | 13.68 | 12.2 | 20.05 | - |
| YUV | 100.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 91 | 122 | 0.10 | 0.25 | 0 | 0.52 | 276.77 | 0.15 | 0.42 |
| Hex | 6E | 5B | 7A | A | 19 | 0 | 34 | 115 | F | 2A |
| Octal | 156 | 133 | 172 | 12 | 31 | 0 | 64 | 425 | 17 | 52 |
| Binary | 1101110 | 1011011 | 1111010 | 1010 | 11001 | 0 | 110100 | 100010101 | 1111 | 101010 |
Color Harmonies of #6E5B7A
Complementary color
Monochromatic Colors of #6E5B7A
Black with #6E5B7A
Text Example
Text Example
White with #6E5B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5B7A; }
p { color: rgb(110,91,122); }
H1.HeaderClassName
{
color: #6E5B7A;
}
.AnyTagClassName
{
color: #6E5B7A;
}
</style>
background-color css
<style>
a { background-color: #6E5B7A; }
a { background-color: rgb(110,91,122); }
div.DivClassName
{
background-color: #6E5B7A;
}
.BgClassName
{
background-color: #6E5B7A;
}
</style>
border-color css
<style>
span { border-color: #6E5B7A; }
span { border-color: rgb(110,91,122); }
td.TdClassName
{
border-color: #6E5B7A;
}
.TagClassName
{
border-color: #6E5B7A;
}
</style>