Color Hex Logo

#686ebe Color Hex

#686EBE
(104,110,190)
0 Favorites   0 Comments

Color spaces of #686ebe

RGB 104110190
HSL0.660.400.58
HSV236°45°75°
CMYK 0.450.420.00   0.25
XYZ20.579117.812651.0687
Yxy17.81260.23000.1991
Hunter Lab42.205013.1777-42.1984
CIE-Lab49.268018.9106-42.8608

#686ebe color RGB value is (104,110,190).

#686ebe hex color red value is 104, green value is 110 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #686ebe hue: 0.66 , saturation: 0.40 and the lightness value of 686ebe is 0.58.

The process color (four color CMYK) of #686ebe color hex is 0.45, 0.42, 0.00, 0.25. Web safe color of #686ebe is #6666cc. Color #686ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101110 10111110
Octal 150 156 276
Decimal 104 110 190
Hex 68 6E BE

RGB Percentages of Color #686ebe

%25.74
%27.23
%47.03

CMYK Percentages of Color #686ebe

%45
%42
%0
%25

Triadic Colors of #686ebe

#686ebe #be686e #6ebe68

Analogous Colors of #686ebe

#686ebe #8d68be #6899be

Monochromatic Colors of #686ebe

#686ebe

Complementary Color

#686ebe #beb868

#686ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#686ebe Color CSS Codes

.mybgcolor {background-color:#686ebe; } 
.myforecolor {color:#686ebe; }
.mybordercolor {border:3px solid #686ebe; }

#686ebe Text Font Color

<p style="color:#686ebe">Text here</p>

This sample text font color is #686ebe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#686ebe Background Color

<div style="background-color:#686ebe">
Div content here</div>

This div background color is #686ebe


#686ebe Border Color

<div style="border:3px solid #686ebe">
Div here</div>

This div border color is #686ebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,110,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #686ebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #686ebe;
  -webkit-box-shadow: 1px 1px 3px 2px #686ebe;
  box-shadow:         1px 1px 3px 2px #686ebe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,110,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #686ebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #686ebe;
  -webkit-box-shadow: 1px 1px 3px 2px #686ebe;
  box-shadow:         1px 1px 3px 2px #686ebe;">
Div content here</div>

This div box has shadow with color #686ebe


Comments

No comments written yet.

Please login to write comment.