Shades of Salt Box #6D5A67
Tints of Salt Box #6D5A67
RGB
CMYK
RGB Variations
Color information
#6D5A67 (or 0x6D5A67) is known color: Salt Box. HEX triplet: 6D, 5A and 67. RGB value is (109,90,103). Sum of RGB (Red+Green+Blue) = 109+90+103=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5A67 is #92A598. Grayscale: #616161. Windows color (decimal): -9610649 or 6773357. OLE color: 6773357.
HSL color Cylindrical-coordinate representation of color #6D5A67: hue angle of 318.95º 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 #6D5A67 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 90 | 103 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.57 |
| HSL | 318.95º | 0.1% | 0.39% | - |
| HSV(B) | 318.95º | 0.17% | 0.43% | - |
| XYZ | 12.41 | 11.54 | 14.41 | - |
| YUV | 97.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 90 | 103 | 0 | 0.17 | 0.06 | 0.57 | 318.95 | 0.1 | 0.39 |
| Hex | 6D | 5A | 67 | 0 | 11 | 6 | 39 | 13F | A | 27 |
| Octal | 155 | 132 | 147 | 0 | 21 | 6 | 71 | 477 | 12 | 47 |
| Binary | 1101101 | 1011010 | 1100111 | 0 | 10001 | 110 | 111001 | 100111111 | 1010 | 100111 |
Color Harmonies of #6D5A67
Complementary color
Monochromatic Colors of #6D5A67
Black with #6D5A67
Text Example
Text Example
White with #6D5A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5A67; }
p { color: rgb(109,90,103); }
H1.HeaderClassName
{
color: #6D5A67;
}
.AnyTagClassName
{
color: #6D5A67;
}
</style>
background-color css
<style>
a { background-color: #6D5A67; }
a { background-color: rgb(109,90,103); }
div.DivClassName
{
background-color: #6D5A67;
}
.BgClassName
{
background-color: #6D5A67;
}
</style>
border-color css
<style>
span { border-color: #6D5A67; }
span { border-color: rgb(109,90,103); }
td.TdClassName
{
border-color: #6D5A67;
}
.TagClassName
{
border-color: #6D5A67;
}
</style>