Shades of Salt Box #6E566C
Tints of Salt Box #6E566C
RGB
CMYK
RGB Variations
Color information
#6E566C (or 0x6E566C) is known color: Salt Box. HEX triplet: 6E, 56 and 6C. RGB value is (110,86,108). Sum of RGB (Red+Green+Blue) = 110+86+108=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 110 - color contains mainly: red. Hex color #6E566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E566C is #91A993. Grayscale: #5F5F5F. Windows color (decimal): -9546132 or 7100014. OLE color: 7100014.
HSL color Cylindrical-coordinate representation of color #6E566C: hue angle of 305º 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 #6E566C is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 86 | 108 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.57 |
| HSL | 305º | 0.12% | 0.38% | - |
| HSV(B) | 305º | 0.22% | 0.43% | - |
| XYZ | 12.46 | 11.05 | 15.66 | - |
| YUV | 95.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 86 | 108 | 0 | 0.22 | 0.02 | 0.57 | 305 | 0.12 | 0.38 |
| Hex | 6E | 56 | 6C | 0 | 16 | 2 | 39 | 131 | C | 26 |
| Octal | 156 | 126 | 154 | 0 | 26 | 2 | 71 | 461 | 14 | 46 |
| Binary | 1101110 | 1010110 | 1101100 | 0 | 10110 | 10 | 111001 | 100110001 | 1100 | 100110 |
Color Harmonies of #6E566C
Complementary color
Monochromatic Colors of #6E566C
Black with #6E566C
Text Example
Text Example
White with #6E566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E566C; }
p { color: rgb(110,86,108); }
H1.HeaderClassName
{
color: #6E566C;
}
.AnyTagClassName
{
color: #6E566C;
}
</style>
background-color css
<style>
a { background-color: #6E566C; }
a { background-color: rgb(110,86,108); }
div.DivClassName
{
background-color: #6E566C;
}
.BgClassName
{
background-color: #6E566C;
}
</style>
border-color css
<style>
span { border-color: #6E566C; }
span { border-color: rgb(110,86,108); }
td.TdClassName
{
border-color: #6E566C;
}
.TagClassName
{
border-color: #6E566C;
}
</style>