Shades of Salt Box #6F5669
Tints of Salt Box #6F5669
RGB
CMYK
RGB Variations
Color information
#6F5669 (or 0x6F5669) is known color: Salt Box. HEX triplet: 6F, 56 and 69. RGB value is (111,86,105). Sum of RGB (Red+Green+Blue) = 111+86+105=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5669 is #90A996. Grayscale: #5F5F5F. Windows color (decimal): -9480599 or 6903407. OLE color: 6903407.
HSL color Cylindrical-coordinate representation of color #6F5669: hue angle of 314.4º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F5669 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 86 | 105 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.56 |
| HSL | 314.4º | 0.13% | 0.39% | - |
| HSV(B) | 314.4º | 0.23% | 0.44% | - |
| XYZ | 12.43 | 11.06 | 14.84 | - |
| YUV | 95.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 86 | 105 | 0 | 0.23 | 0.05 | 0.56 | 314.4 | 0.13 | 0.39 |
| Hex | 6F | 56 | 69 | 0 | 17 | 5 | 38 | 13A | D | 27 |
| Octal | 157 | 126 | 151 | 0 | 27 | 5 | 70 | 472 | 15 | 47 |
| Binary | 1101111 | 1010110 | 1101001 | 0 | 10111 | 101 | 111000 | 100111010 | 1101 | 100111 |
Color Harmonies of #6F5669
Complementary color
Monochromatic Colors of #6F5669
Black with #6F5669
Text Example
Text Example
White with #6F5669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5669; }
p { color: rgb(111,86,105); }
H1.HeaderClassName
{
color: #6F5669;
}
.AnyTagClassName
{
color: #6F5669;
}
</style>
background-color css
<style>
a { background-color: #6F5669; }
a { background-color: rgb(111,86,105); }
div.DivClassName
{
background-color: #6F5669;
}
.BgClassName
{
background-color: #6F5669;
}
</style>
border-color css
<style>
span { border-color: #6F5669; }
span { border-color: rgb(111,86,105); }
td.TdClassName
{
border-color: #6F5669;
}
.TagClassName
{
border-color: #6F5669;
}
</style>