Open
Description
In the HTML 5 spec for color input elements, it says that values should always be a 6character hex code. If it does not match that format, then the browser will use #000000 as the default value for your fields.
It would be really handy to have the option to convert all of the colors to that format so that they can be used in forms without needing to do further processing of them.