#686AE0

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

Shades of Medium Slate Blue #686AE0

Tints of Medium Slate Blue #686AE0

Color information

#686AE0 (or 0x686AE0) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 6A and E0. RGB value is (104,106,224). Sum of RGB (Red+Green+Blue) = 104+106+224=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #686AE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686AE0 is #97951F. Grayscale: #767676. Windows color (decimal): -9934112 or 14707304. OLE color: 14707304.

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

Color convert

RGB104106224-
CMYK0.540.5300.12
HSL239º65.93%64.31%-
HSV(B)239º53.57%87.84%-
XYZ24.3218.6372.84-
YUV118.85187.34117.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.96%
GREEN value IS 106 (41.80% from 255) = 24.42%
BLUE value IS 224 (87.89% from 255) = 51.61%
R=23.96%
G=24.42%
B=51.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1041062240.540.5300.1223965.9364.31
Hex686AE036350Cef4240
Octal1501523406665014357102100
Binary1101000110101011100000110110110101011001110111110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,106,224); }

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

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

 a { background-color: rgb(104,106,224); }

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

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

 span { border-color: rgb(104,106,224); }

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