Shades of Salt Box #6A5168
Tints of Salt Box #6A5168
RGB
CMYK
RGB Variations
Color information
#6A5168 (or 0x6A5168) is known color: Salt Box. HEX triplet: 6A, 51 and 68. RGB value is (106,81,104). Sum of RGB (Red+Green+Blue) = 106+81+104=291 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.43% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5168 is #95AE97. Grayscale: #5B5B5B. Windows color (decimal): -9809560 or 6836586. OLE color: 6836586.
HSL color Cylindrical-coordinate representation of color #6A5168: hue angle of 304.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6A5168 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 81 | 104 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.58 |
| HSL | 304.8º | 0.13% | 0.37% | - |
| HSV(B) | 304.8º | 0.24% | 0.42% | - |
| XYZ | 11.38 | 9.95 | 14.42 | - |
| YUV | 91.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 81 | 104 | 0 | 0.24 | 0.02 | 0.58 | 304.8 | 0.13 | 0.37 |
| Hex | 6A | 51 | 68 | 0 | 18 | 2 | 3A | 131 | D | 25 |
| Octal | 152 | 121 | 150 | 0 | 30 | 2 | 72 | 461 | 15 | 45 |
| Binary | 1101010 | 1010001 | 1101000 | 0 | 11000 | 10 | 111010 | 100110001 | 1101 | 100101 |
Color Harmonies of #6A5168
Complementary color
Monochromatic Colors of #6A5168
Black with #6A5168
Text Example
Text Example
White with #6A5168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5168; }
p { color: rgb(106,81,104); }
H1.HeaderClassName
{
color: #6A5168;
}
.AnyTagClassName
{
color: #6A5168;
}
</style>
background-color css
<style>
a { background-color: #6A5168; }
a { background-color: rgb(106,81,104); }
div.DivClassName
{
background-color: #6A5168;
}
.BgClassName
{
background-color: #6A5168;
}
</style>
border-color css
<style>
span { border-color: #6A5168; }
span { border-color: rgb(106,81,104); }
td.TdClassName
{
border-color: #6A5168;
}
.TagClassName
{
border-color: #6A5168;
}
</style>