If "hexa-" is a prefix representing six

Solution 1:

Hexa- is the Greek prefix for the number six, from hex, "six"; cf. hexagon, hexameter, hexad, etc.

Decimus is the Latin ordinal number "tenth"; cf. decimate, decimal.

This hybrid construction hexadecimal is strange but often seen in English to mean "sixteenth" or "pertaining to sixteen". It does not exist in either Latin or Greek, of course.

In Latin, it would be sedecimus, "sixteenth", leading to English sedecimal.

In Greek, in would be hekkaidekatos, "sixteenth", possibly leading to English heccaedecatic; but derivations of such polysyllabic Greek numbers are rarely used in English. The prefix would be heccaedeca-, as in a heccaedeca(h)edron, a polyhedron with sixteen surfaces.

Solution 2:

If decimal is "ten-ly", hexadecimal is "six-ten-ly", or "sixteenly".

Solution 3:

The prefix “hexa-” originally means six, it's “hexadecim-” that means sixteen. (Latin and greek had constructions similar to English for numbers between 13 and 19.) In computer-related usage, base 16 is very common, so the prefix for 16 has come to be systematically abbreviated “hex-” or “hexa-”. Since base 6 is never used, there's no ambiguity.

Solution 4:

Because "sexadecimal" would be considered too rude for IBM in the 50s.

Knuth says that it should be "senidenary." (The art of computer programming vol. 2 Seminumerical Algorithms p200.)