Shades of Salt Box #6E5767
Tints of Salt Box #6E5767
RGB
CMYK
RGB Variations
Color information
#6E5767 (or 0x6E5767) is known color: Salt Box. HEX triplet: 6E, 57 and 67. RGB value is (110,87,103). Sum of RGB (Red+Green+Blue) = 110+87+103=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5767 is #91A898. Grayscale: #5F5F5F. Windows color (decimal): -9545881 or 6772590. OLE color: 6772590.
HSL color Cylindrical-coordinate representation of color #6E5767: hue angle of 318.26º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E5767 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 87 | 103 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.57 |
| HSL | 318.26º | 0.12% | 0.39% | - |
| HSV(B) | 318.26º | 0.21% | 0.43% | - |
| XYZ | 12.29 | 11.11 | 14.33 | - |
| YUV | 95.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 87 | 103 | 0 | 0.21 | 0.06 | 0.57 | 318.26 | 0.12 | 0.39 |
| Hex | 6E | 57 | 67 | 0 | 15 | 6 | 39 | 13E | C | 27 |
| Octal | 156 | 127 | 147 | 0 | 25 | 6 | 71 | 476 | 14 | 47 |
| Binary | 1101110 | 1010111 | 1100111 | 0 | 10101 | 110 | 111001 | 100111110 | 1100 | 100111 |
Color Harmonies of #6E5767
Complementary color
Monochromatic Colors of #6E5767
Black with #6E5767
Text Example
Text Example
White with #6E5767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5767; }
p { color: rgb(110,87,103); }
H1.HeaderClassName
{
color: #6E5767;
}
.AnyTagClassName
{
color: #6E5767;
}
</style>
background-color css
<style>
a { background-color: #6E5767; }
a { background-color: rgb(110,87,103); }
div.DivClassName
{
background-color: #6E5767;
}
.BgClassName
{
background-color: #6E5767;
}
</style>
border-color css
<style>
span { border-color: #6E5767; }
span { border-color: rgb(110,87,103); }
td.TdClassName
{
border-color: #6E5767;
}
.TagClassName
{
border-color: #6E5767;
}
</style>