Shades of Salt Box #6E5B6F
Tints of Salt Box #6E5B6F
RGB
CMYK
RGB Variations
Color information
#6E5B6F (or 0x6E5B6F) is known color: Salt Box. HEX triplet: 6E, 5B and 6F. RGB value is (110,91,111). Sum of RGB (Red+Green+Blue) = 110+91+111=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 111 - color contains mainly: blue. Hex color #6E5B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5B6F is #91A490. Grayscale: #626262. Windows color (decimal): -9544849 or 7297902. OLE color: 7297902.
HSL color Cylindrical-coordinate representation of color #6E5B6F: hue angle of 297º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6E5B6F is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 91 | 111 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.56 |
| HSL | 297º | 0.1% | 0.4% | - |
| HSV(B) | 297º | 0.18% | 0.44% | - |
| XYZ | 13.04 | 11.94 | 16.66 | - |
| YUV | 98.96 | 134.79 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 91 | 111 | 0.01 | 0.18 | 0 | 0.56 | 297 | 0.1 | 0.4 |
| Hex | 6E | 5B | 6F | 1 | 12 | 0 | 38 | 129 | A | 28 |
| Octal | 156 | 133 | 157 | 1 | 22 | 0 | 70 | 451 | 12 | 50 |
| Binary | 1101110 | 1011011 | 1101111 | 1 | 10010 | 0 | 111000 | 100101001 | 1010 | 101000 |
Color Harmonies of #6E5B6F
Complementary color
Monochromatic Colors of #6E5B6F
Black with #6E5B6F
Text Example
Text Example
White with #6E5B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5B6F; }
p { color: rgb(110,91,111); }
H1.HeaderClassName
{
color: #6E5B6F;
}
.AnyTagClassName
{
color: #6E5B6F;
}
</style>
background-color css
<style>
a { background-color: #6E5B6F; }
a { background-color: rgb(110,91,111); }
div.DivClassName
{
background-color: #6E5B6F;
}
.BgClassName
{
background-color: #6E5B6F;
}
</style>
border-color css
<style>
span { border-color: #6E5B6F; }
span { border-color: rgb(110,91,111); }
td.TdClassName
{
border-color: #6E5B6F;
}
.TagClassName
{
border-color: #6E5B6F;
}
</style>