Shades of Rum #6A5876
Tints of Rum #6A5876
RGB
CMYK
RGB Variations
Color information
#6A5876 (or 0x6A5876) is known color: Rum. HEX triplet: 6A, 58 and 76. RGB value is (106,88,118). Sum of RGB (Red+Green+Blue) = 106+88+118=312 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.97% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 118 - color contains mainly: blue. Hex color #6A5876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5876 is #95A789. Grayscale: #606060. Windows color (decimal): -9807754 or 7755882. OLE color: 7755882.
HSL color Cylindrical-coordinate representation of color #6A5876: hue angle of 276º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A5876 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 88 | 118 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.54 |
| HSL | 276º | 0.15% | 0.4% | - |
| HSV(B) | 276º | 0.25% | 0.46% | - |
| XYZ | 12.7 | 11.35 | 18.66 | - |
| YUV | 96.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 88 | 118 | 0.10 | 0.25 | 0 | 0.54 | 276 | 0.15 | 0.4 |
| Hex | 6A | 58 | 76 | A | 19 | 0 | 36 | 114 | F | 28 |
| Octal | 152 | 130 | 166 | 12 | 31 | 0 | 66 | 424 | 17 | 50 |
| Binary | 1101010 | 1011000 | 1110110 | 1010 | 11001 | 0 | 110110 | 100010100 | 1111 | 101000 |
Color Harmonies of #6A5876
Complementary color
Monochromatic Colors of #6A5876
Black with #6A5876
Text Example
Text Example
White with #6A5876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5876; }
p { color: rgb(106,88,118); }
H1.HeaderClassName
{
color: #6A5876;
}
.AnyTagClassName
{
color: #6A5876;
}
</style>
background-color css
<style>
a { background-color: #6A5876; }
a { background-color: rgb(106,88,118); }
div.DivClassName
{
background-color: #6A5876;
}
.BgClassName
{
background-color: #6A5876;
}
</style>
border-color css
<style>
span { border-color: #6A5876; }
span { border-color: rgb(106,88,118); }
td.TdClassName
{
border-color: #6A5876;
}
.TagClassName
{
border-color: #6A5876;
}
</style>