Aug 22 2008
Colour palette
Last week I ran into a little hassle with the creation of my PowerPoint tutorial for the Thutong portal. My colours were not quite “going together”. Joy, my colleague advised me to use similar colour palettes. Now for those of us, who are not art teachers, finding the right colour scheme might not seem so easy after all!
So today I stumbled on a little script which can help you with your colour choices! And it even give you the names of the colours
Here is the link: http://chir.ag/phernalia/name-that-color/
var n_match = ntc.name("#6195ED"); n_rgb = n_match[0]; // RGB value of closest match n_name = n_match[1]; // Text string: Color name n_exactmatch = n_match[2]; // True if exact color match
alert(n_match);
Create a free edublog to get your own comment avatar (and more!)

