Normalize a hex color to #rrggbb for <input type="color">. 3-digit hex is expanded; 8-digit hex drops alpha. Returns null if not hex.
#rrggbb
<input type="color">
Normalize a hex color to
#rrggbbfor<input type="color">. 3-digit hex is expanded; 8-digit hex drops alpha. Returns null if not hex.