Color picker utility (color pipette) in Ubuntu

UbuntuColor Picker

Ubuntu Problem Overview


I'am looking for a color picker utility on Ubuntu/Debian. Anything simple and easy to use.

Ubuntu Solutions


Solution 1 - Ubuntu

I recommend GPick:

sudo apt-get install gpick

Applications -> Graphics -> GPick

It has many more features than gcolor2 but is still extremely simple to use: click on one of the hex swatches, move your mouse around the screen over the colours you want to pick, then press the Space bar to add to your swatch list.

If that doesn't work, another way is to click-and-drag from the centre of the hexagon and release your mouse over the pixel that you want to sample. Then immediately hit Space to copy that color into the next swatch in rotation.

It also has a traditional colour picker (like gcolor2) in the bottom right-hand corner of the window to allow you to pick individual colours with magnification.

Solution 2 - Ubuntu

You can install the package gcolor2 for this:

sudo apt-get install gcolor2

Then:

Applications -> Graphics -> GColor2

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionleninzprahyView Question on Stackoverflow
Solution 1 - UbuntuSebView Answer on Stackoverflow
Solution 2 - UbuntuMarvin PintoView Answer on Stackoverflow