There are 2 ways to do this. Remember that parallel lines have the same slope.
1. Solve for b.
y = mx + b
-6 = -8(2) + b
-6 = - 16 + b
b = 10
y = -8x + 10
2. Use the point-slope formula.
y - y1 = m(x - x1)
y - (-6) = -8(x - 2)
y + 6 = -8x + 16
y = -8x + 10