Shades of Salt Box #6E566B
Tints of Salt Box #6E566B
RGB
CMYK
RGB Variations
Color information
#6E566B (or 0x6E566B) is known color: Salt Box. HEX triplet: 6E, 56 and 6B. RGB value is (110,86,107). Sum of RGB (Red+Green+Blue) = 110+86+107=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 110 - color contains mainly: red. Hex color #6E566B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E566B is #91A994. Grayscale: #5F5F5F. Windows color (decimal): -9546133 or 7034478. OLE color: 7034478.
HSL color Cylindrical-coordinate representation of color #6E566B: hue angle of 307.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6E566B is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 86 | 107 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.57 |
| HSL | 307.5º | 0.12% | 0.38% | - |
| HSV(B) | 307.5º | 0.22% | 0.43% | - |
| XYZ | 12.41 | 11.03 | 15.39 | - |
| YUV | 95.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 86 | 107 | 0 | 0.22 | 0.03 | 0.57 | 307.5 | 0.12 | 0.38 |
| Hex | 6E | 56 | 6B | 0 | 16 | 3 | 39 | 134 | C | 26 |
| Octal | 156 | 126 | 153 | 0 | 26 | 3 | 71 | 464 | 14 | 46 |
| Binary | 1101110 | 1010110 | 1101011 | 0 | 10110 | 11 | 111001 | 100110100 | 1100 | 100110 |
Color Harmonies of #6E566B
Complementary color
Monochromatic Colors of #6E566B
Black with #6E566B
Text Example
Text Example
White with #6E566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E566B; }
p { color: rgb(110,86,107); }
H1.HeaderClassName
{
color: #6E566B;
}
.AnyTagClassName
{
color: #6E566B;
}
</style>
background-color css
<style>
a { background-color: #6E566B; }
a { background-color: rgb(110,86,107); }
div.DivClassName
{
background-color: #6E566B;
}
.BgClassName
{
background-color: #6E566B;
}
</style>
border-color css
<style>
span { border-color: #6E566B; }
span { border-color: rgb(110,86,107); }
td.TdClassName
{
border-color: #6E566B;
}
.TagClassName
{
border-color: #6E566B;
}
</style>