latex white table rule color
\documentclass{article}
\usepackage[table]{xcolor}
\begin{document}
\bgroup
\arrayrulecolor{white} % Rule color set to white
\begin{tabular}{|*6{c|}}\hline
a & b & c & d & e & f\\\hline
a & b & c & d & e & f\\\hline
\end{tabular}
\egroup
\end{document}