6 PT to PX
Result
6 pt = 7.98 px
Explanation
- Points — 6
To convert 6 points to pixels you need to multiply PT value by 1.33, in our case: 6 × 1.33. In result we'll receive that 6 pt is equal to 7.98 pixels (px)
CSS code for 6 PT to PX
p { font-size: 7.98px }
HTML (inline CSS):
<p style="font-size: 7.98px">Hello World<p>