import sys print('Yes' if int(sys.stdin.readline()) % 6 == 0 else 'No')