Senary to Hexadecimal Converter

Convert Senary (Base 6) to Hexadecimal (Base 16) with step-by-step solution.

Valid digits: 012345
255 (Base 6) = 6B (Base 16)
Step-by-Step Solution
1Convert Senary to Decimal:

Each digit × 6^position:

DigitValuePositionCalculationResult
2222 × 6^272
5515 × 6^130
5505 × 6^05
Sum: 72 + 30 + 5 = 107
2Convert Decimal to Hexadecimal:

Divide by 16, collect remainders:

StepDividend÷ 16QuotientRemainderDigit
1107÷ 16611B
26÷ 16066
Read bottom to top: 6B
3Result:
255 (Base 6) = 6B (Base 16)

Conversion Table

DecimalSenaryHexadecimal
000
111
222
333
444
555
6106
7117
8128
9139
1014A
1523F
162410
203214
325220

255 (Base 6) in All Bases

Number SystemBaseValue
Binary21101011
Octal8153
Decimal10107
Hexadecimal166B
Ternary310222
Quaternary41223
Quinary5412
Septenary7212
Duodecimal128B
Vigesimal2057
Duotrigesimal323B
Hexatrigesimal362Z

Popular Conversions

How to Convert Senary to Hexadecimal

To convert from Senary (base 6) to Hexadecimal (base 16), first convert to decimal, then convert from decimal to Hexadecimal.

About Senary

Highest 1-digit prime base. Uses digits: 012345

About Hexadecimal

Used in programming and colors. Uses digits: 0123456789ABCDEF