#6D64DE

Color #6D64DE Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6D64DE

Tints of Slate Blue #6D64DE

Color information

#6D64DE (or 0x6D64DE) is unknown color: approx Slate Blue. HEX triplet: 6D, 64 and DE. RGB value is (109,100,222). Sum of RGB (Red+Green+Blue) = 109+100+222=431 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.29% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #6D64DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D64DE is #929B21. Grayscale: #747474. Windows color (decimal): -9607970 or 14574701. OLE color: 14574701.

HSL color Cylindrical-coordinate representation of color #6D64DE: hue angle of 244.43º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D64DE is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB109100222-
CMYK0.510.5500.13
HSL244.43º64.89%63.14%-
HSV(B)244.43º54.95%87.06%-
XYZ24.0517.6471.24-
YUV116.6187.48122.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 25.29%
GREEN value IS 100 (39.45% from 255) = 23.20%
BLUE value IS 222 (87.11% from 255) = 51.51%
R=25.29%
G=23.20%
B=51.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1091002220.510.5500.13244.4364.8963.14
Hex6D64DE33370Df4413f
Octal155144336636701536410177
Binary110110111001001101111011001111011101101111101001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D64DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D64DE; }

 p { color: rgb(109,100,222); }

 H1.HeaderClassName
 {
   color: #6D64DE;
 }
 .AnyTagClassName
 {
   color: #6D64DE;
 }
</style>
background-color css

<style>
 a { background-color: #6D64DE; }

 a { background-color: rgb(109,100,222); }

 div.DivClassName
 {
   background-color: #6D64DE;
 }
 .BgClassName
 {
   background-color: #6D64DE;
 }
</style>
border-color css

<style>
 span { border-color: #6D64DE; }

 span { border-color: rgb(109,100,222); }

 td.TdClassName
 {
   border-color: #6D64DE;
 }
 .TagClassName
 {
   border-color: #6D64DE;
 }
</style>