If $6|n$ then $n=6k=3k+2k+k$. And $3k|n$, $2k|n$ and $k|n$.
Now let $p,q$ and $r$ be three distinct divisors of $n$ so that :
$$n=p+q+r$$
Because $p|n $, $ q|n$ and $r|n$ I figured that $p|q+r $, $ q|p+r$ and $r|p+q$.
I tried to prove that n is even or a multiple of 3 but without much luck.
How can I prove the statement?
Your first line demonstrates that $$6|n \implies \exists (a,b,c) : (n = a + b + c) \wedge (a|n \wedge b|n \wedge c|n)$$ which is the "only if" part -- six divides $n$ only if $n$ can be written as the sum of three divisors. So we must now take care of the "if" part.
So assume (hypothesis of the "if" clause") $\exists (a,b,c) : (n = a + b + c) \wedge (n = pa \wedge n = qb \wedge n = rc)$. Then $$ \frac{n}{a} = 1 + \frac{b}{a}+ \frac{c}{a} = 1+ \frac{n}{qa}+ \frac{n}{ra} \\ \frac1{a}=\frac{1}{n}+\frac{1}{qa}+\frac1{ra}=\frac{1}a \left( \frac{1}{p}+\frac{1}{q}+\frac1{r} \right) \\ \frac{1}{p}+\frac{1}{q}+\frac1{r} = 1 $$ with $p,q,r$ positive integers.
Then at least one of $(p,q,r)$ must be less than or equal to $3$ because $\frac14+\frac14+\frac14 < 1$. One might consider $p=q=r=3$, but then $n$ does not have three distinct divisors. Sb one of them needs to be $2$; without loss of generality we can take $p=2$. Then $$\frac{1}{2}+\frac{1}{q}+\frac1{r} = 1 \implies \frac{1}{q}+\frac1{r} =\frac12 $$
So at least one of $(q,r)$ must be less than or equal to $4$ because $\frac15+\frac15 < \frac12$. $q = \frac14$ does not work because that would give $r = \frac14 = q$ and again they are not distinct. Thus $q=3$, and that implies that $r=6$. So $n = 2a = 3b = 6c$. But $n = 6c \implies 6|n$ which is what we were trying to prove.