6 PT to REM

Result

6 pt = 0.5016 rem


Explanation

  • PT — 6

To convert 6 points to REM you need to multiply PT value by 0.0836, in our case: 6 × 0.0836. In result we'll receive that 6 pt is equal to 0.5016 rem

CSS code for 6 PT to REM

p { font-size: 0.5016rem }

HTML (inline CSS):

<p style="font-size: 0.5016rem">Hello World<p>
Open PT to REM converter