SyntaxFix
Write A Post
Hire A Developer
Questions
If you absolutely must use HTML to give your text color, you have to use the (deprecated) <font>-tag:
<font>
<h2><font color="#006699">Process Report</font></h2>
But otherwise, I strongly recommend you to do as rekire said: use CSS.