Shades of Salt Box #6E5D69
Tints of Salt Box #6E5D69
RGB
CMYK
RGB Variations
Color information
#6E5D69 (or 0x6E5D69) is known color: Salt Box. HEX triplet: 6E, 5D and 69. RGB value is (110,93,105). Sum of RGB (Red+Green+Blue) = 110+93+105=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5D69 is #91A296. Grayscale: #636363. Windows color (decimal): -9544343 or 6905198. OLE color: 6905198.
HSL color Cylindrical-coordinate representation of color #6E5D69: hue angle of 317.65º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6E5D69 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 93 | 105 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.57 |
| HSL | 317.65º | 0.08% | 0.4% | - |
| HSV(B) | 317.65º | 0.15% | 0.43% | - |
| XYZ | 12.89 | 12.16 | 15.03 | - |
| YUV | 99.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 93 | 105 | 0 | 0.15 | 0.05 | 0.57 | 317.65 | 0.08 | 0.4 |
| Hex | 6E | 5D | 69 | 0 | F | 5 | 39 | 13E | 8 | 28 |
| Octal | 156 | 135 | 151 | 0 | 17 | 5 | 71 | 476 | 10 | 50 |
| Binary | 1101110 | 1011101 | 1101001 | 0 | 1111 | 101 | 111001 | 100111110 | 1000 | 101000 |
Color Harmonies of #6E5D69
Complementary color
Monochromatic Colors of #6E5D69
Black with #6E5D69
Text Example
Text Example
White with #6E5D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5D69; }
p { color: rgb(110,93,105); }
H1.HeaderClassName
{
color: #6E5D69;
}
.AnyTagClassName
{
color: #6E5D69;
}
</style>
background-color css
<style>
a { background-color: #6E5D69; }
a { background-color: rgb(110,93,105); }
div.DivClassName
{
background-color: #6E5D69;
}
.BgClassName
{
background-color: #6E5D69;
}
</style>
border-color css
<style>
span { border-color: #6E5D69; }
span { border-color: rgb(110,93,105); }
td.TdClassName
{
border-color: #6E5D69;
}
.TagClassName
{
border-color: #6E5D69;
}
</style>