#686ee1

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

Shades of Medium Slate Blue #686EE1

Tints of Medium Slate Blue #686EE1

Color information

#686EE1 (or 0x686EE1) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 6E and E1. RGB value is (104,110,225). Sum of RGB (Red+Green+Blue) = 104+110+225=439 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.69% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 225 (88.28% from 255 or 51.25% from 439); Max value from RGB is 225 - color contains mainly: blue. Hex color #686EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686EE1 is #97911E. Grayscale: #787878. Windows color (decimal): -9933087 or 14773864. OLE color: 14773864.

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

Color convert

RGB104110225-
CMYK0.540.5100.12
HSL237.02º66.85%64.51%-
HSV(B)237.02º53.78%88.24%-
XYZ24.8819.5373.69-
YUV121.32186.51115.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.69%
GREEN value IS 110 (43.36% from 255) = 25.06%
BLUE value IS 225 (88.28% from 255) = 51.25%
R=23.69%
G=25.06%
B=51.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1041102250.540.5100.12237.0266.8564.51
Hex686EE136330Ced4341
Octal1501563416663014355103101
Binary1101000110111011100001110110110011011001110110110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686ee1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686ee1; }

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

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

<style>
 a { background-color: #686ee1; }

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

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

<style>
 span { border-color: #686ee1; }

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

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