Shades of Salt Box #6E5069
Tints of Salt Box #6E5069
RGB
CMYK
RGB Variations
Color information
#6E5069 (or 0x6E5069) is known color: Salt Box. HEX triplet: 6E, 50 and 69. RGB value is (110,80,105). Sum of RGB (Red+Green+Blue) = 110+80+105=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5069 is #91AF96. Grayscale: #5B5B5B. Windows color (decimal): -9547671 or 6901870. OLE color: 6901870.
HSL color Cylindrical-coordinate representation of color #6E5069: hue angle of 310º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E5069 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 80 | 105 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.57 |
| HSL | 310º | 0.16% | 0.37% | - |
| HSV(B) | 310º | 0.27% | 0.43% | - |
| XYZ | 11.85 | 10.07 | 14.68 | - |
| YUV | 91.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 80 | 105 | 0 | 0.27 | 0.05 | 0.57 | 310 | 0.16 | 0.37 |
| Hex | 6E | 50 | 69 | 0 | 1B | 5 | 39 | 136 | 10 | 25 |
| Octal | 156 | 120 | 151 | 0 | 33 | 5 | 71 | 466 | 20 | 45 |
| Binary | 1101110 | 1010000 | 1101001 | 0 | 11011 | 101 | 111001 | 100110110 | 10000 | 100101 |
Color Harmonies of #6E5069
Complementary color
Monochromatic Colors of #6E5069
Black with #6E5069
Text Example
Text Example
White with #6E5069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5069; }
p { color: rgb(110,80,105); }
H1.HeaderClassName
{
color: #6E5069;
}
.AnyTagClassName
{
color: #6E5069;
}
</style>
background-color css
<style>
a { background-color: #6E5069; }
a { background-color: rgb(110,80,105); }
div.DivClassName
{
background-color: #6E5069;
}
.BgClassName
{
background-color: #6E5069;
}
</style>
border-color css
<style>
span { border-color: #6E5069; }
span { border-color: rgb(110,80,105); }
td.TdClassName
{
border-color: #6E5069;
}
.TagClassName
{
border-color: #6E5069;
}
</style>