Shades of Salt Box #6C616A
Tints of Salt Box #6C616A
RGB
CMYK
RGB Variations
Color information
#6C616A (or 0x6C616A) is known color: Salt Box. HEX triplet: 6C, 61 and 6A. RGB value is (108,97,106). Sum of RGB (Red+Green+Blue) = 108+97+106=311 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.73% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 108 - color contains mainly: red. Hex color #6C616A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C616A is #939E95. Grayscale: #656565. Windows color (decimal): -9674390 or 6971756. OLE color: 6971756.
HSL color Cylindrical-coordinate representation of color #6C616A: hue angle of 310.91º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6C616A is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 97 | 106 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.58 |
| HSL | 310.91º | 0.05% | 0.4% | - |
| HSV(B) | 310.91º | 0.1% | 0.42% | - |
| XYZ | 13.06 | 12.78 | 15.41 | - |
| YUV | 101.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 97 | 106 | 0 | 0.10 | 0.02 | 0.58 | 310.91 | 0.05 | 0.4 |
| Hex | 6C | 61 | 6A | 0 | A | 2 | 3A | 137 | 5 | 28 |
| Octal | 154 | 141 | 152 | 0 | 12 | 2 | 72 | 467 | 5 | 50 |
| Binary | 1101100 | 1100001 | 1101010 | 0 | 1010 | 10 | 111010 | 100110111 | 101 | 101000 |
Color Harmonies of #6C616A
Complementary color
Monochromatic Colors of #6C616A
Black with #6C616A
Text Example
Text Example
White with #6C616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C616A; }
p { color: rgb(108,97,106); }
H1.HeaderClassName
{
color: #6C616A;
}
.AnyTagClassName
{
color: #6C616A;
}
</style>
background-color css
<style>
a { background-color: #6C616A; }
a { background-color: rgb(108,97,106); }
div.DivClassName
{
background-color: #6C616A;
}
.BgClassName
{
background-color: #6C616A;
}
</style>
border-color css
<style>
span { border-color: #6C616A; }
span { border-color: rgb(108,97,106); }
td.TdClassName
{
border-color: #6C616A;
}
.TagClassName
{
border-color: #6C616A;
}
</style>