To make the text color of all <h6> headers black using a hexadecimal value, what CSS code would you use?
<h6>
h6 { text-color: #000000; }
h6 { heading-color: #000000; }
h6 { color: #000000; }
h6 { font-color: #000000; }