#6D6EE1

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

Shades of Medium Slate Blue #6D6EE1

Tints of Medium Slate Blue #6D6EE1

Color information

#6D6EE1 (or 0x6D6EE1) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 6E and E1. RGB value is (109,110,225). Sum of RGB (Red+Green+Blue) = 109+110+225=444 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.55% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 225 (88.28% from 255 or 50.68% from 444); Max value from RGB is 225 - color contains mainly: blue. Hex color #6D6EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6EE1 is #92911E. Grayscale: #7A7A7A. Windows color (decimal): -9605407 or 14773869. OLE color: 14773869.

HSL color Cylindrical-coordinate representation of color #6D6EE1: hue angle of 239.48º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D6EE1 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB109110225-
CMYK0.520.5100.12
HSL239.48º65.91%65.49%-
HSV(B)239.48º51.56%88.24%-
XYZ25.4719.8473.72-
YUV122.81185.67118.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.55%
GREEN value IS 110 (43.36% from 255) = 24.77%
BLUE value IS 225 (88.28% from 255) = 50.68%
R=24.55%
G=24.77%
B=50.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1091102250.520.5100.12239.4865.9165.49
Hex6D6EE134330Cef4241
Octal1551563416463014357102101
Binary1101101110111011100001110100110011011001110111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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