Shades of Rum #6C5774
Tints of Rum #6C5774
RGB
CMYK
RGB Variations
Color information
#6C5774 (or 0x6C5774) is known color: Rum. HEX triplet: 6C, 57 and 74. RGB value is (108,87,116). Sum of RGB (Red+Green+Blue) = 108+87+116=311 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.73% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 116 - color contains mainly: blue. Hex color #6C5774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5774 is #93A88B. Grayscale: #606060. Windows color (decimal): -9676940 or 7624556. OLE color: 7624556.
HSL color Cylindrical-coordinate representation of color #6C5774: hue angle of 283.45º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C5774 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 87 | 116 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.55 |
| HSL | 283.45º | 0.14% | 0.4% | - |
| HSV(B) | 283.45º | 0.25% | 0.45% | - |
| XYZ | 12.74 | 11.27 | 18.03 | - |
| YUV | 96.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 87 | 116 | 0.07 | 0.25 | 0 | 0.55 | 283.45 | 0.14 | 0.4 |
| Hex | 6C | 57 | 74 | 7 | 19 | 0 | 37 | 11B | E | 28 |
| Octal | 154 | 127 | 164 | 7 | 31 | 0 | 67 | 433 | 16 | 50 |
| Binary | 1101100 | 1010111 | 1110100 | 111 | 11001 | 0 | 110111 | 100011011 | 1110 | 101000 |
Color Harmonies of #6C5774
Complementary color
Monochromatic Colors of #6C5774
Black with #6C5774
Text Example
Text Example
White with #6C5774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5774; }
p { color: rgb(108,87,116); }
H1.HeaderClassName
{
color: #6C5774;
}
.AnyTagClassName
{
color: #6C5774;
}
</style>
background-color css
<style>
a { background-color: #6C5774; }
a { background-color: rgb(108,87,116); }
div.DivClassName
{
background-color: #6C5774;
}
.BgClassName
{
background-color: #6C5774;
}
</style>
border-color css
<style>
span { border-color: #6C5774; }
span { border-color: rgb(108,87,116); }
td.TdClassName
{
border-color: #6C5774;
}
.TagClassName
{
border-color: #6C5774;
}
</style>