Shades of Salt Box #6A6769
Tints of Salt Box #6A6769
RGB
CMYK
RGB Variations
Color information
#6A6769 (or 0x6A6769) is known color: Salt Box. HEX triplet: 6A, 67 and 69. RGB value is (106,103,105). Sum of RGB (Red+Green+Blue) = 106+103+105=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6769 is #959896. Grayscale: #686868. Windows color (decimal): -9803927 or 6907754. OLE color: 6907754.
HSL color Cylindrical-coordinate representation of color #6A6769: hue angle of 320º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #6A6769 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 103 | 105 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.58 |
| HSL | 320º | 0.01% | 0.41% | - |
| HSV(B) | 320º | 0.03% | 0.42% | - |
| XYZ | 13.34 | 13.78 | 15.32 | - |
| YUV | 104.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 103 | 105 | 0 | 0.03 | 0.01 | 0.58 | 320 | 0.01 | 0.41 |
| Hex | 6A | 67 | 69 | 0 | 3 | 1 | 3A | 140 | 1 | 29 |
| Octal | 152 | 147 | 151 | 0 | 3 | 1 | 72 | 500 | 1 | 51 |
| Binary | 1101010 | 1100111 | 1101001 | 0 | 11 | 1 | 111010 | 101000000 | 1 | 101001 |
Color Harmonies of #6A6769
Complementary color
Monochromatic Colors of #6A6769
Black with #6A6769
Text Example
Text Example
White with #6A6769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6769; }
p { color: rgb(106,103,105); }
H1.HeaderClassName
{
color: #6A6769;
}
.AnyTagClassName
{
color: #6A6769;
}
</style>
background-color css
<style>
a { background-color: #6A6769; }
a { background-color: rgb(106,103,105); }
div.DivClassName
{
background-color: #6A6769;
}
.BgClassName
{
background-color: #6A6769;
}
</style>
border-color css
<style>
span { border-color: #6A6769; }
span { border-color: rgb(106,103,105); }
td.TdClassName
{
border-color: #6A6769;
}
.TagClassName
{
border-color: #6A6769;
}
</style>