Color Hex Logo

#686eba Color Hex

#686EBA
(104,110,186)
0 Favorites   0 Comments

Color spaces of #686eba

RGB 104110186
HSL0.650.370.57
HSV236°44°73°
CMYK 0.440.410.00   0.27
XYZ20.147817.640148.7973
Yxy17.64010.23270.2037
Hunter Lab42.000112.1277-39.4852
CIE-Lab49.056617.7093-40.8864

#686eba color RGB value is (104,110,186).

#686eba hex color red value is 104, green value is 110 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #686eba hue: 0.65 , saturation: 0.37 and the lightness value of 686eba is 0.57.

The process color (four color CMYK) of #686eba color hex is 0.44, 0.41, 0.00, 0.27. Web safe color of #686eba is #6666cc. Color #686eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101110 10111010
Octal 150 156 272
Decimal 104 110 186
Hex 68 6E BA

RGB Percentages of Color #686eba

%26.00
%27.50
%46.50

CMYK Percentages of Color #686eba

%44
%41
%0
%27

Triadic Colors of #686eba

#686eba #ba686e #6eba68

Analogous Colors of #686eba

#686eba #8b68ba #6897ba

Monochromatic Colors of #686eba

#686eba

Complementary Color

#686eba #bab468

#686eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#686eba Color CSS Codes

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

#686eba Text Font Color

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

This sample text font color is #686eba
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.


#686eba Background Color

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

This div background color is #686eba


#686eba Border Color

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

This div border color is #686eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686eba


Comments

No comments written yet.

Please login to write comment.