Shades of Salt Box #6D5369
Tints of Salt Box #6D5369
RGB
CMYK
RGB Variations
Color information
#6D5369 (or 0x6D5369) is known color: Salt Box. HEX triplet: 6D, 53 and 69. RGB value is (109,83,105). Sum of RGB (Red+Green+Blue) = 109+83+105=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5369 is #92AC96. Grayscale: #5D5D5D. Windows color (decimal): -9612439 or 6902637. OLE color: 6902637.
HSL color Cylindrical-coordinate representation of color #6D5369: hue angle of 309.23º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D5369 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 83 | 105 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.57 |
| HSL | 309.23º | 0.14% | 0.38% | - |
| HSV(B) | 309.23º | 0.24% | 0.43% | - |
| XYZ | 11.95 | 10.46 | 14.75 | - |
| YUV | 93.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 83 | 105 | 0 | 0.24 | 0.04 | 0.57 | 309.23 | 0.14 | 0.38 |
| Hex | 6D | 53 | 69 | 0 | 18 | 4 | 39 | 135 | E | 26 |
| Octal | 155 | 123 | 151 | 0 | 30 | 4 | 71 | 465 | 16 | 46 |
| Binary | 1101101 | 1010011 | 1101001 | 0 | 11000 | 100 | 111001 | 100110101 | 1110 | 100110 |
Color Harmonies of #6D5369
Complementary color
Monochromatic Colors of #6D5369
Black with #6D5369
Text Example
Text Example
White with #6D5369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5369; }
p { color: rgb(109,83,105); }
H1.HeaderClassName
{
color: #6D5369;
}
.AnyTagClassName
{
color: #6D5369;
}
</style>
background-color css
<style>
a { background-color: #6D5369; }
a { background-color: rgb(109,83,105); }
div.DivClassName
{
background-color: #6D5369;
}
.BgClassName
{
background-color: #6D5369;
}
</style>
border-color css
<style>
span { border-color: #6D5369; }
span { border-color: rgb(109,83,105); }
td.TdClassName
{
border-color: #6D5369;
}
.TagClassName
{
border-color: #6D5369;
}
</style>