Shades of Salt Box #6D626A
Tints of Salt Box #6D626A
RGB
CMYK
RGB Variations
Color information
#6D626A (or 0x6D626A) is known color: Salt Box. HEX triplet: 6D, 62 and 6A. RGB value is (109,98,106). Sum of RGB (Red+Green+Blue) = 109+98+106=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 109 - color contains mainly: red. Hex color #6D626A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D626A is #929D95. Grayscale: #666666. Windows color (decimal): -9608598 or 6972013. OLE color: 6972013.
HSL color Cylindrical-coordinate representation of color #6D626A: hue angle of 316.36º 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 #6D626A is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 98 | 106 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.57 |
| HSL | 316.36º | 0.05% | 0.41% | - |
| HSV(B) | 316.36º | 0.1% | 0.43% | - |
| XYZ | 13.28 | 13.03 | 15.45 | - |
| YUV | 102.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 98 | 106 | 0 | 0.10 | 0.03 | 0.57 | 316.36 | 0.05 | 0.41 |
| Hex | 6D | 62 | 6A | 0 | A | 3 | 39 | 13C | 5 | 29 |
| Octal | 155 | 142 | 152 | 0 | 12 | 3 | 71 | 474 | 5 | 51 |
| Binary | 1101101 | 1100010 | 1101010 | 0 | 1010 | 11 | 111001 | 100111100 | 101 | 101001 |
Color Harmonies of #6D626A
Complementary color
Monochromatic Colors of #6D626A
Black with #6D626A
Text Example
Text Example
White with #6D626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D626A; }
p { color: rgb(109,98,106); }
H1.HeaderClassName
{
color: #6D626A;
}
.AnyTagClassName
{
color: #6D626A;
}
</style>
background-color css
<style>
a { background-color: #6D626A; }
a { background-color: rgb(109,98,106); }
div.DivClassName
{
background-color: #6D626A;
}
.BgClassName
{
background-color: #6D626A;
}
</style>
border-color css
<style>
span { border-color: #6D626A; }
span { border-color: rgb(109,98,106); }
td.TdClassName
{
border-color: #6D626A;
}
.TagClassName
{
border-color: #6D626A;
}
</style>