Shades of Salt Box #6F5566
Tints of Salt Box #6F5566
RGB
CMYK
RGB Variations
Color information
#6F5566 (or 0x6F5566) is known color: Salt Box. HEX triplet: 6F, 55 and 66. RGB value is (111,85,102). Sum of RGB (Red+Green+Blue) = 111+85+102=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5566 is #90AA99. Grayscale: #5E5E5E. Windows color (decimal): -9480858 or 6706543. OLE color: 6706543.
HSL color Cylindrical-coordinate representation of color #6F5566: hue angle of 320.77º 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 #6F5566 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 85 | 102 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.56 |
| HSL | 320.77º | 0.13% | 0.38% | - |
| HSV(B) | 320.77º | 0.23% | 0.44% | - |
| XYZ | 12.2 | 10.84 | 14.02 | - |
| YUV | 94.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 102 | 0 | 0.23 | 0.08 | 0.56 | 320.77 | 0.13 | 0.38 |
| Hex | 6F | 55 | 66 | 0 | 17 | 8 | 38 | 141 | D | 26 |
| Octal | 157 | 125 | 146 | 0 | 27 | 10 | 70 | 501 | 15 | 46 |
| Binary | 1101111 | 1010101 | 1100110 | 0 | 10111 | 1000 | 111000 | 101000001 | 1101 | 100110 |
Color Harmonies of #6F5566
Complementary color
Monochromatic Colors of #6F5566
Black with #6F5566
Text Example
Text Example
White with #6F5566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5566; }
p { color: rgb(111,85,102); }
H1.HeaderClassName
{
color: #6F5566;
}
.AnyTagClassName
{
color: #6F5566;
}
</style>
background-color css
<style>
a { background-color: #6F5566; }
a { background-color: rgb(111,85,102); }
div.DivClassName
{
background-color: #6F5566;
}
.BgClassName
{
background-color: #6F5566;
}
</style>
border-color css
<style>
span { border-color: #6F5566; }
span { border-color: rgb(111,85,102); }
td.TdClassName
{
border-color: #6F5566;
}
.TagClassName
{
border-color: #6F5566;
}
</style>