Shades of Salt Box #6E636D
Tints of Salt Box #6E636D
RGB
CMYK
RGB Variations
Color information
#6E636D (or 0x6E636D) is known color: Salt Box. HEX triplet: 6E, 63 and 6D. RGB value is (110,99,109). Sum of RGB (Red+Green+Blue) = 110+99+109=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 110 - color contains mainly: red. Hex color #6E636D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E636D is #919C92. Grayscale: #676767. Windows color (decimal): -9542803 or 7168878. OLE color: 7168878.
HSL color Cylindrical-coordinate representation of color #6E636D: hue angle of 305.45º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6E636D is Cyan = 0, Magento = 0.1, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 99 | 109 | - |
| CMYK | 0 | 0.1 | 0.01 | 0.57 |
| HSL | 305.45º | 0.05% | 0.41% | - |
| HSV(B) | 305.45º | 0.1% | 0.43% | - |
| XYZ | 13.65 | 13.34 | 16.32 | - |
| YUV | 103.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 99 | 109 | 0 | 0.1 | 0.01 | 0.57 | 305.45 | 0.05 | 0.41 |
| Hex | 6E | 63 | 6D | 0 | A | 1 | 39 | 131 | 5 | 29 |
| Octal | 156 | 143 | 155 | 0 | 12 | 1 | 71 | 461 | 5 | 51 |
| Binary | 1101110 | 1100011 | 1101101 | 0 | 1010 | 1 | 111001 | 100110001 | 101 | 101001 |
Color Harmonies of #6E636D
Complementary color
Monochromatic Colors of #6E636D
Black with #6E636D
Text Example
Text Example
White with #6E636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E636D; }
p { color: rgb(110,99,109); }
H1.HeaderClassName
{
color: #6E636D;
}
.AnyTagClassName
{
color: #6E636D;
}
</style>
background-color css
<style>
a { background-color: #6E636D; }
a { background-color: rgb(110,99,109); }
div.DivClassName
{
background-color: #6E636D;
}
.BgClassName
{
background-color: #6E636D;
}
</style>
border-color css
<style>
span { border-color: #6E636D; }
span { border-color: rgb(110,99,109); }
td.TdClassName
{
border-color: #6E636D;
}
.TagClassName
{
border-color: #6E636D;
}
</style>