#686EF1

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

Shades of Medium Slate Blue #686EF1

Tints of Medium Slate Blue #686EF1

Color information

#686EF1 (or 0x686EF1) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 6E and F1. RGB value is (104,110,241). Sum of RGB (Red+Green+Blue) = 104+110+241=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 241 (94.53% from 255 or 52.97% from 455); Max value from RGB is 241 - color contains mainly: blue. Hex color #686EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686EF1 is #97910E. Grayscale: #7A7A7A. Windows color (decimal): -9933071 or 15822440. OLE color: 15822440.

HSL color Cylindrical-coordinate representation of color #686EF1: hue angle of 237.37º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #686EF1 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB104110241-
CMYK0.570.5400.05
HSL237.37º83.03%67.65%-
HSV(B)237.37º56.85%94.51%-
XYZ27.1620.4585.73-
YUV123.14194.51114.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.86%
GREEN value IS 110 (43.36% from 255) = 24.18%
BLUE value IS 241 (94.53% from 255) = 52.97%
R=22.86%
G=24.18%
B=52.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1041102410.570.5400.05237.3783.0367.65
Hex686EF1393605ed5344
Octal150156361716605355123104
Binary110100011011101111000111100111011001011110110110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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