Shades of Salt Box #6E606D
Tints of Salt Box #6E606D
RGB
CMYK
RGB Variations
Color information
#6E606D (or 0x6E606D) is known color: Salt Box. HEX triplet: 6E, 60 and 6D. RGB value is (110,96,109). Sum of RGB (Red+Green+Blue) = 110+96+109=315 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.92% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 110 - color contains mainly: red. Hex color #6E606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E606D is #919F92. Grayscale: #656565. Windows color (decimal): -9543571 or 7168110. OLE color: 7168110.
HSL color Cylindrical-coordinate representation of color #6E606D: hue angle of 304.29º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6E606D is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 96 | 109 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.57 |
| HSL | 304.29º | 0.07% | 0.4% | - |
| HSV(B) | 304.29º | 0.13% | 0.43% | - |
| XYZ | 13.37 | 12.78 | 16.23 | - |
| YUV | 101.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 96 | 109 | 0 | 0.13 | 0.01 | 0.57 | 304.29 | 0.07 | 0.4 |
| Hex | 6E | 60 | 6D | 0 | D | 1 | 39 | 130 | 7 | 28 |
| Octal | 156 | 140 | 155 | 0 | 15 | 1 | 71 | 460 | 7 | 50 |
| Binary | 1101110 | 1100000 | 1101101 | 0 | 1101 | 1 | 111001 | 100110000 | 111 | 101000 |
Color Harmonies of #6E606D
Complementary color
Monochromatic Colors of #6E606D
Black with #6E606D
Text Example
Text Example
White with #6E606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E606D; }
p { color: rgb(110,96,109); }
H1.HeaderClassName
{
color: #6E606D;
}
.AnyTagClassName
{
color: #6E606D;
}
</style>
background-color css
<style>
a { background-color: #6E606D; }
a { background-color: rgb(110,96,109); }
div.DivClassName
{
background-color: #6E606D;
}
.BgClassName
{
background-color: #6E606D;
}
</style>
border-color css
<style>
span { border-color: #6E606D; }
span { border-color: rgb(110,96,109); }
td.TdClassName
{
border-color: #6E606D;
}
.TagClassName
{
border-color: #6E606D;
}
</style>