A number is divisible by $6$ if it's divisible by $2$ and by $3.$ It's divisible by $3$ if the sum of the digits is divisible by $3.$ So we have to pick three different digits from $1,2,3,4,5,6,7,8,9$ and arrange them so that the last digit is even.
The nonzero digits fall into three residue classes:
$1,4,7$ leave a remainder of $1$ when divided by $3$;
$2,5,8$ leave a remainder of $2$ when divided by $3$;
$3,6,9$ leave a remainder of $0i$ when divided by $3.$
In order for the sum of our three digits to be divisible by $3,$ we must either pick them all from the same class, or else one from each class. And of course the final digit has to be $2,4,6,$ or $8.$
How many numbers ending with $2$? The other two digits can be in the same class ($1$ way, namely, $5$ and $8$) or one from each of the other two classes ($3\times3=9$ ways), so there are $10$ ways to choose the other two digits, and either one can come first, so there are $20$ numbers ending with $2$ that satisfy the conditions. Likewise there are $20$ ending with $4,6,$ and $8,$ for a total of $\boxed{80}.$
Or you could just count them by hand.