Shades of Salt Box #6E5D6C
Tints of Salt Box #6E5D6C
RGB
CMYK
RGB Variations
Color information
#6E5D6C (or 0x6E5D6C) is known color: Salt Box. HEX triplet: 6E, 5D and 6C. RGB value is (110,93,108). Sum of RGB (Red+Green+Blue) = 110+93+108=311 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.37% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5D6C is #91A293. Grayscale: #636363. Windows color (decimal): -9544340 or 7101806. OLE color: 7101806.
HSL color Cylindrical-coordinate representation of color #6E5D6C: hue angle of 307.06º 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 #6E5D6C is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 93 | 108 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.57 |
| HSL | 307.06º | 0.08% | 0.4% | - |
| HSV(B) | 307.06º | 0.15% | 0.43% | - |
| XYZ | 13.05 | 12.23 | 15.86 | - |
| YUV | 99.79 | 132.63 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 93 | 108 | 0 | 0.15 | 0.02 | 0.57 | 307.06 | 0.08 | 0.4 |
| Hex | 6E | 5D | 6C | 0 | F | 2 | 39 | 133 | 8 | 28 |
| Octal | 156 | 135 | 154 | 0 | 17 | 2 | 71 | 463 | 10 | 50 |
| Binary | 1101110 | 1011101 | 1101100 | 0 | 1111 | 10 | 111001 | 100110011 | 1000 | 101000 |
Color Harmonies of #6E5D6C
Complementary color
Monochromatic Colors of #6E5D6C
Black with #6E5D6C
Text Example
Text Example
White with #6E5D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5D6C; }
p { color: rgb(110,93,108); }
H1.HeaderClassName
{
color: #6E5D6C;
}
.AnyTagClassName
{
color: #6E5D6C;
}
</style>
background-color css
<style>
a { background-color: #6E5D6C; }
a { background-color: rgb(110,93,108); }
div.DivClassName
{
background-color: #6E5D6C;
}
.BgClassName
{
background-color: #6E5D6C;
}
</style>
border-color css
<style>
span { border-color: #6E5D6C; }
span { border-color: rgb(110,93,108); }
td.TdClassName
{
border-color: #6E5D6C;
}
.TagClassName
{
border-color: #6E5D6C;
}
</style>