Clustering Similar Colors
Group colors by how similar they are.
In[1]:=

colors = RandomColor[30]
Out[1]=

In[2]:=

Dendrogram[colors, ImageSize -> 500]
Out[2]=

Group colors by how similar they are.
colors = RandomColor[30]
Dendrogram[colors, ImageSize -> 500]