Hexadecimal color chart $css
"; for($g=0;$g<6;$g++) for($r=0;$r<6;$r++) for($b=0;$b<6;$b++){ $x1=$b*8+$r*48+1; $y1=$g*11+1; $x2=$x1+8; $y2=$y1+11; $c=substr(dechex(16777216+$r*51*65536+(5-$g)*51*256+$b*51),-6); print ""; } print "
$tblstart $tccell1>
Click a color to get its HTML color value.
- #$inpt=hexval size=6 value='000000' id='hexval' onkeyup='hex(value)' maxlength=6> $tblend $tblend "; ?>