Shades of Salt Box #6C5669
Tints of Salt Box #6C5669
RGB
CMYK
RGB Variations
Color information
#6C5669 (or 0x6C5669) is known color: Salt Box. HEX triplet: 6C, 56 and 69. RGB value is (108,86,105). Sum of RGB (Red+Green+Blue) = 108+86+105=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5669 is #93A996. Grayscale: #5E5E5E. Windows color (decimal): -9677207 or 6903404. OLE color: 6903404.
HSL color Cylindrical-coordinate representation of color #6C5669: hue angle of 308.18º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6C5669 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 86 | 105 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.58 |
| HSL | 308.18º | 0.11% | 0.38% | - |
| HSV(B) | 308.18º | 0.2% | 0.42% | - |
| XYZ | 12.06 | 10.86 | 14.83 | - |
| YUV | 94.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 86 | 105 | 0 | 0.20 | 0.03 | 0.58 | 308.18 | 0.11 | 0.38 |
| Hex | 6C | 56 | 69 | 0 | 14 | 3 | 3A | 134 | B | 26 |
| Octal | 154 | 126 | 151 | 0 | 24 | 3 | 72 | 464 | 13 | 46 |
| Binary | 1101100 | 1010110 | 1101001 | 0 | 10100 | 11 | 111010 | 100110100 | 1011 | 100110 |
Color Harmonies of #6C5669
Complementary color
Monochromatic Colors of #6C5669
Black with #6C5669
Text Example
Text Example
White with #6C5669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5669; }
p { color: rgb(108,86,105); }
H1.HeaderClassName
{
color: #6C5669;
}
.AnyTagClassName
{
color: #6C5669;
}
</style>
background-color css
<style>
a { background-color: #6C5669; }
a { background-color: rgb(108,86,105); }
div.DivClassName
{
background-color: #6C5669;
}
.BgClassName
{
background-color: #6C5669;
}
</style>
border-color css
<style>
span { border-color: #6C5669; }
span { border-color: rgb(108,86,105); }
td.TdClassName
{
border-color: #6C5669;
}
.TagClassName
{
border-color: #6C5669;
}
</style>