What Is a Hexagon?
A hexagon is a closed two-dimensional polygon with six sides, six vertices, and six interior angles.
The name comes from Greek: hexa (six) + gonía (corner / angle) — literally "six corners".
A hexagon is a polygon — specifically the one with the smallest number of sides whose interior angles each equal $120°$ in the regular case. It sits between the pentagon (5 sides) and the heptagon (7 sides) in the polygon family.
The Five Types of Hexagons
Hexagons are classified by two independent dimensions: whether all sides and angles are equal (regular vs irregular) and whether all interior angles are less than $180°$ (convex vs concave). A complex hexagon — one where sides cross each other — is a separate category.
1. Regular Hexagon
All six sides equal, all six interior angles equal ($120°$ each). The most-pictured kind. Has the maximum symmetry possible for a hexagon: six lines of symmetry and rotational symmetry of order 6.
2. Irregular Hexagon
A hexagon where the sides are not all equal, or the angles are not all equal (or both). Still has six sides and six interior angles summing to $720°$.
3. Convex Hexagon
All six interior angles are strictly less than $180°$. Every diagonal stays inside the hexagon. A regular hexagon is always convex.
4. Concave Hexagon
At least one interior angle is greater than $180°$ — this creates an inward dent in the shape. At least one diagonal exits the hexagon and re-enters.
5. Complex (Self-Intersecting) Hexagon
The sides cross each other — looks like a six-sided star or a tangled hexagon. Less common in school geometry; appears in advanced contexts.
The Properties of a Hexagon
These properties apply to all hexagons (regular and irregular) unless noted.
Property | Value |
|---|---|
Number of sides | $6$ |
Number of vertices | $6$ |
Number of interior angles | $6$ |
Sum of interior angles | $720°$ |
Sum of exterior angles | $360°$ (always — true for every polygon) |
Number of diagonals | $9$ |
Each interior angle (regular only) | $120°$ |
Each exterior angle (regular only) | $60°$ |
Lines of symmetry (regular only) | $6$ |
Rotational symmetry (regular only) | Order $6$ ($60°$ rotation) |
Sum of Interior Angles — Why $720°$?
The formula for the sum of interior angles of any polygon with $n$ sides:
$$S = (n - 2) \times 180°$$
For a hexagon, $n = 6$:
$$S = (6 - 2) \times 180° = 4 \times 180° = 720°$$
In a regular hexagon, the $720°$ divides equally across the six angles:
$$\text{Each interior angle} = \frac{720°}{6} = 120°$$
Exterior Angles
The exterior angles of any polygon (hexagon or otherwise) sum to exactly $360°$. In a regular hexagon, that $360°$ divides evenly across the six exterior angles:
$$\text{Each exterior angle} = \frac{360°}{6} = 60°$$
And interior + exterior at each vertex = $120° + 60° = 180°$ (a linear pair).
Number of Diagonals
The general formula for the number of diagonals of an $n$-sided polygon:
$$D = \frac{n(n - 3)}{2}$$
For a hexagon:
$$D = \frac{6 \times 3}{2} = 9 \text{ diagonals}$$
These nine diagonals divide a regular hexagon into smaller triangles — six congruent equilateral triangles when you draw all three "long" diagonals through the centre.
Area of a Hexagon
Regular Hexagon — The Direct Formula
For a regular hexagon with side length $s$:
$$\boxed{A = \frac{3\sqrt{3}}{2}, s^2}$$
This is the formula you'll use 90% of the time in school problems.
Quick numerical reference:
Side length $s$ | Area $\frac{3\sqrt{3}}{2}s^2$ |
|---|---|
$1$ unit | $\approx 2.598$ |
$2$ units | $\approx 10.392$ |
$5$ units | $\approx 64.952$ |
$10$ units | $\approx 259.808$ |
Regular Hexagon — The Apothem Method
The apothem is the perpendicular distance from the centre of the hexagon to the midpoint of a side. For any regular polygon:
$$A = \frac{1}{2} \times \text{perimeter} \times \text{apothem}$$
For a regular hexagon with side $s$, the apothem is $a = \frac{s\sqrt{3}}{2}$, so:
$$A = \frac{1}{2} \times 6s \times \frac{s\sqrt{3}}{2} = \frac{3\sqrt{3}}{2}, s^2$$
Same formula — different derivation. The apothem method generalises to any regular polygon, which is why it's worth knowing.
Regular Hexagon — The Six-Equilateral-Triangle Method
A regular hexagon can be divided into six congruent equilateral triangles by drawing the three long diagonals through the centre. Each equilateral triangle has side $s$ and area $\frac{\sqrt{3}}{4} s^2$. The hexagon's area is the total:
$$A = 6 \times \frac{\sqrt{3}}{4} s^2 = \frac{6\sqrt{3}}{4} s^2 = \frac{3\sqrt{3}}{2}, s^2$$
Three derivations, one answer. This third method is the most visually intuitive — and it's why honeycomb's hexagonal cells tile the plane so efficiently (next section).
Irregular Hexagon — No Single Formula
For an irregular hexagon, there is no single area formula. Three common methods:
Decompose into triangles. Split the hexagon into triangles using diagonals, find each triangle's area, sum.
Decompose into rectangles + triangles. If the hexagon has any parallel sides, this often produces cleaner arithmetic.
Coordinate (shoelace) formula. If the six vertices have known $(x, y)$ coordinates, use the shoelace formula:
$$A = \frac{1}{2}\left|\sum_{i=1}^{n}(x_i y_{i+1} - x_{i+1} y_i)\right|$$
Perimeter of a Hexagon
Regular Hexagon
All six sides equal, so:
$$P = 6s$$
Irregular Hexagon
Sum of the six (different) side lengths:
$$P = a + b + c + d + e + f$$
Three Worked Examples — Quick, Standard, Stretch
Quick — Area of a regular hexagon
A regular hexagon has side length $s = 4$ cm. Find its area.
$$A = \frac{3\sqrt{3}}{2}(4)^2 = \frac{3\sqrt{3}}{2} \times 16 = 24\sqrt{3} \approx 41.57 \text{ cm}^2$$
Answer: the area is $24\sqrt{3} \approx 41.57$ cm².
Standard — Area from perimeter (Wrong Path Shown First)
The perimeter of a regular hexagon is $30$ cm. Find its area.
Wrong path. A student substitutes the perimeter directly into the area formula: $A = \frac{3\sqrt{3}}{2}(30)^2 = 1{,}350\sqrt{3}$. That treats the side length as 30 — but 30 is the perimeter, not the side. The student has multiplied the side by 6 and then squared the result.
Right path. First find the side length:
$$s = \frac{P}{6} = \frac{30}{6} = 5 \text{ cm}$$
Then apply the area formula:
$$A = \frac{3\sqrt{3}}{2}(5)^2 = \frac{3\sqrt{3}}{2} \times 25 = \frac{75\sqrt{3}}{2} \approx 64.95 \text{ cm}^2$$
Answer: the area is $\frac{75\sqrt{3}}{2} \approx 64.95$ cm².
Stretch — Find the apothem and use it
A regular hexagon has area $96\sqrt{3}$ cm². Find its side length, perimeter, and apothem.
Start from the area formula and solve for $s$:
$$\frac{3\sqrt{3}}{2} s^2 = 96\sqrt{3}$$ $$s^2 = \frac{96\sqrt{3} \times 2}{3\sqrt{3}} = \frac{192}{3} = 64$$ $$s = 8 \text{ cm}$$
Now perimeter and apothem:
Perimeter: $P = 6 \times 8 = 48$ cm.
Apothem: $a = \frac{s\sqrt{3}}{2} = \frac{8\sqrt{3}}{2} = 4\sqrt{3} \approx 6.93$ cm.
Verify the apothem-method area: $A = \frac{1}{2} \times 48 \times 4\sqrt{3} = 96\sqrt{3}$ ✓.
Answer: $s = 8$ cm, $P = 48$ cm, apothem $a = 4\sqrt{3} \approx 6.93$ cm.
Why Hexagons Show Up Everywhere
The hexagon is one of three shapes (with the equilateral triangle and the square) that tiles the plane — covers a flat surface with no gaps and no overlaps. Of those three, the hexagon is the most efficient: it encloses the most area per unit perimeter. This is the geometric reason hexagons appear so often in nature.
Honeybee combs. Bees build hexagonal cells because they enclose the most honey per unit of wax. The Honeycomb Conjecture — proved by mathematician Thomas C. Hales in 1999 — confirmed that regular hexagons are the most efficient way to tile a plane with equal-area regions.
Graphene and carbon nanotubes. The atomic structure of graphene is a perfect hexagonal lattice — each carbon atom bonded to three others at $120°$ angles. This single-atom-thick hexagonal sheet is the strongest known material per weight.
Snowflakes. Snowflakes form with six-fold symmetry because of the molecular geometry of water — the angle between hydrogen bonds in ice crystals is approximately $120°$.
Basalt columns. The Giant's Causeway in Northern Ireland and the Devils Postpile in California feature thousands of hexagonal basalt columns — formed when slow-cooling lava cracks into the most-efficient tessellation.
Insect compound eyes. A housefly's compound eye contains thousands of hexagonal facets (ommatidia), tessellated for maximum light-gathering area.
Nuts, bolts, and Allen keys. Hexagonal heads on bolts give wrenches six grip points at $60°$ apart — enough for solid torque, not so many that the head becomes a circle.
Soccer balls. The traditional (Telstar 1970) football pattern is a truncated icosahedron — 20 hexagons + 12 pentagons.
The board games Settlers of Catan, Hex, and Civ V. Hexagonal grids give six neighbours per cell (vs four for a square grid), modelling distance and adjacency more naturally.
Aramid fibres (Kevlar). The molecular structure includes hexagonal benzene rings that give Kevlar its extreme tensile strength.
Spot the Trap Before You Fall In
Mistake 1: Using the side length when the apothem is given (and vice versa).
Where it slips in: a problem gives the apothem $a$ but the student plugs it into $\frac{3\sqrt{3}}{2}s^2$ as if it were the side length.
The fix: the apothem is not the side length. For a regular hexagon, $a = \frac{s\sqrt{3}}{2}$, which means $s = \frac{2a}{\sqrt{3}}$. Convert before applying the area formula, or use the alternative apothem-method formula $A = \frac{1}{2} \times P \times a$.
Mistake 2: Forgetting that the area formula applies only to regular hexagons.
Where it slips in: the formula $\frac{3\sqrt{3}}{2}s^2$ is taught as "the hexagon area formula" but it only works when all six sides are equal.
The fix: for an irregular hexagon, decompose into triangles or use the shoelace formula. The single-formula approach is regular hexagons only.
Mistake 3: Misremembering the interior angle as $60°$ instead of $120°$.
Where it slips in: the exterior angle of a regular hexagon is $60°$ and students sometimes confuse the two.
The fix: interior angle + exterior angle = $180°$. For a regular hexagon, interior is $120°$ and exterior is $60°$. Memory anchor: 120 inside, 60 outside.
Mistake 4: Treating perimeter as side length.
Where it slips in: a problem states the perimeter and the student plugs it directly into the area formula. (See the Standard worked example above.)
The fix: perimeter divided by 6 gives the side length for a regular hexagon. Always identify what's given before applying a formula.
Key Takeaways
A hexagon is a six-sided polygon with six vertices, six interior angles, and an interior-angle sum of $720°$.
A regular hexagon has all sides equal, all angles equal ($120°$), six lines of symmetry, and rotational symmetry of order 6.
The area of a regular hexagon with side $s$ is $\frac{3\sqrt{3}}{2}s^2$ — derivable three different ways (direct, apothem method, six-equilateral-triangle decomposition).
A hexagon has 9 diagonals and 6 exterior angles (each $60°$ in a regular hexagon).
Hexagons tile the plane efficiently — the geometric reason they appear in honeycomb, graphene, snowflakes, basalt columns, and bolt heads.
Five Minutes of Practice
Find the area of a regular hexagon with side length $6$ cm.
A regular hexagon has perimeter $72$ cm. Find its side length, area, and apothem.
Find the sum of interior angles of a hexagon (verify with the formula).
How many diagonals does a hexagon have? Show your work using the formula.
A regular hexagon has area $54\sqrt{3}$ cm². Find its side length.
If problem 5 returned $s = 6$ cm — you've got it. Want a Bhanzu trainer to walk through more polygon problems? Book a free demo class — online globally.
Was this article helpful?
Your feedback helps us write better content