Shades of Salt Box #6E586C
Tints of Salt Box #6E586C
RGB
CMYK
RGB Variations
Color information
#6E586C (or 0x6E586C) is known color: Salt Box. HEX triplet: 6E, 58 and 6C. RGB value is (110,88,108). Sum of RGB (Red+Green+Blue) = 110+88+108=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 110 - color contains mainly: red. Hex color #6E586C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E586C is #91A793. Grayscale: #606060. Windows color (decimal): -9545620 or 7100526. OLE color: 7100526.
HSL color Cylindrical-coordinate representation of color #6E586C: hue angle of 305.45º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6E586C is Cyan = 0, Magento = 0.2, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 88 | 108 | - |
| CMYK | 0 | 0.2 | 0.02 | 0.57 |
| HSL | 305.45º | 0.11% | 0.39% | - |
| HSV(B) | 305.45º | 0.2% | 0.43% | - |
| XYZ | 12.63 | 11.38 | 15.72 | - |
| YUV | 96.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 88 | 108 | 0 | 0.2 | 0.02 | 0.57 | 305.45 | 0.11 | 0.39 |
| Hex | 6E | 58 | 6C | 0 | 14 | 2 | 39 | 131 | B | 27 |
| Octal | 156 | 130 | 154 | 0 | 24 | 2 | 71 | 461 | 13 | 47 |
| Binary | 1101110 | 1011000 | 1101100 | 0 | 10100 | 10 | 111001 | 100110001 | 1011 | 100111 |
Color Harmonies of #6E586C
Complementary color
Monochromatic Colors of #6E586C
Black with #6E586C
Text Example
Text Example
White with #6E586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E586C; }
p { color: rgb(110,88,108); }
H1.HeaderClassName
{
color: #6E586C;
}
.AnyTagClassName
{
color: #6E586C;
}
</style>
background-color css
<style>
a { background-color: #6E586C; }
a { background-color: rgb(110,88,108); }
div.DivClassName
{
background-color: #6E586C;
}
.BgClassName
{
background-color: #6E586C;
}
</style>
border-color css
<style>
span { border-color: #6E586C; }
span { border-color: rgb(110,88,108); }
td.TdClassName
{
border-color: #6E586C;
}
.TagClassName
{
border-color: #6E586C;
}
</style>