Shades of Salt Box #6E5C69
Tints of Salt Box #6E5C69
RGB
CMYK
RGB Variations
Color information
#6E5C69 (or 0x6E5C69) is known color: Salt Box. HEX triplet: 6E, 5C and 69. RGB value is (110,92,105). Sum of RGB (Red+Green+Blue) = 110+92+105=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5C69 is #91A396. Grayscale: #626262. Windows color (decimal): -9544599 or 6904942. OLE color: 6904942.
HSL color Cylindrical-coordinate representation of color #6E5C69: hue angle of 316.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6E5C69 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 92 | 105 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.57 |
| HSL | 316.67º | 0.09% | 0.4% | - |
| HSV(B) | 316.67º | 0.16% | 0.43% | - |
| XYZ | 12.81 | 11.99 | 15 | - |
| YUV | 98.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 92 | 105 | 0 | 0.16 | 0.05 | 0.57 | 316.67 | 0.09 | 0.4 |
| Hex | 6E | 5C | 69 | 0 | 10 | 5 | 39 | 13D | 9 | 28 |
| Octal | 156 | 134 | 151 | 0 | 20 | 5 | 71 | 475 | 11 | 50 |
| Binary | 1101110 | 1011100 | 1101001 | 0 | 10000 | 101 | 111001 | 100111101 | 1001 | 101000 |
Color Harmonies of #6E5C69
Complementary color
Monochromatic Colors of #6E5C69
Black with #6E5C69
Text Example
Text Example
White with #6E5C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5C69; }
p { color: rgb(110,92,105); }
H1.HeaderClassName
{
color: #6E5C69;
}
.AnyTagClassName
{
color: #6E5C69;
}
</style>
background-color css
<style>
a { background-color: #6E5C69; }
a { background-color: rgb(110,92,105); }
div.DivClassName
{
background-color: #6E5C69;
}
.BgClassName
{
background-color: #6E5C69;
}
</style>
border-color css
<style>
span { border-color: #6E5C69; }
span { border-color: rgb(110,92,105); }
td.TdClassName
{
border-color: #6E5C69;
}
.TagClassName
{
border-color: #6E5C69;
}
</style>