Shades of Rum #6C5673
Tints of Rum #6C5673
RGB
CMYK
RGB Variations
Color information
#6C5673 (or 0x6C5673) is known color: Rum. HEX triplet: 6C, 56 and 73. RGB value is (108,86,115). Sum of RGB (Red+Green+Blue) = 108+86+115=309 (40% of max value = 765). Red value is 108 (42.58% from 255 or 34.95% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 115 - color contains mainly: blue. Hex color #6C5673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5673 is #93A98C. Grayscale: #5F5F5F. Windows color (decimal): -9677197 or 7558764. OLE color: 7558764.
HSL color Cylindrical-coordinate representation of color #6C5673: hue angle of 285.52º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C5673 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 86 | 115 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.55 |
| HSL | 285.52º | 0.14% | 0.39% | - |
| HSV(B) | 285.52º | 0.25% | 0.45% | - |
| XYZ | 12.61 | 11.08 | 17.69 | - |
| YUV | 95.88 | 138.79 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 86 | 115 | 0.06 | 0.25 | 0 | 0.55 | 285.52 | 0.14 | 0.39 |
| Hex | 6C | 56 | 73 | 6 | 19 | 0 | 37 | 11E | E | 27 |
| Octal | 154 | 126 | 163 | 6 | 31 | 0 | 67 | 436 | 16 | 47 |
| Binary | 1101100 | 1010110 | 1110011 | 110 | 11001 | 0 | 110111 | 100011110 | 1110 | 100111 |
Color Harmonies of #6C5673
Complementary color
Monochromatic Colors of #6C5673
Black with #6C5673
Text Example
Text Example
White with #6C5673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5673; }
p { color: rgb(108,86,115); }
H1.HeaderClassName
{
color: #6C5673;
}
.AnyTagClassName
{
color: #6C5673;
}
</style>
background-color css
<style>
a { background-color: #6C5673; }
a { background-color: rgb(108,86,115); }
div.DivClassName
{
background-color: #6C5673;
}
.BgClassName
{
background-color: #6C5673;
}
</style>
border-color css
<style>
span { border-color: #6C5673; }
span { border-color: rgb(108,86,115); }
td.TdClassName
{
border-color: #6C5673;
}
.TagClassName
{
border-color: #6C5673;
}
</style>