#6D6ED4

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

Shades of Slate Blue #6D6ED4

Tints of Slate Blue #6D6ED4

Color information

#6D6ED4 (or 0x6D6ED4) is unknown color: approx Slate Blue. HEX triplet: 6D, 6E and D4. RGB value is (109,110,212). Sum of RGB (Red+Green+Blue) = 109+110+212=431 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.29% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 212 (83.20% from 255 or 49.19% from 431); Max value from RGB is 212 - color contains mainly: blue. Hex color #6D6ED4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6ED4 is #92912B. Grayscale: #787878. Windows color (decimal): -9605420 or 13921901. OLE color: 13921901.

HSL color Cylindrical-coordinate representation of color #6D6ED4: hue angle of 239.42º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D6ED4 is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB109110212-
CMYK0.490.4800.17
HSL239.42º54.5%62.94%-
HSV(B)239.42º48.58%83.14%-
XYZ23.7719.1664.73-
YUV121.33179.17119.21-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.29%
GREEN value IS 110 (43.36% from 255) = 25.52%
BLUE value IS 212 (83.20% from 255) = 49.19%
R=25.29%
G=25.52%
B=49.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1091102120.490.4800.17239.4254.562.94
Hex6D6ED43130011ef363f
Octal15515632461600213576677
Binary110110111011101101010011000111000001000111101111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,110,212); }

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

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

 a { background-color: rgb(109,110,212); }

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

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

 span { border-color: rgb(109,110,212); }

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