To find the new point after a rotation of 90 degrees clockwise, we can use the standard rule for rotating points in the coordinate plane.
For a point \( (x, y) \), a rotation of 90 degrees clockwise transforms it to \( (y, -x) \).
For point A with coordinates \( (2, 6) \):
- The new x-coordinate will be the original y-coordinate: \( 6 \)
- The new y-coordinate will be the negative of the original x-coordinate: \( -2 \)
Therefore, after rotating point A(2, 6) 90 degrees clockwise, it will be at the new coordinates \( (6, -2) \).
So the answer is:
\[ ([6], [-2]) \]