If you've chosen the image to be compressed, which is the default Unity option, then Unity will force its dimensions to be power-of-two. 800x600 is not, so it will make it 1024x512, or maybe even 1024x1024, depending on the compression format. Either turn off compression, or use power-of-two texture sizes.