Divisible by 6, means divisible by 2 and 3.
Divisible by 2: Even units digit
Divisible by 3: Sum of digits must be divisible by 3.
We have 0,2,4,6,8 for the possibilities for being divisible by 2:
For the divisibility of 3, let's add the values up: 9+8+7+6+5+4+3+2=44
Since the divisibility of 2, means an even units digit, we have:
44+0=44
44+2=46
44+4=48
44+6=50
44+8=52
These values are divisible by 2 (for sure), but we need to check if they're divisible by 3.
44=4+4=8, not divisible by 3
46=4+6=10, not divisible by 3
48= 4+8=12, it is divisible by 3 (yes!)
50=5+0=5, not divisible by 3
52=5+2=7, not divisible by 3
We have one possible value, which is 48.
Thus, our answer is \(48-44=\boxed{4}\)
.