Color Forest: Color Code Dictionary

List of color code on website and gradation code

You can see where the color code is actually used in the photo. You can find the relevant color code from the color code point in the photo.

#6a5acd slateblue

This color is a color that can be used safely on the website, which also has an English name.



Gradation color code


d9d5f2

d2cdf0

cac5ed

c3bdeb

bbb4e8

b4ace6

ada4e3

a59ce1

9e93de

968bdc

8f83d9

877bd7

8072d4

786ad2

7162cf

6455c2

5f51b8

5a4cae

5448a4

4f4399

4a3f8f

443a85

3f367b

3a3170

352d66

2f285c

2a2452

251f47

1f1b3d

1a1633


Similar colors

red
ff0000
crimson
dc143c

c71585
deeppink
ff1493
hotpink
ff69b4

db7093
orange
ffa500
lightpink
ffb6c1
thistle
d8bfd8
magenta
ff00ff
fuchsia
ff00ff
violet
ee82ee
plum
dda0dd
orchid
da70d6

ba55d3

9932cc

9400d3

8b008b
purple
800080
indigo
4b0082

483d8b

8a2be2

9370db

6a5acd

7b68ee


Take a look at photos that use this color code





List of acquiring color codes from photos with one click



CSS creation

				.slateblue{
	color : #6a5acd;
}
				

Or

.slateblue {
color : slateblue;
}
				


CSS usage example

<span class="slateblue">
This color is slateblue.
</span>
				


Write directly in style on HTML

	<span style="color:slateblue">
	This color isslateblue.
	</span>
				


Applying CSS
This color isslateblue.



RGB (three primary color) values

R : 106
G : 90
B : 205



Back to top

Color Floresta.