#6E6DE0

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

Shades of Medium Slate Blue #6E6DE0

Tints of Medium Slate Blue #6E6DE0

Color information

#6E6DE0 (or 0x6E6DE0) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 6D and E0. RGB value is (110,109,224). Sum of RGB (Red+Green+Blue) = 110+109+224=443 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.83% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 224 (87.89% from 255 or 50.56% from 443); Max value from RGB is 224 - color contains mainly: blue. Hex color #6E6DE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6DE0 is #91921F. Grayscale: #797979. Windows color (decimal): -9540128 or 14708078. OLE color: 14708078.

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

Color convert

RGB110109224-
CMYK0.510.5100.12
HSL240.52º64.97%65.29%-
HSV(B)240.52º51.34%87.84%-
XYZ25.3519.6372.97-
YUV122.41185.33119.15-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.83%
GREEN value IS 109 (42.97% from 255) = 24.60%
BLUE value IS 224 (87.89% from 255) = 50.56%
R=24.83%
G=24.60%
B=50.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1101092240.510.5100.12240.5264.9765.29
Hex6E6DE033330Cf14141
Octal1561553406363014361101101
Binary1101110110110111100000110011110011011001111000110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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