The standard formula for this is abs(ax1 + by1 + cz1 + d)/sqrt(a2 + b2 + c2)
Where (x1,y1,z1) = (-2,0,3) and a,b,c,d are the coefficients of x, y, & z with the constant (d) (2,-3,1,-6)
S0 Distance = abs(2*-2 + (-3)*(0) + 1*3 + (-6) )/sqrt(22 + (-3)2 + 12)
Distance = abs(-7)/3.742 = 1.871