You have tackled a very difficult counting problem.
I think that you have greatly over counted the possible pairings.
You did this by considering the pairs as if they were different.
It is as if you were putting two socks each into seven different drawers.
Consider the problem with fewer pairs.
Suppose we had only two blue pair and one red pair.
The total paring would be: (B,B)(B,B)(R,R) or (B,B)(B,R)(B,R).
That is, there would only be two different parings.
Again, take two blue pair, a red pair and a white pair.
(B,B)(B,B)(R,R)(W,W)
(B,B)(B,B)(R,W)(R,W)
(B,B)(B,R)(B,R)(W,W)
(B,B)(B,W)(B,W) (R,R)
(B,B)(B,R) (B,W) (R,W)
(B,R)(B,R)(B,W)(B,W)
Thus, now we have exactly only six possible pairings.