#6d5ee7

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

Shades of Medium Slate Blue #6D5EE7

Tints of Medium Slate Blue #6D5EE7

Color information

#6D5EE7 (or 0x6D5EE7) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 5E and E7. RGB value is (109,94,231). Sum of RGB (Red+Green+Blue) = 109+94+231=434 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.12% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 231 (90.62% from 255 or 53.23% from 434); Max value from RGB is 231 - color contains mainly: blue. Hex color #6D5EE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D5EE7 is #92A118. Grayscale: #717171. Windows color (decimal): -9609497 or 15162989. OLE color: 15162989.

HSL color Cylindrical-coordinate representation of color #6D5EE7: hue angle of 246.57º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D5EE7 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10994231-
CMYK0.530.5900.09
HSL246.57º74.05%63.73%-
HSV(B)246.57º59.31%90.59%-
XYZ24.7317.0377.58-
YUV114.1193.97124.36-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.12%
GREEN value IS 94 (37.11% from 255) = 21.66%
BLUE value IS 231 (90.62% from 255) = 53.23%
R=25.12%
G=21.66%
B=53.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal109942310.530.5900.09246.5774.0563.73
Hex6D5EE7353B09f74a40
Octal1551363476573011367112100
Binary1101101101111011100111110101111011010011111011110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d5ee7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,94,231); }

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

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

 a { background-color: rgb(109,94,231); }

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

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

 span { border-color: rgb(109,94,231); }

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