I need a hex code color chart...

liunx

Guest
Anyone know of a list of hex codes that order colors sequentially? Something that goes from dark red to light red to .... whatever is next, instead of organizing by numeric/ alphabetic. I am looking for a list of the hex codes as they would appear across the color spectrum moving left to right. <br />
<br />
red...blue...green..yellow...purple....violet<br />
<br />
if anyone can point me towards a list, that would be wonderful. <br />
<br />
If youd like to know why I want this, its because I am toying with a page that sets the CSS of the page to a different hex color code every 20 seconds. To make the effect subtle, Id like to include the variances in shade between colors.... sort of a slow transition between colors so that it is not noticeable for a while.<br />
<br />
Finally I am going to make the page 'remember' what color you were on when you clicked to the next page. That would mean if you were in mid blue when you clicked on a link, the new page would start with mid blue and continue on through the spectrum. <br />
<br />
<br />
Thanks for your help!<!--content-->I'm not sure if this is sorta what you're looking for but check it out.<br />
<br />
<!-- m --><a class="postlink" href="http://www.e-pixs.com/colors2.html">http://www.e-pixs.com/colors2.html</a><!-- m --><!--content-->Doc, if you can wait until I get off work I have some cool javascript color charts that just might work for you.<!--content-->Originally posted by kevin <br />
I'm not sure if this is sorta what you're looking for but check it out.<br />
<br />
<br />
Me too,I'm not sure if this is sorta what you're looking for but check it out :D <br />
<br />
<br />
<!-- m --><a class="postlink" href="http://www.pixi.com/~jenkins/ColorHTML/rgb.html">http://www.pixi.com/~jenkins/ColorHTML/rgb.html</a><!-- m --><!--content-->thanks Kevin and Fred for your suggestions. <br />
<br />
Basically what I was looking for is a transitional hex code chart across the spectrum like the gif below. I think once you see the pic, you'll have a better understanding of what I am looking for. Most color charts are disjointed... that is to say they show shades of red fine, nut not the points that red changes into orange. <br />
<br />
Heres that pic....<!--content-->well I thought I had one that looks like that gif, but I have others one<!--content-->or this one.<!--content-->Try this one:<br />
<br />
<!-- m --><a class="postlink" href="http://hotwired.lycos.com/webmonkey/reference/color_codes/">http://hotwired.lycos.com/webmonkey/ref ... lor_codes/</a><!-- m --><!--content-->Try this one as well:<br />
<br />
<!-- m --><a class="postlink" href="http://www.lynda.com/hexh.html">http://www.lynda.com/hexh.html</a><!-- m --><br />
<br />
I think this is more what you're looking for.<!--content-->Here's a site where you can purchase color charts and the like. They look very good.<br />
<br />
<!-- m --><a class="postlink" href="http://www.visibone.com/color/">http://www.visibone.com/color/</a><!-- m --><br />
<br />
Here's a close-up of their Color Chart:<br />
<br />
<!-- m --><a class="postlink" href="http://www.visibone.com/color/chart2x.html">http://www.visibone.com/color/chart2x.html</a><!-- m --><br />
<br />
And, no, I don't work for them. It just looks like they have a great product.<!--content-->those are all really good charts.... but they dont show me how to get across the spectrum cleanly. Looks like I can open up photoshop, and just go down one by one with the slider, and note the hex codes. I'll probably have to use web safe colors anyway. <br />
<br />
Thanks for all your help!<!--content-->Originally posted by Dr. Web <br />
those are all really good charts.... but they dont show me how to get across the spectrum cleanly. Looks like I can open up photoshop, and just go down one by one with the slider, and note the hex codes. I'll probably have to use web safe colors anyway. <br />
<br />
Thanks for all your help! Don't give up yet!!!<br />
<br />
Here's exactly what you need ;):<br />
<br />
<!-- m --><a class="postlink" href="http://www.freetoolkit.net/genr/color_picker.htm">http://www.freetoolkit.net/genr/color_picker.htm</a><!-- m --><!--content-->Originally posted by Mark <br />
Don't give up yet!!!<br />
<br />
Here's exactly what you need ;):<br />
<br />
<!-- m --><a class="postlink" href="http://www.freetoolkit.net/genr/color_picker.htm">http://www.freetoolkit.net/genr/color_picker.htm</a><!-- m --> <br />
cool beans mark! I like that one!<br />
<br />
that will come in handy for a color schema persentation... now the only thing left is to have the cell/font/background colors user defined for the new site that hopefully will be ready for fall! (personal work, NOT BR related)<br />
<br />
this will save me some time for the colors while my PA people are at their desk tinkering with ideas!<br />
chris<pixelmonkey>:monkey:<!--content-->Mark, that was seriously cool! I think I am going to use it on some of my pages! I nominate this as a most helpful thread award!<!--content-->Mark, is that your site?... Ok, I see that it is indeed your site. Good stuff there, though a little compact.<!--content-->Originally posted by pixelmonkey <br />
now the only thing left is to have the cell/font/background colors user defined for the new site that hopefully will be ready for fall! thanks. I will add it for the background colout of the page too! :)<!--content-->mark, did you write that script? If so I have an idea.....<!--content-->...one for the Java crowd...<br />
<br />
<!-- m --><a class="postlink" href="http://www.pikeus.freeserve.co.uk/applets/colorchart/colorchart.html">http://www.pikeus.freeserve.co.uk/apple ... chart.html</a><!-- m --><!--content-->Originally posted by Dr. Web <br />
mark, did you write that script? If so I have an idea..... no, but what is your idea?<!--content-->well, it had to do with changing the color scheme of a page with a slider instead of a button. You had most of the code down, however yours was pretty tricky for the average surfer to figure out. <br />
<br />
I was going to make a slider that went from red to orange to yellow to green to blue to black. <br />
<br />
Your existing sliders simply ajust how much red, green, or blue exist. Playing with the sliders was a hit and miss affair if your goal was to 'make' a color. Try orange. Pretty tricky. <br />
<br />
Anyway, I may pass on the idea, and just use color buttons as you saw on the screenshot I sent ya. I think five colors for manipulation is good. I also may allow the user to set the opacity of the color by pressing it multiple times. We'll see. I don't see that div opacity is supported in N6, but I may be suprised. Also, it wouldn't matter if if N6 cant reflow the page... wouldn't be worth a reload.<!--content-->Originally posted by Dr. Web <br />
well, it had to do with changing the color scheme of a page with a slider instead of a button. You had most of the code down, however yours was pretty tricky for the average surfer to figure out. <br />
<br />
I was going to make a slider that went from red to orange to yellow to green to blue to black. <br />
<br />
Your existing sliders simply ajust how much red, green, or blue exist. Playing with the sliders was a hit and miss affair if your goal was to 'make' a color. Try orange. Pretty tricky. <br />
<br />
Anyway, I may pass on the idea, and just use color buttons as you saw on the screenshot I sent ya. I think five colors for manipulation is good. I also may allow the user to set the opacity of the color by pressing it multiple times. We'll see. I don't see that div opacity is supported in N6, but I may be suprised. Also, it wouldn't matter if if N6 cant reflow the page... wouldn't be worth a reload. I thought about it, and now I have another colour picker here: <!-- m --><a class="postlink" href="http://www.freetoolkit.net/genr/color_picker_b.htm">http://www.freetoolkit.net/genr/color_picker_b.htm</a><!-- m --> <br />
<br />
It has about the same concept as you wanted it (highlighted in italics). ;)<!--content-->mark, thats a really good one. I am not sure if I can incorporate it into my site though. Where do you get these?<!--content-->Originally posted by Dr. Web <br />
mark, thats a really good one. I am not sure if I can incorporate it into my site though. Where do you get these? I got this (<!-- m --><a class="postlink" href="http://www.freetoolkit.net/genr/color_picker_b.htm">http://www.freetoolkit.net/genr/color_picker_b.htm</a><!-- m -->) from here (<!-- m --><a class="postlink" href="http://navsurf.com/colorpicker.asp">http://navsurf.com/colorpicker.asp</a><!-- m -->)<!--content-->Here is a chart that kind of follows the gradual changes of colors, at least it has the progession of hex codes.<!--content-->
 
Back
Top