Regular hexagon calculator
Tell the tool what you know — the side length, the long or short diagonal, or the area — and it derives every other property of a regular hexagon: area, perimeter, both diagonals and the apothem. It is useful for tiling, nut-and-bolt sizing, board-game grids, and geometry homework.
How it works
The calculator first solves for the side length from whatever you entered, then computes the rest. A regular hexagon is six equilateral triangles meeting at the centre, which gives these exact relationships (where s is the side):
- Area = (3√3 / 2) · s² ≈ 2.598 · s²
- Perimeter = 6 · s
- Long diagonal (vertex to vertex) = 2 · s
- Short diagonal (flat to flat, the width across flats) = s · √3 ≈ 1.732 · s
- Apothem (centre to side midpoint) = (√3 / 2) · s ≈ 0.866 · s
If you start from the area, it reverses the area formula: s = √(2·area / (3√3)).
Example
For a hexagon with side = 10:
| Property | Formula | Value |
|---|---|---|
| Area | 2.598 × 10² | 259.81 |
| Perimeter | 6 × 10 | 60 |
| Long diagonal | 2 × 10 | 20 |
| Short diagonal | 10 × √3 | 17.32 |
| Apothem | 0.866 × 10 | 8.66 |
All calculations stay in your browser; nothing is uploaded.