Shades of Salt Box #6D656C
Tints of Salt Box #6D656C
RGB
CMYK
RGB Variations
Color information
#6D656C (or 0x6D656C) is known color: Salt Box. HEX triplet: 6D, 65 and 6C. RGB value is (109,101,108). Sum of RGB (Red+Green+Blue) = 109+101+108=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 109 - color contains mainly: red. Hex color #6D656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D656C is #929A93. Grayscale: #686868. Windows color (decimal): -9607828 or 7103853. OLE color: 7103853.
HSL color Cylindrical-coordinate representation of color #6D656C: hue angle of 307.5º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6D656C is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 101 | 108 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.57 |
| HSL | 307.5º | 0.04% | 0.41% | - |
| HSV(B) | 307.5º | 0.07% | 0.43% | - |
| XYZ | 13.67 | 13.64 | 16.1 | - |
| YUV | 104.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 101 | 108 | 0 | 0.07 | 0.01 | 0.57 | 307.5 | 0.04 | 0.41 |
| Hex | 6D | 65 | 6C | 0 | 7 | 1 | 39 | 134 | 4 | 29 |
| Octal | 155 | 145 | 154 | 0 | 7 | 1 | 71 | 464 | 4 | 51 |
| Binary | 1101101 | 1100101 | 1101100 | 0 | 111 | 1 | 111001 | 100110100 | 100 | 101001 |
Color Harmonies of #6D656C
Complementary color
Monochromatic Colors of #6D656C
Black with #6D656C
Text Example
Text Example
White with #6D656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D656C; }
p { color: rgb(109,101,108); }
H1.HeaderClassName
{
color: #6D656C;
}
.AnyTagClassName
{
color: #6D656C;
}
</style>
background-color css
<style>
a { background-color: #6D656C; }
a { background-color: rgb(109,101,108); }
div.DivClassName
{
background-color: #6D656C;
}
.BgClassName
{
background-color: #6D656C;
}
</style>
border-color css
<style>
span { border-color: #6D656C; }
span { border-color: rgb(109,101,108); }
td.TdClassName
{
border-color: #6D656C;
}
.TagClassName
{
border-color: #6D656C;
}
</style>