Shades of Salt Box #6F636C
Tints of Salt Box #6F636C
RGB
CMYK
RGB Variations
Color information
#6F636C (or 0x6F636C) is known color: Salt Box. HEX triplet: 6F, 63 and 6C. RGB value is (111,99,108). Sum of RGB (Red+Green+Blue) = 111+99+108=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 111 - color contains mainly: red. Hex color #6F636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F636C is #909C93. Grayscale: #676767. Windows color (decimal): -9477268 or 7103343. OLE color: 7103343.
HSL color Cylindrical-coordinate representation of color #6F636C: hue angle of 315º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6F636C is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 99 | 108 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.56 |
| HSL | 315º | 0.06% | 0.41% | - |
| HSV(B) | 315º | 0.11% | 0.44% | - |
| XYZ | 13.72 | 13.39 | 16.05 | - |
| YUV | 103.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 108 | 0 | 0.11 | 0.03 | 0.56 | 315 | 0.06 | 0.41 |
| Hex | 6F | 63 | 6C | 0 | B | 3 | 38 | 13B | 6 | 29 |
| Octal | 157 | 143 | 154 | 0 | 13 | 3 | 70 | 473 | 6 | 51 |
| Binary | 1101111 | 1100011 | 1101100 | 0 | 1011 | 11 | 111000 | 100111011 | 110 | 101001 |
Color Harmonies of #6F636C
Complementary color
Monochromatic Colors of #6F636C
Black with #6F636C
Text Example
Text Example
White with #6F636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F636C; }
p { color: rgb(111,99,108); }
H1.HeaderClassName
{
color: #6F636C;
}
.AnyTagClassName
{
color: #6F636C;
}
</style>
background-color css
<style>
a { background-color: #6F636C; }
a { background-color: rgb(111,99,108); }
div.DivClassName
{
background-color: #6F636C;
}
.BgClassName
{
background-color: #6F636C;
}
</style>
border-color css
<style>
span { border-color: #6F636C; }
span { border-color: rgb(111,99,108); }
td.TdClassName
{
border-color: #6F636C;
}
.TagClassName
{
border-color: #6F636C;
}
</style>