Hexagon Area Calculator

Find the area of a regular hexagon from any measurement you have.

Ad placeholder (leaderboard)
Enjoying the tools? Go Pro for £4.99 (one-time) and remove all ads — forever, on this device. Remove ads — £4.99

A hexagon area calculator that accepts any measurement you happen to have — side length, apothem, long diagonal, short diagonal, or perimeter — and returns the exact area of a regular hexagon instantly. It also shows an SVG diagram with the key dimensions labelled, a step-by-step working panel, and copy buttons on every result. Everything runs in your browser; no data is ever sent to a server.

What is a regular hexagon?

A regular hexagon is a six-sided polygon where every side is the same length and every interior angle is 120 degrees. It has a special place in geometry because it tiles a plane perfectly with no gaps — honeycombs, floor tiles, and circuit-board pads all exploit this property. It is also the most efficient shape that can be cut from a circle, since a regular hexagon inscribed in a circle uses about 82.7% of the circle’s area.

The shape has three pairs of parallel sides. The distance between one pair of parallel sides is the short diagonal (also called the width across flats, or the wrench size for a hex nut). The distance between two opposite vertices is the long diagonal. The perpendicular from the centre to the midpoint of any side is the apothem (inradius).

How the area formula is derived

A regular hexagon can be cut into six congruent equilateral triangles, each with side length s. The area of one equilateral triangle is (sqrt(3)/4) * s^2. Multiply by six:

A = 6 * (sqrt(3)/4) * s^2
  = (6*sqrt(3)/4) * s^2
  = (3*sqrt(3)/2) * s^2
  ≈ 2.598076 * s^2

The calculator uses this exact formula with full floating-point precision. If you start from a measurement other than the side length, the tool first solves for s using the relevant inverse formula, then applies the area equation.

Solve-for-variable shortcuts

What you knowFormula to get side s
Side length sDirect
Apothem as = 2a / sqrt(3)
Long diagonal ds = d / 2
Short diagonal ws = w / sqrt(3)
Perimeter Ps = P / 6

Once s is known, every other property follows:

  • Area = (3*sqrt(3)/2) * s^2
  • Apothem = (sqrt(3)/2) * s
  • Long diagonal = 2 * s
  • Short diagonal = s * sqrt(3)
  • Perimeter = 6 * s

Worked example

A hexagonal floor tile has a short diagonal (flat-to-flat width) of 20 cm. What is its area?

  1. Find the side: s = 20 / sqrt(3) = 20 / 1.73205… = 11.547 cm
  2. Apply the area formula: A = (3*sqrt(3)/2) * 11.547^2 = 2.598 * 133.33 = 346.41 cm^2
  3. The apothem is (sqrt(3)/2) * 11.547 = 10.0 cm (half the short diagonal, as expected).

You can verify this instantly: enter 20 in the calculator with “Short diagonal” selected and unit cm — the area should read 346.41 cm^2 at six decimal places.

Known inputValueResulting area
Side10 cm259.808 cm^2
Apothem10 cm346.410 cm^2
Long diagonal20 cm259.808 cm^2
Short diagonal20 cm346.410 cm^2
Perimeter60 cm259.808 cm^2

Practical applications

  • Hex nuts and bolts: the short diagonal is the wrench/spanner size; the area formula tells you the cross-sectional material area of the fastener head.
  • Tiling and paving: hexagonal tiles are specified by the flat-to-flat width; the area lets you calculate how many tiles cover a floor.
  • Board-game grids: wargames and strategy games use hexagonal grids where each hex represents a real-world area — knowing the tile area at scale gives the ground coverage.
  • Honeycomb structures: beehive cells and lightweight aerospace panels use regular hexagons because they maximise enclosed area for a given perimeter length.
  • PCB design: hexagonal copper pads pack more tightly than circular ones; the area formula determines copper coverage percentage.
Ad placeholder (rectangle)