Shades of Rum #6E5675
Tints of Rum #6E5675
RGB
CMYK
RGB Variations
Color information
#6E5675 (or 0x6E5675) is known color: Rum. HEX triplet: 6E, 56 and 75. RGB value is (110,86,117). Sum of RGB (Red+Green+Blue) = 110+86+117=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 117 - color contains mainly: blue. Hex color #6E5675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5675 is #91A98A. Grayscale: #606060. Windows color (decimal): -9546123 or 7689838. OLE color: 7689838.
HSL color Cylindrical-coordinate representation of color #6E5675: hue angle of 286.45º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E5675 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 86 | 117 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.54 |
| HSL | 286.45º | 0.15% | 0.4% | - |
| HSV(B) | 286.45º | 0.26% | 0.46% | - |
| XYZ | 12.97 | 11.25 | 18.32 | - |
| YUV | 96.71 | 139.45 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 86 | 117 | 0.06 | 0.26 | 0 | 0.54 | 286.45 | 0.15 | 0.4 |
| Hex | 6E | 56 | 75 | 6 | 1A | 0 | 36 | 11E | F | 28 |
| Octal | 156 | 126 | 165 | 6 | 32 | 0 | 66 | 436 | 17 | 50 |
| Binary | 1101110 | 1010110 | 1110101 | 110 | 11010 | 0 | 110110 | 100011110 | 1111 | 101000 |
Color Harmonies of #6E5675
Complementary color
Monochromatic Colors of #6E5675
Black with #6E5675
Text Example
Text Example
White with #6E5675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5675; }
p { color: rgb(110,86,117); }
H1.HeaderClassName
{
color: #6E5675;
}
.AnyTagClassName
{
color: #6E5675;
}
</style>
background-color css
<style>
a { background-color: #6E5675; }
a { background-color: rgb(110,86,117); }
div.DivClassName
{
background-color: #6E5675;
}
.BgClassName
{
background-color: #6E5675;
}
</style>
border-color css
<style>
span { border-color: #6E5675; }
span { border-color: rgb(110,86,117); }
td.TdClassName
{
border-color: #6E5675;
}
.TagClassName
{
border-color: #6E5675;
}
</style>