Shades of Rum #6D5777
Tints of Rum #6D5777
RGB
CMYK
RGB Variations
Color information
#6D5777 (or 0x6D5777) is known color: Rum. HEX triplet: 6D, 57 and 77. RGB value is (109,87,119). Sum of RGB (Red+Green+Blue) = 109+87+119=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 119 - color contains mainly: blue. Hex color #6D5777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5777 is #92A888. Grayscale: #616161. Windows color (decimal): -9611401 or 7821165. OLE color: 7821165.
HSL color Cylindrical-coordinate representation of color #6D5777: hue angle of 281.25º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D5777 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 87 | 119 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.53 |
| HSL | 281.25º | 0.16% | 0.4% | - |
| HSV(B) | 281.25º | 0.27% | 0.47% | - |
| XYZ | 13.04 | 11.4 | 18.97 | - |
| YUV | 97.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 87 | 119 | 0.08 | 0.27 | 0 | 0.53 | 281.25 | 0.16 | 0.4 |
| Hex | 6D | 57 | 77 | 8 | 1B | 0 | 35 | 119 | 10 | 28 |
| Octal | 155 | 127 | 167 | 10 | 33 | 0 | 65 | 431 | 20 | 50 |
| Binary | 1101101 | 1010111 | 1110111 | 1000 | 11011 | 0 | 110101 | 100011001 | 10000 | 101000 |
Color Harmonies of #6D5777
Complementary color
Monochromatic Colors of #6D5777
Black with #6D5777
Text Example
Text Example
White with #6D5777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5777; }
p { color: rgb(109,87,119); }
H1.HeaderClassName
{
color: #6D5777;
}
.AnyTagClassName
{
color: #6D5777;
}
</style>
background-color css
<style>
a { background-color: #6D5777; }
a { background-color: rgb(109,87,119); }
div.DivClassName
{
background-color: #6D5777;
}
.BgClassName
{
background-color: #6D5777;
}
</style>
border-color css
<style>
span { border-color: #6D5777; }
span { border-color: rgb(109,87,119); }
td.TdClassName
{
border-color: #6D5777;
}
.TagClassName
{
border-color: #6D5777;
}
</style>