Shades of Rum #6C5C78
Tints of Rum #6C5C78
RGB
CMYK
RGB Variations
Color information
#6C5C78 (or 0x6C5C78) is known color: Rum. HEX triplet: 6C, 5C and 78. RGB value is (108,92,120). Sum of RGB (Red+Green+Blue) = 108+92+120=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C5C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5C78 is #93A387. Grayscale: #636363. Windows color (decimal): -9675656 or 7887980. OLE color: 7887980.
HSL color Cylindrical-coordinate representation of color #6C5C78: hue angle of 274.29º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C5C78 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 92 | 120 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.53 |
| HSL | 274.29º | 0.13% | 0.42% | - |
| HSV(B) | 274.29º | 0.23% | 0.47% | - |
| XYZ | 13.4 | 12.2 | 19.42 | - |
| YUV | 99.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 92 | 120 | 0.10 | 0.23 | 0 | 0.53 | 274.29 | 0.13 | 0.42 |
| Hex | 6C | 5C | 78 | A | 17 | 0 | 35 | 112 | D | 2A |
| Octal | 154 | 134 | 170 | 12 | 27 | 0 | 65 | 422 | 15 | 52 |
| Binary | 1101100 | 1011100 | 1111000 | 1010 | 10111 | 0 | 110101 | 100010010 | 1101 | 101010 |
Color Harmonies of #6C5C78
Complementary color
Monochromatic Colors of #6C5C78
Black with #6C5C78
Text Example
Text Example
White with #6C5C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5C78; }
p { color: rgb(108,92,120); }
H1.HeaderClassName
{
color: #6C5C78;
}
.AnyTagClassName
{
color: #6C5C78;
}
</style>
background-color css
<style>
a { background-color: #6C5C78; }
a { background-color: rgb(108,92,120); }
div.DivClassName
{
background-color: #6C5C78;
}
.BgClassName
{
background-color: #6C5C78;
}
</style>
border-color css
<style>
span { border-color: #6C5C78; }
span { border-color: rgb(108,92,120); }
td.TdClassName
{
border-color: #6C5C78;
}
.TagClassName
{
border-color: #6C5C78;
}
</style>