Shades of Salt Box #6E5C68
Tints of Salt Box #6E5C68
RGB
CMYK
RGB Variations
Color information
#6E5C68 (or 0x6E5C68) is known color: Salt Box. HEX triplet: 6E, 5C and 68. RGB value is (110,92,104). Sum of RGB (Red+Green+Blue) = 110+92+104=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5C68 is #91A397. Grayscale: #626262. Windows color (decimal): -9544600 or 6839406. OLE color: 6839406.
HSL color Cylindrical-coordinate representation of color #6E5C68: hue angle of 320º 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 #6E5C68 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 92 | 104 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.57 |
| HSL | 320º | 0.09% | 0.4% | - |
| HSV(B) | 320º | 0.16% | 0.43% | - |
| XYZ | 12.76 | 11.97 | 14.73 | - |
| YUV | 98.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 92 | 104 | 0 | 0.16 | 0.05 | 0.57 | 320 | 0.09 | 0.4 |
| Hex | 6E | 5C | 68 | 0 | 10 | 5 | 39 | 140 | 9 | 28 |
| Octal | 156 | 134 | 150 | 0 | 20 | 5 | 71 | 500 | 11 | 50 |
| Binary | 1101110 | 1011100 | 1101000 | 0 | 10000 | 101 | 111001 | 101000000 | 1001 | 101000 |
Color Harmonies of #6E5C68
Complementary color
Monochromatic Colors of #6E5C68
Black with #6E5C68
Text Example
Text Example
White with #6E5C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5C68; }
p { color: rgb(110,92,104); }
H1.HeaderClassName
{
color: #6E5C68;
}
.AnyTagClassName
{
color: #6E5C68;
}
</style>
background-color css
<style>
a { background-color: #6E5C68; }
a { background-color: rgb(110,92,104); }
div.DivClassName
{
background-color: #6E5C68;
}
.BgClassName
{
background-color: #6E5C68;
}
</style>
border-color css
<style>
span { border-color: #6E5C68; }
span { border-color: rgb(110,92,104); }
td.TdClassName
{
border-color: #6E5C68;
}
.TagClassName
{
border-color: #6E5C68;
}
</style>