Shades of Rum #6A5776
Tints of Rum #6A5776
RGB
CMYK
RGB Variations
Color information
#6A5776 (or 0x6A5776) is known color: Rum. HEX triplet: 6A, 57 and 76. RGB value is (106,87,118). Sum of RGB (Red+Green+Blue) = 106+87+118=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 118 - color contains mainly: blue. Hex color #6A5776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5776 is #95A889. Grayscale: #606060. Windows color (decimal): -9808010 or 7755626. OLE color: 7755626.
HSL color Cylindrical-coordinate representation of color #6A5776: hue angle of 276.77º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6A5776 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 87 | 118 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.54 |
| HSL | 276.77º | 0.15% | 0.4% | - |
| HSV(B) | 276.77º | 0.26% | 0.46% | - |
| XYZ | 12.62 | 11.19 | 18.63 | - |
| YUV | 96.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 87 | 118 | 0.10 | 0.26 | 0 | 0.54 | 276.77 | 0.15 | 0.4 |
| Hex | 6A | 57 | 76 | A | 1A | 0 | 36 | 115 | F | 28 |
| Octal | 152 | 127 | 166 | 12 | 32 | 0 | 66 | 425 | 17 | 50 |
| Binary | 1101010 | 1010111 | 1110110 | 1010 | 11010 | 0 | 110110 | 100010101 | 1111 | 101000 |
Color Harmonies of #6A5776
Complementary color
Monochromatic Colors of #6A5776
Black with #6A5776
Text Example
Text Example
White with #6A5776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5776; }
p { color: rgb(106,87,118); }
H1.HeaderClassName
{
color: #6A5776;
}
.AnyTagClassName
{
color: #6A5776;
}
</style>
background-color css
<style>
a { background-color: #6A5776; }
a { background-color: rgb(106,87,118); }
div.DivClassName
{
background-color: #6A5776;
}
.BgClassName
{
background-color: #6A5776;
}
</style>
border-color css
<style>
span { border-color: #6A5776; }
span { border-color: rgb(106,87,118); }
td.TdClassName
{
border-color: #6A5776;
}
.TagClassName
{
border-color: #6A5776;
}
</style>