Shades of Salt Box #6F556B
Tints of Salt Box #6F556B
RGB
CMYK
RGB Variations
Color information
#6F556B (or 0x6F556B) is known color: Salt Box. HEX triplet: 6F, 55 and 6B. RGB value is (111,85,107). Sum of RGB (Red+Green+Blue) = 111+85+107=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 111 - color contains mainly: red. Hex color #6F556B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F556B is #90AA94. Grayscale: #5F5F5F. Windows color (decimal): -9480853 or 7034223. OLE color: 7034223.
HSL color Cylindrical-coordinate representation of color #6F556B: hue angle of 309.23º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F556B is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 85 | 107 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.56 |
| HSL | 309.23º | 0.13% | 0.38% | - |
| HSV(B) | 309.23º | 0.23% | 0.44% | - |
| XYZ | 12.46 | 10.94 | 15.36 | - |
| YUV | 95.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 107 | 0 | 0.23 | 0.04 | 0.56 | 309.23 | 0.13 | 0.38 |
| Hex | 6F | 55 | 6B | 0 | 17 | 4 | 38 | 135 | D | 26 |
| Octal | 157 | 125 | 153 | 0 | 27 | 4 | 70 | 465 | 15 | 46 |
| Binary | 1101111 | 1010101 | 1101011 | 0 | 10111 | 100 | 111000 | 100110101 | 1101 | 100110 |
Color Harmonies of #6F556B
Complementary color
Monochromatic Colors of #6F556B
Black with #6F556B
Text Example
Text Example
White with #6F556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F556B; }
p { color: rgb(111,85,107); }
H1.HeaderClassName
{
color: #6F556B;
}
.AnyTagClassName
{
color: #6F556B;
}
</style>
background-color css
<style>
a { background-color: #6F556B; }
a { background-color: rgb(111,85,107); }
div.DivClassName
{
background-color: #6F556B;
}
.BgClassName
{
background-color: #6F556B;
}
</style>
border-color css
<style>
span { border-color: #6F556B; }
span { border-color: rgb(111,85,107); }
td.TdClassName
{
border-color: #6F556B;
}
.TagClassName
{
border-color: #6F556B;
}
</style>