Shades of Salt Box #6D5469
Tints of Salt Box #6D5469
RGB
CMYK
RGB Variations
Color information
#6D5469 (or 0x6D5469) is known color: Salt Box. HEX triplet: 6D, 54 and 69. RGB value is (109,84,105). Sum of RGB (Red+Green+Blue) = 109+84+105=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5469 is #92AB96. Grayscale: #5D5D5D. Windows color (decimal): -9612183 or 6902893. OLE color: 6902893.
HSL color Cylindrical-coordinate representation of color #6D5469: hue angle of 309.6º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D5469 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 84 | 105 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.57 |
| HSL | 309.6º | 0.13% | 0.38% | - |
| HSV(B) | 309.6º | 0.23% | 0.43% | - |
| XYZ | 12.03 | 10.61 | 14.78 | - |
| YUV | 93.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 84 | 105 | 0 | 0.23 | 0.04 | 0.57 | 309.6 | 0.13 | 0.38 |
| Hex | 6D | 54 | 69 | 0 | 17 | 4 | 39 | 136 | D | 26 |
| Octal | 155 | 124 | 151 | 0 | 27 | 4 | 71 | 466 | 15 | 46 |
| Binary | 1101101 | 1010100 | 1101001 | 0 | 10111 | 100 | 111001 | 100110110 | 1101 | 100110 |
Color Harmonies of #6D5469
Complementary color
Monochromatic Colors of #6D5469
Black with #6D5469
Text Example
Text Example
White with #6D5469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5469; }
p { color: rgb(109,84,105); }
H1.HeaderClassName
{
color: #6D5469;
}
.AnyTagClassName
{
color: #6D5469;
}
</style>
background-color css
<style>
a { background-color: #6D5469; }
a { background-color: rgb(109,84,105); }
div.DivClassName
{
background-color: #6D5469;
}
.BgClassName
{
background-color: #6D5469;
}
</style>
border-color css
<style>
span { border-color: #6D5469; }
span { border-color: rgb(109,84,105); }
td.TdClassName
{
border-color: #6D5469;
}
.TagClassName
{
border-color: #6D5469;
}
</style>