Shades of Rum #6C5776
Tints of Rum #6C5776
RGB
CMYK
RGB Variations
Color information
#6C5776 (or 0x6C5776) is known color: Rum. HEX triplet: 6C, 57 and 76. RGB value is (108,87,118). Sum of RGB (Red+Green+Blue) = 108+87+118=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: blue. Hex color #6C5776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5776 is #93A889. Grayscale: #606060. Windows color (decimal): -9676938 or 7755628. OLE color: 7755628.
HSL color Cylindrical-coordinate representation of color #6C5776: hue angle of 280.65º 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 #6C5776 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 87 | 118 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.54 |
| HSL | 280.65º | 0.15% | 0.4% | - |
| HSV(B) | 280.65º | 0.26% | 0.46% | - |
| XYZ | 12.86 | 11.31 | 18.65 | - |
| YUV | 96.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 87 | 118 | 0.08 | 0.26 | 0 | 0.54 | 280.65 | 0.15 | 0.4 |
| Hex | 6C | 57 | 76 | 8 | 1A | 0 | 36 | 119 | F | 28 |
| Octal | 154 | 127 | 166 | 10 | 32 | 0 | 66 | 431 | 17 | 50 |
| Binary | 1101100 | 1010111 | 1110110 | 1000 | 11010 | 0 | 110110 | 100011001 | 1111 | 101000 |
Color Harmonies of #6C5776
Complementary color
Monochromatic Colors of #6C5776
Black with #6C5776
Text Example
Text Example
White with #6C5776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5776; }
p { color: rgb(108,87,118); }
H1.HeaderClassName
{
color: #6C5776;
}
.AnyTagClassName
{
color: #6C5776;
}
</style>
background-color css
<style>
a { background-color: #6C5776; }
a { background-color: rgb(108,87,118); }
div.DivClassName
{
background-color: #6C5776;
}
.BgClassName
{
background-color: #6C5776;
}
</style>
border-color css
<style>
span { border-color: #6C5776; }
span { border-color: rgb(108,87,118); }
td.TdClassName
{
border-color: #6C5776;
}
.TagClassName
{
border-color: #6C5776;
}
</style>