Shades of Rum #6A5874
Tints of Rum #6A5874
RGB
CMYK
RGB Variations
Color information
#6A5874 (or 0x6A5874) is known color: Rum. HEX triplet: 6A, 58 and 74. RGB value is (106,88,116). Sum of RGB (Red+Green+Blue) = 106+88+116=310 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.19% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 116 - color contains mainly: blue. Hex color #6A5874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5874 is #95A78B. Grayscale: #606060. Windows color (decimal): -9807756 or 7624810. OLE color: 7624810.
HSL color Cylindrical-coordinate representation of color #6A5874: hue angle of 278.57º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6A5874 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 88 | 116 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.55 |
| HSL | 278.57º | 0.14% | 0.4% | - |
| HSV(B) | 278.57º | 0.24% | 0.45% | - |
| XYZ | 12.59 | 11.3 | 18.04 | - |
| YUV | 96.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 88 | 116 | 0.09 | 0.24 | 0 | 0.55 | 278.57 | 0.14 | 0.4 |
| Hex | 6A | 58 | 74 | 9 | 18 | 0 | 37 | 117 | E | 28 |
| Octal | 152 | 130 | 164 | 11 | 30 | 0 | 67 | 427 | 16 | 50 |
| Binary | 1101010 | 1011000 | 1110100 | 1001 | 11000 | 0 | 110111 | 100010111 | 1110 | 101000 |
Color Harmonies of #6A5874
Complementary color
Monochromatic Colors of #6A5874
Black with #6A5874
Text Example
Text Example
White with #6A5874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5874; }
p { color: rgb(106,88,116); }
H1.HeaderClassName
{
color: #6A5874;
}
.AnyTagClassName
{
color: #6A5874;
}
</style>
background-color css
<style>
a { background-color: #6A5874; }
a { background-color: rgb(106,88,116); }
div.DivClassName
{
background-color: #6A5874;
}
.BgClassName
{
background-color: #6A5874;
}
</style>
border-color css
<style>
span { border-color: #6A5874; }
span { border-color: rgb(106,88,116); }
td.TdClassName
{
border-color: #6A5874;
}
.TagClassName
{
border-color: #6A5874;
}
</style>