Unit Converter · Length & font-size

6rem to pt

6rem = 72pt

Assumes a root font-size of 16px (the browser default). Adjust it in the calculator below if your project uses a different base.

Quick converter

Type into any field — every unit in this category updates instantly.

Root font-size 16px

Common rem → pt values

Click any row to open its dedicated page.

rempt
4rem 48pt
6rem 72pt
8rem 96pt
10rem 120pt
12rem 144pt
14rem 168pt
16rem 192pt
18rem 216pt
20rem 240pt
24rem 288pt
28rem 336pt
32rem 384pt
36rem 432pt
40rem 480pt
44rem 528pt
48rem 576pt
56rem 672pt
64rem 768pt
72rem 864pt
80rem 960pt
96rem 1152pt
112rem 1344pt
128rem 1536pt
144rem 1728pt
160rem 1920pt
192rem 2304pt
224rem 2688pt
256rem 3072pt

Convert 6rem to other units

Formula

rem = px ÷ root-font-size and px = rem × root-font-size. Browsers default the root font-size to 16px, so 1rem normally equals 16px unless the page (or the user's browser settings) changes it.

em works the same way, but relative to the parent element's font-size rather than the root — the numbers only match rem when nothing in the ancestor chain has resized the font.

pt is a print unit: 1pt = 1.333px, based on the fixed 96px-per-inch / 72pt-per-inch relationship browsers use.

Use it in code

Click to copy.