#686EDE

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

Shades of Medium Slate Blue #686EDE

Tints of Medium Slate Blue #686EDE

Color information

#686EDE (or 0x686EDE) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 6E and DE. RGB value is (104,110,222). Sum of RGB (Red+Green+Blue) = 104+110+222=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #686EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686EDE is #979121. Grayscale: #787878. Windows color (decimal): -9933090 or 14577256. OLE color: 14577256.

HSL color Cylindrical-coordinate representation of color #686EDE: hue angle of 236.95º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #686EDE is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB104110222-
CMYK0.530.5000.13
HSL236.95º64.13%63.92%-
HSV(B)236.95º53.15%87.06%-
XYZ24.4719.3771.56-
YUV120.97185.01115.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.85%
GREEN value IS 110 (43.36% from 255) = 25.23%
BLUE value IS 222 (87.11% from 255) = 50.92%
R=23.85%
G=25.23%
B=50.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1041102220.530.5000.13236.9564.1363.92
Hex686EDE35320Ded4040
Octal1501563366562015355100100
Binary1101000110111011011110110101110010011011110110110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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