Shades of Rum #6C5777
Tints of Rum #6C5777
RGB
CMYK
RGB Variations
Color information
#6C5777 (or 0x6C5777) is known color: Rum. HEX triplet: 6C, 57 and 77. RGB value is (108,87,119). Sum of RGB (Red+Green+Blue) = 108+87+119=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 119 - color contains mainly: blue. Hex color #6C5777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5777 is #93A888. Grayscale: #606060. Windows color (decimal): -9676937 or 7821164. OLE color: 7821164.
HSL color Cylindrical-coordinate representation of color #6C5777: hue angle of 279.38º 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 #6C5777 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 87 | 119 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.53 |
| HSL | 279.38º | 0.16% | 0.4% | - |
| HSV(B) | 279.38º | 0.27% | 0.47% | - |
| XYZ | 12.92 | 11.34 | 18.96 | - |
| YUV | 96.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 87 | 119 | 0.09 | 0.27 | 0 | 0.53 | 279.38 | 0.16 | 0.4 |
| Hex | 6C | 57 | 77 | 9 | 1B | 0 | 35 | 117 | 10 | 28 |
| Octal | 154 | 127 | 167 | 11 | 33 | 0 | 65 | 427 | 20 | 50 |
| Binary | 1101100 | 1010111 | 1110111 | 1001 | 11011 | 0 | 110101 | 100010111 | 10000 | 101000 |
Color Harmonies of #6C5777
Complementary color
Monochromatic Colors of #6C5777
Black with #6C5777
Text Example
Text Example
White with #6C5777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5777; }
p { color: rgb(108,87,119); }
H1.HeaderClassName
{
color: #6C5777;
}
.AnyTagClassName
{
color: #6C5777;
}
</style>
background-color css
<style>
a { background-color: #6C5777; }
a { background-color: rgb(108,87,119); }
div.DivClassName
{
background-color: #6C5777;
}
.BgClassName
{
background-color: #6C5777;
}
</style>
border-color css
<style>
span { border-color: #6C5777; }
span { border-color: rgb(108,87,119); }
td.TdClassName
{
border-color: #6C5777;
}
.TagClassName
{
border-color: #6C5777;
}
</style>