If the image is really a scan or screenshot of text, Kaizen OCR & PDF extracts the words themselves — offline on Windows, in 100+ languages, with batch processing.
Browser version: the free Image to Text tool.
Every click gives the same colour three ways, because different jobs want different notation: HEX (#1a73e8) for CSS and design tools, RGB for code that mixes or animates colour, and HSL when you want to reason about a colour — nudge lightness for a hover state, drop saturation for a disabled state — without redoing the maths.
The eight swatches under the picker are the image's most common colours, averaged from every pixel (not just the one you clicked). Typical uses:
Building out a site with what you picked? Generate the matching favicon, shrink your images with PNG to WebP, or browse the whole free tools collection.
Drop or paste the image above, hover to see live values, and click the pixel you want — the HEX code is copied to your clipboard instantly, with RGB and HSL shown alongside.
Monitors render colour differently, and the browser may apply the image's embedded colour profile. The values here are the actual pixel data — what varies is each display's interpretation of it.
Yes — take the screenshot, then press Ctrl+V on this page. The clipboard image loads straight onto the canvas.
Pixels are sampled across the whole image and grouped into colour buckets; the eight most-populated buckets are averaged into swatches. It's a fast, dependable approximation of what your eye reads as the image's main colours.
No — the canvas, the picking and the palette maths all run in your browser. The image never leaves your device, and the page works offline.