Shades of Salt Box #6F626E
Tints of Salt Box #6F626E
RGB
CMYK
RGB Variations
Color information
#6F626E (or 0x6F626E) is known color: Salt Box. HEX triplet: 6F, 62 and 6E. RGB value is (111,98,110). Sum of RGB (Red+Green+Blue) = 111+98+110=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 111 - color contains mainly: red. Hex color #6F626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F626E is #909D91. Grayscale: #676767. Windows color (decimal): -9477522 or 7234159. OLE color: 7234159.
HSL color Cylindrical-coordinate representation of color #6F626E: hue angle of 304.62º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6F626E is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 98 | 110 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.56 |
| HSL | 304.62º | 0.06% | 0.41% | - |
| HSV(B) | 304.62º | 0.12% | 0.44% | - |
| XYZ | 13.74 | 13.24 | 16.58 | - |
| YUV | 103.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 98 | 110 | 0 | 0.12 | 0.01 | 0.56 | 304.62 | 0.06 | 0.41 |
| Hex | 6F | 62 | 6E | 0 | C | 1 | 38 | 131 | 6 | 29 |
| Octal | 157 | 142 | 156 | 0 | 14 | 1 | 70 | 461 | 6 | 51 |
| Binary | 1101111 | 1100010 | 1101110 | 0 | 1100 | 1 | 111000 | 100110001 | 110 | 101001 |
Color Harmonies of #6F626E
Complementary color
Monochromatic Colors of #6F626E
Black with #6F626E
Text Example
Text Example
White with #6F626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F626E; }
p { color: rgb(111,98,110); }
H1.HeaderClassName
{
color: #6F626E;
}
.AnyTagClassName
{
color: #6F626E;
}
</style>
background-color css
<style>
a { background-color: #6F626E; }
a { background-color: rgb(111,98,110); }
div.DivClassName
{
background-color: #6F626E;
}
.BgClassName
{
background-color: #6F626E;
}
</style>
border-color css
<style>
span { border-color: #6F626E; }
span { border-color: rgb(111,98,110); }
td.TdClassName
{
border-color: #6F626E;
}
.TagClassName
{
border-color: #6F626E;
}
</style>