Shades of Salt Box #6E516E
Tints of Salt Box #6E516E
RGB
CMYK
RGB Variations
Color information
#6E516E (or 0x6E516E) is known color: Salt Box. HEX triplet: 6E, 51 and 6E. RGB value is (110,81,110). Sum of RGB (Red+Green+Blue) = 110+81+110=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 110 - color contains mainly: red, blue. Hex color #6E516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E516E is #91AE91. Grayscale: #5C5C5C. Windows color (decimal): -9547410 or 7229806. OLE color: 7229806.
HSL color Cylindrical-coordinate representation of color #6E516E: hue angle of 300º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E516E is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 81 | 110 | - |
| CMYK | 0 | 0.26 | 0 | 0.57 |
| HSL | 300º | 0.15% | 0.37% | - |
| HSV(B) | 300º | 0.26% | 0.43% | - |
| XYZ | 12.19 | 10.33 | 16.1 | - |
| YUV | 92.98 | 137.61 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 81 | 110 | 0 | 0.26 | 0 | 0.57 | 300 | 0.15 | 0.37 |
| Hex | 6E | 51 | 6E | 0 | 1A | 0 | 39 | 12C | F | 25 |
| Octal | 156 | 121 | 156 | 0 | 32 | 0 | 71 | 454 | 17 | 45 |
| Binary | 1101110 | 1010001 | 1101110 | 0 | 11010 | 0 | 111001 | 100101100 | 1111 | 100101 |
Color Harmonies of #6E516E
Complementary color
Monochromatic Colors of #6E516E
Black with #6E516E
Text Example
Text Example
White with #6E516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E516E; }
p { color: rgb(110,81,110); }
H1.HeaderClassName
{
color: #6E516E;
}
.AnyTagClassName
{
color: #6E516E;
}
</style>
background-color css
<style>
a { background-color: #6E516E; }
a { background-color: rgb(110,81,110); }
div.DivClassName
{
background-color: #6E516E;
}
.BgClassName
{
background-color: #6E516E;
}
</style>
border-color css
<style>
span { border-color: #6E516E; }
span { border-color: rgb(110,81,110); }
td.TdClassName
{
border-color: #6E516E;
}
.TagClassName
{
border-color: #6E516E;
}
</style>