Shades of Salt Box #6B5969
Tints of Salt Box #6B5969
RGB
CMYK
RGB Variations
Color information
#6B5969 (or 0x6B5969) is known color: Salt Box. HEX triplet: 6B, 59 and 69. RGB value is (107,89,105). Sum of RGB (Red+Green+Blue) = 107+89+105=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5969 is #94A696. Grayscale: #606060. Windows color (decimal): -9741975 or 6904171. OLE color: 6904171.
HSL color Cylindrical-coordinate representation of color #6B5969: hue angle of 306.67º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6B5969 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 89 | 105 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.58 |
| HSL | 306.67º | 0.09% | 0.38% | - |
| HSV(B) | 306.67º | 0.17% | 0.42% | - |
| XYZ | 12.19 | 11.29 | 14.9 | - |
| YUV | 96.21 | 132.96 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 89 | 105 | 0 | 0.17 | 0.02 | 0.58 | 306.67 | 0.09 | 0.38 |
| Hex | 6B | 59 | 69 | 0 | 11 | 2 | 3A | 133 | 9 | 26 |
| Octal | 153 | 131 | 151 | 0 | 21 | 2 | 72 | 463 | 11 | 46 |
| Binary | 1101011 | 1011001 | 1101001 | 0 | 10001 | 10 | 111010 | 100110011 | 1001 | 100110 |
Color Harmonies of #6B5969
Complementary color
Monochromatic Colors of #6B5969
Black with #6B5969
Text Example
Text Example
White with #6B5969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5969; }
p { color: rgb(107,89,105); }
H1.HeaderClassName
{
color: #6B5969;
}
.AnyTagClassName
{
color: #6B5969;
}
</style>
background-color css
<style>
a { background-color: #6B5969; }
a { background-color: rgb(107,89,105); }
div.DivClassName
{
background-color: #6B5969;
}
.BgClassName
{
background-color: #6B5969;
}
</style>
border-color css
<style>
span { border-color: #6B5969; }
span { border-color: rgb(107,89,105); }
td.TdClassName
{
border-color: #6B5969;
}
.TagClassName
{
border-color: #6B5969;
}
</style>