#6D5DE9

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

Shades of Medium Slate Blue #6D5DE9

Tints of Medium Slate Blue #6D5DE9

Color information

#6D5DE9 (or 0x6D5DE9) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 5D and E9. RGB value is (109,93,233). Sum of RGB (Red+Green+Blue) = 109+93+233=435 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.06% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 233 (91.41% from 255 or 53.56% from 435); Max value from RGB is 233 - color contains mainly: blue. Hex color #6D5DE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D5DE9 is #92A216. Grayscale: #717171. Windows color (decimal): -9609751 or 15293805. OLE color: 15293805.

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

Color convert

RGB10993233-
CMYK0.530.6000.09
HSL246.86º76.09%63.92%-
HSV(B)246.86º60.09%91.37%-
XYZ24.9316.9679.05-
YUV113.74195.3124.62-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.06%
GREEN value IS 93 (36.72% from 255) = 21.38%
BLUE value IS 233 (91.41% from 255) = 53.56%
R=25.06%
G=21.38%
B=53.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal109932330.530.6000.09246.8676.0963.92
Hex6D5DE9353C09f74c40
Octal1551353516574011367114100
Binary1101101101110111101001110101111100010011111011110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,93,233); }

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

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

 a { background-color: rgb(109,93,233); }

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

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

 span { border-color: rgb(109,93,233); }

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