Shades of Salt Box #6D666C
Tints of Salt Box #6D666C
RGB
CMYK
RGB Variations
Color information
#6D666C (or 0x6D666C) is known color: Salt Box. HEX triplet: 6D, 66 and 6C. RGB value is (109,102,108). Sum of RGB (Red+Green+Blue) = 109+102+108=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 109 - color contains mainly: red. Hex color #6D666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D666C is #929993. Grayscale: #686868. Windows color (decimal): -9607572 or 7104109. OLE color: 7104109.
HSL color Cylindrical-coordinate representation of color #6D666C: hue angle of 308.57º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6D666C is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 102 | 108 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.57 |
| HSL | 308.57º | 0.03% | 0.41% | - |
| HSV(B) | 308.57º | 0.06% | 0.43% | - |
| XYZ | 13.76 | 13.84 | 16.13 | - |
| YUV | 104.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 102 | 108 | 0 | 0.06 | 0.01 | 0.57 | 308.57 | 0.03 | 0.41 |
| Hex | 6D | 66 | 6C | 0 | 6 | 1 | 39 | 135 | 3 | 29 |
| Octal | 155 | 146 | 154 | 0 | 6 | 1 | 71 | 465 | 3 | 51 |
| Binary | 1101101 | 1100110 | 1101100 | 0 | 110 | 1 | 111001 | 100110101 | 11 | 101001 |
Color Harmonies of #6D666C
Complementary color
Monochromatic Colors of #6D666C
Black with #6D666C
Text Example
Text Example
White with #6D666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D666C; }
p { color: rgb(109,102,108); }
H1.HeaderClassName
{
color: #6D666C;
}
.AnyTagClassName
{
color: #6D666C;
}
</style>
background-color css
<style>
a { background-color: #6D666C; }
a { background-color: rgb(109,102,108); }
div.DivClassName
{
background-color: #6D666C;
}
.BgClassName
{
background-color: #6D666C;
}
</style>
border-color css
<style>
span { border-color: #6D666C; }
span { border-color: rgb(109,102,108); }
td.TdClassName
{
border-color: #6D666C;
}
.TagClassName
{
border-color: #6D666C;
}
</style>