#686EFD

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

Shades of Medium Slate Blue #686EFD

Tints of Medium Slate Blue #686EFD

Color information

#686EFD (or 0x686EFD) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 6E and FD. RGB value is (104,110,253). Sum of RGB (Red+Green+Blue) = 104+110+253=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #686EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686EFD is #979102. Grayscale: #7B7B7B. Windows color (decimal): -9933059 or 16608872. OLE color: 16608872.

HSL color Cylindrical-coordinate representation of color #686EFD: hue angle of 237.58º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #686EFD is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB104110253-
CMYK0.590.5700.01
HSL237.58º97.39%70%-
HSV(B)237.58º58.89%99.22%-
XYZ29.0121.1995.49-
YUV124.51200.51113.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.27%
GREEN value IS 110 (43.36% from 255) = 23.55%
BLUE value IS 253 (99.22% from 255) = 54.18%
R=22.27%
G=23.55%
B=54.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1041102530.590.5700.01237.5897.3970
Hex686EFD3B3901ee6146
Octal150156375737101356141106
Binary1101000110111011111101111011111001011110111011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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