#6E6DF4

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

Shades of Medium Slate Blue #6E6DF4

Tints of Medium Slate Blue #6E6DF4

Color information

#6E6DF4 (or 0x6E6DF4) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 6D and F4. RGB value is (110,109,244). Sum of RGB (Red+Green+Blue) = 110+109+244=463 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.76% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 244 (95.70% from 255 or 52.70% from 463); Max value from RGB is 244 - color contains mainly: blue. Hex color #6E6DF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6DF4 is #91920B. Grayscale: #7C7C7C. Windows color (decimal): -9540108 or 16018798. OLE color: 16018798.

HSL color Cylindrical-coordinate representation of color #6E6DF4: hue angle of 240.44º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E6DF4 is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB110109244-
CMYK0.550.5500.04
HSL240.44º85.99%69.22%-
HSV(B)240.44º55.33%95.69%-
XYZ28.2320.7888.11-
YUV124.69195.33117.52-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.76%
GREEN value IS 109 (42.97% from 255) = 23.54%
BLUE value IS 244 (95.70% from 255) = 52.70%
R=23.76%
G=23.54%
B=52.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1101092440.550.5500.04240.4485.9969.22
Hex6E6DF4373704f05645
Octal156155364676704360126105
Binary110111011011011111010011011111011101001111000010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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