Shades of Salt Box #6A6267
Tints of Salt Box #6A6267
RGB
CMYK
RGB Variations
Color information
#6A6267 (or 0x6A6267) is known color: Salt Box. HEX triplet: 6A, 62 and 67. RGB value is (106,98,103). Sum of RGB (Red+Green+Blue) = 106+98+103=307 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.53% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6267 is #959D98. Grayscale: #646464. Windows color (decimal): -9805209 or 6775402. OLE color: 6775402.
HSL color Cylindrical-coordinate representation of color #6A6267: hue angle of 322.5º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6A6267 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 98 | 103 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.58 |
| HSL | 322.5º | 0.04% | 0.4% | - |
| HSV(B) | 322.5º | 0.08% | 0.42% | - |
| XYZ | 12.76 | 12.78 | 14.63 | - |
| YUV | 100.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 98 | 103 | 0 | 0.08 | 0.03 | 0.58 | 322.5 | 0.04 | 0.4 |
| Hex | 6A | 62 | 67 | 0 | 8 | 3 | 3A | 142 | 4 | 28 |
| Octal | 152 | 142 | 147 | 0 | 10 | 3 | 72 | 502 | 4 | 50 |
| Binary | 1101010 | 1100010 | 1100111 | 0 | 1000 | 11 | 111010 | 101000010 | 100 | 101000 |
Color Harmonies of #6A6267
Complementary color
Monochromatic Colors of #6A6267
Black with #6A6267
Text Example
Text Example
White with #6A6267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6267; }
p { color: rgb(106,98,103); }
H1.HeaderClassName
{
color: #6A6267;
}
.AnyTagClassName
{
color: #6A6267;
}
</style>
background-color css
<style>
a { background-color: #6A6267; }
a { background-color: rgb(106,98,103); }
div.DivClassName
{
background-color: #6A6267;
}
.BgClassName
{
background-color: #6A6267;
}
</style>
border-color css
<style>
span { border-color: #6A6267; }
span { border-color: rgb(106,98,103); }
td.TdClassName
{
border-color: #6A6267;
}
.TagClassName
{
border-color: #6A6267;
}
</style>