Shades of Salt Box #6F646D
Tints of Salt Box #6F646D
RGB
CMYK
RGB Variations
Color information
#6F646D (or 0x6F646D) is known color: Salt Box. HEX triplet: 6F, 64 and 6D. RGB value is (111,100,109). Sum of RGB (Red+Green+Blue) = 111+100+109=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 111 - color contains mainly: red. Hex color #6F646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F646D is #909B92. Grayscale: #686868. Windows color (decimal): -9477011 or 7169135. OLE color: 7169135.
HSL color Cylindrical-coordinate representation of color #6F646D: hue angle of 310.91º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F646D is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 100 | 109 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.56 |
| HSL | 310.91º | 0.05% | 0.41% | - |
| HSV(B) | 310.91º | 0.1% | 0.44% | - |
| XYZ | 13.87 | 13.6 | 16.36 | - |
| YUV | 104.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 109 | 0 | 0.10 | 0.02 | 0.56 | 310.91 | 0.05 | 0.41 |
| Hex | 6F | 64 | 6D | 0 | A | 2 | 38 | 137 | 5 | 29 |
| Octal | 157 | 144 | 155 | 0 | 12 | 2 | 70 | 467 | 5 | 51 |
| Binary | 1101111 | 1100100 | 1101101 | 0 | 1010 | 10 | 111000 | 100110111 | 101 | 101001 |
Color Harmonies of #6F646D
Complementary color
Monochromatic Colors of #6F646D
Black with #6F646D
Text Example
Text Example
White with #6F646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F646D; }
p { color: rgb(111,100,109); }
H1.HeaderClassName
{
color: #6F646D;
}
.AnyTagClassName
{
color: #6F646D;
}
</style>
background-color css
<style>
a { background-color: #6F646D; }
a { background-color: rgb(111,100,109); }
div.DivClassName
{
background-color: #6F646D;
}
.BgClassName
{
background-color: #6F646D;
}
</style>
border-color css
<style>
span { border-color: #6F646D; }
span { border-color: rgb(111,100,109); }
td.TdClassName
{
border-color: #6F646D;
}
.TagClassName
{
border-color: #6F646D;
}
</style>