Shades of Rum #6A5974
Tints of Rum #6A5974
RGB
CMYK
RGB Variations
Color information
#6A5974 (or 0x6A5974) is known color: Rum. HEX triplet: 6A, 59 and 74. RGB value is (106,89,116). Sum of RGB (Red+Green+Blue) = 106+89+116=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 89 (35.16% from 255 or 28.62% 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 #6A5974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5974 is #95A68B. Grayscale: #616161. Windows color (decimal): -9807500 or 7625066. OLE color: 7625066.
HSL color Cylindrical-coordinate representation of color #6A5974: hue angle of 277.78º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A5974 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 89 | 116 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.55 |
| HSL | 277.78º | 0.13% | 0.4% | - |
| HSV(B) | 277.78º | 0.23% | 0.45% | - |
| XYZ | 12.67 | 11.47 | 18.07 | - |
| YUV | 97.16 | 138.63 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 89 | 116 | 0.09 | 0.23 | 0 | 0.55 | 277.78 | 0.13 | 0.4 |
| Hex | 6A | 59 | 74 | 9 | 17 | 0 | 37 | 116 | D | 28 |
| Octal | 152 | 131 | 164 | 11 | 27 | 0 | 67 | 426 | 15 | 50 |
| Binary | 1101010 | 1011001 | 1110100 | 1001 | 10111 | 0 | 110111 | 100010110 | 1101 | 101000 |
Color Harmonies of #6A5974
Complementary color
Monochromatic Colors of #6A5974
Black with #6A5974
Text Example
Text Example
White with #6A5974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5974; }
p { color: rgb(106,89,116); }
H1.HeaderClassName
{
color: #6A5974;
}
.AnyTagClassName
{
color: #6A5974;
}
</style>
background-color css
<style>
a { background-color: #6A5974; }
a { background-color: rgb(106,89,116); }
div.DivClassName
{
background-color: #6A5974;
}
.BgClassName
{
background-color: #6A5974;
}
</style>
border-color css
<style>
span { border-color: #6A5974; }
span { border-color: rgb(106,89,116); }
td.TdClassName
{
border-color: #6A5974;
}
.TagClassName
{
border-color: #6A5974;
}
</style>