Shades of Salt Box #6A536A
Tints of Salt Box #6A536A
RGB
CMYK
RGB Variations
Color information
#6A536A (or 0x6A536A) is known color: Salt Box. HEX triplet: 6A, 53 and 6A. RGB value is (106,83,106). Sum of RGB (Red+Green+Blue) = 106+83+106=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 106 - color contains mainly: red, blue. Hex color #6A536A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A536A is #95AC95. Grayscale: #5C5C5C. Windows color (decimal): -9809046 or 6968170. OLE color: 6968170.
HSL color Cylindrical-coordinate representation of color #6A536A: hue angle of 300º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6A536A is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 83 | 106 | - |
| CMYK | 0 | 0.22 | 0 | 0.58 |
| HSL | 300º | 0.12% | 0.37% | - |
| HSV(B) | 300º | 0.22% | 0.42% | - |
| XYZ | 11.64 | 10.29 | 15.01 | - |
| YUV | 92.5 | 135.62 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 83 | 106 | 0 | 0.22 | 0 | 0.58 | 300 | 0.12 | 0.37 |
| Hex | 6A | 53 | 6A | 0 | 16 | 0 | 3A | 12C | C | 25 |
| Octal | 152 | 123 | 152 | 0 | 26 | 0 | 72 | 454 | 14 | 45 |
| Binary | 1101010 | 1010011 | 1101010 | 0 | 10110 | 0 | 111010 | 100101100 | 1100 | 100101 |
Color Harmonies of #6A536A
Complementary color
Monochromatic Colors of #6A536A
Black with #6A536A
Text Example
Text Example
White with #6A536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A536A; }
p { color: rgb(106,83,106); }
H1.HeaderClassName
{
color: #6A536A;
}
.AnyTagClassName
{
color: #6A536A;
}
</style>
background-color css
<style>
a { background-color: #6A536A; }
a { background-color: rgb(106,83,106); }
div.DivClassName
{
background-color: #6A536A;
}
.BgClassName
{
background-color: #6A536A;
}
</style>
border-color css
<style>
span { border-color: #6A536A; }
span { border-color: rgb(106,83,106); }
td.TdClassName
{
border-color: #6A536A;
}
.TagClassName
{
border-color: #6A536A;
}
</style>