While thinking about an unrelated problem, I had to decide whether $6$ was a primitive root with respect to multiple prime moduli. I could discover no obvious pattern as to primes for which $6$ is a primitive root: $11,13,17,41,59,61,\dots$; and those for which it is not: $19,23,29,31,37,43,47,53,67,71,73,\dots$. (The primes $2,3,5,7$ are not included in the analysis for the essentially trivial reason that $6\equiv 0,\pm 1$ with respect to those moduli.) After a little deeper look, I observed that $6$ is not a primitive root of prime $p\ge 11$ when $\exists n<p-1$ such that $2^n$ and $3^n$ are multiplicative inverses of each other $\bmod p$. When this occurred, it often, but not exclusively, occurred at $n=\frac{p-1}{2}$. For modest size primes, calculation is not an insurmountable obstacle, but as the primes grow in magnitude, calculation becomes correspondingly more tedious.
My question is this: Is there an easy way determine (short of actual calculation) for a given prime $p$ whether $6$ will be a primitive root?