Shades of Salt Box #6E586B
Tints of Salt Box #6E586B
RGB
CMYK
RGB Variations
Color information
#6E586B (or 0x6E586B) is known color: Salt Box. HEX triplet: 6E, 58 and 6B. RGB value is (110,88,107). Sum of RGB (Red+Green+Blue) = 110+88+107=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 110 - color contains mainly: red. Hex color #6E586B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E586B is #91A794. Grayscale: #606060. Windows color (decimal): -9545621 or 7034990. OLE color: 7034990.
HSL color Cylindrical-coordinate representation of color #6E586B: hue angle of 308.18º 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 #6E586B is Cyan = 0, Magento = 0.2, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 88 | 107 | - |
| CMYK | 0 | 0.2 | 0.03 | 0.57 |
| HSL | 308.18º | 0.11% | 0.39% | - |
| HSV(B) | 308.18º | 0.2% | 0.43% | - |
| XYZ | 12.57 | 11.36 | 15.44 | - |
| YUV | 96.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 88 | 107 | 0 | 0.2 | 0.03 | 0.57 | 308.18 | 0.11 | 0.39 |
| Hex | 6E | 58 | 6B | 0 | 14 | 3 | 39 | 134 | B | 27 |
| Octal | 156 | 130 | 153 | 0 | 24 | 3 | 71 | 464 | 13 | 47 |
| Binary | 1101110 | 1011000 | 1101011 | 0 | 10100 | 11 | 111001 | 100110100 | 1011 | 100111 |
Color Harmonies of #6E586B
Complementary color
Monochromatic Colors of #6E586B
Black with #6E586B
Text Example
Text Example
White with #6E586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E586B; }
p { color: rgb(110,88,107); }
H1.HeaderClassName
{
color: #6E586B;
}
.AnyTagClassName
{
color: #6E586B;
}
</style>
background-color css
<style>
a { background-color: #6E586B; }
a { background-color: rgb(110,88,107); }
div.DivClassName
{
background-color: #6E586B;
}
.BgClassName
{
background-color: #6E586B;
}
</style>
border-color css
<style>
span { border-color: #6E586B; }
span { border-color: rgb(110,88,107); }
td.TdClassName
{
border-color: #6E586B;
}
.TagClassName
{
border-color: #6E586B;
}
</style>