Shades of Salt Box #6D5069
Tints of Salt Box #6D5069
RGB
CMYK
RGB Variations
Color information
#6D5069 (or 0x6D5069) is known color: Salt Box. HEX triplet: 6D, 50 and 69. RGB value is (109,80,105). Sum of RGB (Red+Green+Blue) = 109+80+105=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5069 is #92AF96. Grayscale: #5B5B5B. Windows color (decimal): -9613207 or 6901869. OLE color: 6901869.
HSL color Cylindrical-coordinate representation of color #6D5069: hue angle of 308.28º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D5069 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 80 | 105 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.57 |
| HSL | 308.28º | 0.15% | 0.37% | - |
| HSV(B) | 308.28º | 0.27% | 0.43% | - |
| XYZ | 11.73 | 10.01 | 14.68 | - |
| YUV | 91.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 80 | 105 | 0 | 0.27 | 0.04 | 0.57 | 308.28 | 0.15 | 0.37 |
| Hex | 6D | 50 | 69 | 0 | 1B | 4 | 39 | 134 | F | 25 |
| Octal | 155 | 120 | 151 | 0 | 33 | 4 | 71 | 464 | 17 | 45 |
| Binary | 1101101 | 1010000 | 1101001 | 0 | 11011 | 100 | 111001 | 100110100 | 1111 | 100101 |
Color Harmonies of #6D5069
Complementary color
Monochromatic Colors of #6D5069
Black with #6D5069
Text Example
Text Example
White with #6D5069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5069; }
p { color: rgb(109,80,105); }
H1.HeaderClassName
{
color: #6D5069;
}
.AnyTagClassName
{
color: #6D5069;
}
</style>
background-color css
<style>
a { background-color: #6D5069; }
a { background-color: rgb(109,80,105); }
div.DivClassName
{
background-color: #6D5069;
}
.BgClassName
{
background-color: #6D5069;
}
</style>
border-color css
<style>
span { border-color: #6D5069; }
span { border-color: rgb(109,80,105); }
td.TdClassName
{
border-color: #6D5069;
}
.TagClassName
{
border-color: #6D5069;
}
</style>