Shades of Salt Box #6D5A69
Tints of Salt Box #6D5A69
RGB
CMYK
RGB Variations
Color information
#6D5A69 (or 0x6D5A69) is known color: Salt Box. HEX triplet: 6D, 5A and 69. RGB value is (109,90,105). Sum of RGB (Red+Green+Blue) = 109+90+105=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5A69 is #92A596. Grayscale: #616161. Windows color (decimal): -9610647 or 6904429. OLE color: 6904429.
HSL color Cylindrical-coordinate representation of color #6D5A69: hue angle of 312.63º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D5A69 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 90 | 105 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.57 |
| HSL | 312.63º | 0.1% | 0.39% | - |
| HSV(B) | 312.63º | 0.17% | 0.43% | - |
| XYZ | 12.51 | 11.58 | 14.94 | - |
| YUV | 97.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 90 | 105 | 0 | 0.17 | 0.04 | 0.57 | 312.63 | 0.1 | 0.39 |
| Hex | 6D | 5A | 69 | 0 | 11 | 4 | 39 | 139 | A | 27 |
| Octal | 155 | 132 | 151 | 0 | 21 | 4 | 71 | 471 | 12 | 47 |
| Binary | 1101101 | 1011010 | 1101001 | 0 | 10001 | 100 | 111001 | 100111001 | 1010 | 100111 |
Color Harmonies of #6D5A69
Complementary color
Monochromatic Colors of #6D5A69
Black with #6D5A69
Text Example
Text Example
White with #6D5A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5A69; }
p { color: rgb(109,90,105); }
H1.HeaderClassName
{
color: #6D5A69;
}
.AnyTagClassName
{
color: #6D5A69;
}
</style>
background-color css
<style>
a { background-color: #6D5A69; }
a { background-color: rgb(109,90,105); }
div.DivClassName
{
background-color: #6D5A69;
}
.BgClassName
{
background-color: #6D5A69;
}
</style>
border-color css
<style>
span { border-color: #6D5A69; }
span { border-color: rgb(109,90,105); }
td.TdClassName
{
border-color: #6D5A69;
}
.TagClassName
{
border-color: #6D5A69;
}
</style>