Shades of Salt Box #6E666D
Tints of Salt Box #6E666D
RGB
CMYK
RGB Variations
Color information
#6E666D (or 0x6E666D) is known color: Salt Box. HEX triplet: 6E, 66 and 6D. RGB value is (110,102,109). Sum of RGB (Red+Green+Blue) = 110+102+109=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 110 - color contains mainly: red. Hex color #6E666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E666D is #919992. Grayscale: #696969. Windows color (decimal): -9542035 or 7169646. OLE color: 7169646.
HSL color Cylindrical-coordinate representation of color #6E666D: hue angle of 307.5º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6E666D is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 102 | 109 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.57 |
| HSL | 307.5º | 0.04% | 0.42% | - |
| HSV(B) | 307.5º | 0.07% | 0.43% | - |
| XYZ | 13.94 | 13.92 | 16.42 | - |
| YUV | 105.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 102 | 109 | 0 | 0.07 | 0.01 | 0.57 | 307.5 | 0.04 | 0.42 |
| Hex | 6E | 66 | 6D | 0 | 7 | 1 | 39 | 134 | 4 | 2A |
| Octal | 156 | 146 | 155 | 0 | 7 | 1 | 71 | 464 | 4 | 52 |
| Binary | 1101110 | 1100110 | 1101101 | 0 | 111 | 1 | 111001 | 100110100 | 100 | 101010 |
Color Harmonies of #6E666D
Complementary color
Monochromatic Colors of #6E666D
Black with #6E666D
Text Example
Text Example
White with #6E666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E666D; }
p { color: rgb(110,102,109); }
H1.HeaderClassName
{
color: #6E666D;
}
.AnyTagClassName
{
color: #6E666D;
}
</style>
background-color css
<style>
a { background-color: #6E666D; }
a { background-color: rgb(110,102,109); }
div.DivClassName
{
background-color: #6E666D;
}
.BgClassName
{
background-color: #6E666D;
}
</style>
border-color css
<style>
span { border-color: #6E666D; }
span { border-color: rgb(110,102,109); }
td.TdClassName
{
border-color: #6E666D;
}
.TagClassName
{
border-color: #6E666D;
}
</style>