#685EEC

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

Shades of Medium Slate Blue #685EEC

Tints of Medium Slate Blue #685EEC

Color information

#685EEC (or 0x685EEC) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 5E and EC. RGB value is (104,94,236). Sum of RGB (Red+Green+Blue) = 104+94+236=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #685EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685EEC is #97A113. Grayscale: #707070. Windows color (decimal): -9937172 or 15490664. OLE color: 15490664.

HSL color Cylindrical-coordinate representation of color #685EEC: hue angle of 244.23º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #685EEC is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10494236-
CMYK0.560.6000.07
HSL244.23º78.89%64.71%-
HSV(B)244.23º60.17%92.55%-
XYZ24.851781.33-
YUV113.18197.31121.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.96%
GREEN value IS 94 (37.11% from 255) = 21.66%
BLUE value IS 236 (92.58% from 255) = 54.38%
R=23.96%
G=21.66%
B=54.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal104942360.560.6000.07244.2378.8964.71
Hex685EEC383C07f44f41
Octal150136354707407364117101
Binary110100010111101110110011100011110001111111010010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685EEC; }

 p { color: rgb(104,94,236); }

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

<style>
 a { background-color: #685EEC; }

 a { background-color: rgb(104,94,236); }

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

<style>
 span { border-color: #685EEC; }

 span { border-color: rgb(104,94,236); }

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