Shades of Salt Box #6D5A68
Tints of Salt Box #6D5A68
RGB
CMYK
RGB Variations
Color information
#6D5A68 (or 0x6D5A68) is known color: Salt Box. HEX triplet: 6D, 5A and 68. RGB value is (109,90,104). Sum of RGB (Red+Green+Blue) = 109+90+104=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5A68 is #92A597. Grayscale: #616161. Windows color (decimal): -9610648 or 6838893. OLE color: 6838893.
HSL color Cylindrical-coordinate representation of color #6D5A68: hue angle of 315.79º 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 #6D5A68 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 90 | 104 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.57 |
| HSL | 315.79º | 0.1% | 0.39% | - |
| HSV(B) | 315.79º | 0.17% | 0.43% | - |
| XYZ | 12.46 | 11.56 | 14.67 | - |
| YUV | 97.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 90 | 104 | 0 | 0.17 | 0.05 | 0.57 | 315.79 | 0.1 | 0.39 |
| Hex | 6D | 5A | 68 | 0 | 11 | 5 | 39 | 13C | A | 27 |
| Octal | 155 | 132 | 150 | 0 | 21 | 5 | 71 | 474 | 12 | 47 |
| Binary | 1101101 | 1011010 | 1101000 | 0 | 10001 | 101 | 111001 | 100111100 | 1010 | 100111 |
Color Harmonies of #6D5A68
Complementary color
Monochromatic Colors of #6D5A68
Black with #6D5A68
Text Example
Text Example
White with #6D5A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5A68; }
p { color: rgb(109,90,104); }
H1.HeaderClassName
{
color: #6D5A68;
}
.AnyTagClassName
{
color: #6D5A68;
}
</style>
background-color css
<style>
a { background-color: #6D5A68; }
a { background-color: rgb(109,90,104); }
div.DivClassName
{
background-color: #6D5A68;
}
.BgClassName
{
background-color: #6D5A68;
}
</style>
border-color css
<style>
span { border-color: #6D5A68; }
span { border-color: rgb(109,90,104); }
td.TdClassName
{
border-color: #6D5A68;
}
.TagClassName
{
border-color: #6D5A68;
}
</style>