Shades of Salt Box #6F626C
Tints of Salt Box #6F626C
RGB
CMYK
RGB Variations
Color information
#6F626C (or 0x6F626C) is known color: Salt Box. HEX triplet: 6F, 62 and 6C. RGB value is (111,98,108). Sum of RGB (Red+Green+Blue) = 111+98+108=317 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.02% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 111 - color contains mainly: red. Hex color #6F626C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F626C is #909D93. Grayscale: #676767. Windows color (decimal): -9477524 or 7103087. OLE color: 7103087.
HSL color Cylindrical-coordinate representation of color #6F626C: hue angle of 313.85º 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 #6F626C is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 98 | 108 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.56 |
| HSL | 313.85º | 0.06% | 0.41% | - |
| HSV(B) | 313.85º | 0.12% | 0.44% | - |
| XYZ | 13.63 | 13.2 | 16.02 | - |
| YUV | 103.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 98 | 108 | 0 | 0.12 | 0.03 | 0.56 | 313.85 | 0.06 | 0.41 |
| Hex | 6F | 62 | 6C | 0 | C | 3 | 38 | 13A | 6 | 29 |
| Octal | 157 | 142 | 154 | 0 | 14 | 3 | 70 | 472 | 6 | 51 |
| Binary | 1101111 | 1100010 | 1101100 | 0 | 1100 | 11 | 111000 | 100111010 | 110 | 101001 |
Color Harmonies of #6F626C
Complementary color
Monochromatic Colors of #6F626C
Black with #6F626C
Text Example
Text Example
White with #6F626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F626C; }
p { color: rgb(111,98,108); }
H1.HeaderClassName
{
color: #6F626C;
}
.AnyTagClassName
{
color: #6F626C;
}
</style>
background-color css
<style>
a { background-color: #6F626C; }
a { background-color: rgb(111,98,108); }
div.DivClassName
{
background-color: #6F626C;
}
.BgClassName
{
background-color: #6F626C;
}
</style>
border-color css
<style>
span { border-color: #6F626C; }
span { border-color: rgb(111,98,108); }
td.TdClassName
{
border-color: #6F626C;
}
.TagClassName
{
border-color: #6F626C;
}
</style>