Shades of Salt Box #6F626B
Tints of Salt Box #6F626B
RGB
CMYK
RGB Variations
Color information
#6F626B (or 0x6F626B) is known color: Salt Box. HEX triplet: 6F, 62 and 6B. RGB value is (111,98,107). Sum of RGB (Red+Green+Blue) = 111+98+107=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 111 - color contains mainly: red. Hex color #6F626B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F626B is #909D94. Grayscale: #666666. Windows color (decimal): -9477525 or 7037551. OLE color: 7037551.
HSL color Cylindrical-coordinate representation of color #6F626B: hue angle of 318.46º 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 #6F626B is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 98 | 107 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.56 |
| HSL | 318.46º | 0.06% | 0.41% | - |
| HSV(B) | 318.46º | 0.12% | 0.44% | - |
| XYZ | 13.58 | 13.18 | 15.74 | - |
| YUV | 102.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 98 | 107 | 0 | 0.12 | 0.04 | 0.56 | 318.46 | 0.06 | 0.41 |
| Hex | 6F | 62 | 6B | 0 | C | 4 | 38 | 13E | 6 | 29 |
| Octal | 157 | 142 | 153 | 0 | 14 | 4 | 70 | 476 | 6 | 51 |
| Binary | 1101111 | 1100010 | 1101011 | 0 | 1100 | 100 | 111000 | 100111110 | 110 | 101001 |
Color Harmonies of #6F626B
Complementary color
Monochromatic Colors of #6F626B
Black with #6F626B
Text Example
Text Example
White with #6F626B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F626B; }
p { color: rgb(111,98,107); }
H1.HeaderClassName
{
color: #6F626B;
}
.AnyTagClassName
{
color: #6F626B;
}
</style>
background-color css
<style>
a { background-color: #6F626B; }
a { background-color: rgb(111,98,107); }
div.DivClassName
{
background-color: #6F626B;
}
.BgClassName
{
background-color: #6F626B;
}
</style>
border-color css
<style>
span { border-color: #6F626B; }
span { border-color: rgb(111,98,107); }
td.TdClassName
{
border-color: #6F626B;
}
.TagClassName
{
border-color: #6F626B;
}
</style>