Shades of Salt Box #6D5068
Tints of Salt Box #6D5068
RGB
CMYK
RGB Variations
Color information
#6D5068 (or 0x6D5068) is known color: Salt Box. HEX triplet: 6D, 50 and 68. RGB value is (109,80,104). Sum of RGB (Red+Green+Blue) = 109+80+104=293 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.20% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5068 is #92AF97. Grayscale: #5B5B5B. Windows color (decimal): -9613208 or 6836333. OLE color: 6836333.
HSL color Cylindrical-coordinate representation of color #6D5068: hue angle of 310.34º 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 #6D5068 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 80 | 104 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.57 |
| HSL | 310.34º | 0.15% | 0.37% | - |
| HSV(B) | 310.34º | 0.27% | 0.43% | - |
| XYZ | 11.67 | 9.99 | 14.41 | - |
| YUV | 91.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 80 | 104 | 0 | 0.27 | 0.05 | 0.57 | 310.34 | 0.15 | 0.37 |
| Hex | 6D | 50 | 68 | 0 | 1B | 5 | 39 | 136 | F | 25 |
| Octal | 155 | 120 | 150 | 0 | 33 | 5 | 71 | 466 | 17 | 45 |
| Binary | 1101101 | 1010000 | 1101000 | 0 | 11011 | 101 | 111001 | 100110110 | 1111 | 100101 |
Color Harmonies of #6D5068
Complementary color
Monochromatic Colors of #6D5068
Black with #6D5068
Text Example
Text Example
White with #6D5068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5068; }
p { color: rgb(109,80,104); }
H1.HeaderClassName
{
color: #6D5068;
}
.AnyTagClassName
{
color: #6D5068;
}
</style>
background-color css
<style>
a { background-color: #6D5068; }
a { background-color: rgb(109,80,104); }
div.DivClassName
{
background-color: #6D5068;
}
.BgClassName
{
background-color: #6D5068;
}
</style>
border-color css
<style>
span { border-color: #6D5068; }
span { border-color: rgb(109,80,104); }
td.TdClassName
{
border-color: #6D5068;
}
.TagClassName
{
border-color: #6D5068;
}
</style>