Shades of Salt Box #6E606A
Tints of Salt Box #6E606A
RGB
CMYK
RGB Variations
Color information
#6E606A (or 0x6E606A) is known color: Salt Box. HEX triplet: 6E, 60 and 6A. RGB value is (110,96,106). Sum of RGB (Red+Green+Blue) = 110+96+106=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 110 - color contains mainly: red. Hex color #6E606A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E606A is #919F95. Grayscale: #656565. Windows color (decimal): -9543574 or 6971502. OLE color: 6971502.
HSL color Cylindrical-coordinate representation of color #6E606A: hue angle of 317.14º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6E606A is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 96 | 106 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.57 |
| HSL | 317.14º | 0.07% | 0.4% | - |
| HSV(B) | 317.14º | 0.13% | 0.43% | - |
| XYZ | 13.21 | 12.72 | 15.39 | - |
| YUV | 101.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 96 | 106 | 0 | 0.13 | 0.04 | 0.57 | 317.14 | 0.07 | 0.4 |
| Hex | 6E | 60 | 6A | 0 | D | 4 | 39 | 13D | 7 | 28 |
| Octal | 156 | 140 | 152 | 0 | 15 | 4 | 71 | 475 | 7 | 50 |
| Binary | 1101110 | 1100000 | 1101010 | 0 | 1101 | 100 | 111001 | 100111101 | 111 | 101000 |
Color Harmonies of #6E606A
Complementary color
Monochromatic Colors of #6E606A
Black with #6E606A
Text Example
Text Example
White with #6E606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E606A; }
p { color: rgb(110,96,106); }
H1.HeaderClassName
{
color: #6E606A;
}
.AnyTagClassName
{
color: #6E606A;
}
</style>
background-color css
<style>
a { background-color: #6E606A; }
a { background-color: rgb(110,96,106); }
div.DivClassName
{
background-color: #6E606A;
}
.BgClassName
{
background-color: #6E606A;
}
</style>
border-color css
<style>
span { border-color: #6E606A; }
span { border-color: rgb(110,96,106); }
td.TdClassName
{
border-color: #6E606A;
}
.TagClassName
{
border-color: #6E606A;
}
</style>