Shades of Salt Box #6E596A
Tints of Salt Box #6E596A
RGB
CMYK
RGB Variations
Color information
#6E596A (or 0x6E596A) is known color: Salt Box. HEX triplet: 6E, 59 and 6A. RGB value is (110,89,106). Sum of RGB (Red+Green+Blue) = 110+89+106=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 110 - color contains mainly: red. Hex color #6E596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E596A is #91A695. Grayscale: #616161. Windows color (decimal): -9545366 or 6969710. OLE color: 6969710.
HSL color Cylindrical-coordinate representation of color #6E596A: hue angle of 311.43º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6E596A is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 89 | 106 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.57 |
| HSL | 311.43º | 0.11% | 0.39% | - |
| HSV(B) | 311.43º | 0.19% | 0.43% | - |
| XYZ | 12.6 | 11.5 | 15.19 | - |
| YUV | 97.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 89 | 106 | 0 | 0.19 | 0.04 | 0.57 | 311.43 | 0.11 | 0.39 |
| Hex | 6E | 59 | 6A | 0 | 13 | 4 | 39 | 137 | B | 27 |
| Octal | 156 | 131 | 152 | 0 | 23 | 4 | 71 | 467 | 13 | 47 |
| Binary | 1101110 | 1011001 | 1101010 | 0 | 10011 | 100 | 111001 | 100110111 | 1011 | 100111 |
Color Harmonies of #6E596A
Complementary color
Monochromatic Colors of #6E596A
Black with #6E596A
Text Example
Text Example
White with #6E596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E596A; }
p { color: rgb(110,89,106); }
H1.HeaderClassName
{
color: #6E596A;
}
.AnyTagClassName
{
color: #6E596A;
}
</style>
background-color css
<style>
a { background-color: #6E596A; }
a { background-color: rgb(110,89,106); }
div.DivClassName
{
background-color: #6E596A;
}
.BgClassName
{
background-color: #6E596A;
}
</style>
border-color css
<style>
span { border-color: #6E596A; }
span { border-color: rgb(110,89,106); }
td.TdClassName
{
border-color: #6E596A;
}
.TagClassName
{
border-color: #6E596A;
}
</style>