Color Hex Logo

#686baa Color Hex

#686BAA
(104,107,170)
0 Favorites   0 Comments

Color spaces of #686baa

RGB 104107170
HSL0.660.280.54
HSV237°39°67°
CMYK 0.390.370.00   0.33
XYZ18.222316.360740.2277
Yxy16.36070.24360.2187
Hunter Lab40.44849.6310-30.6527
CIE-Lab47.444214.8426-34.1244

#686baa color RGB value is (104,107,170).

#686baa hex color red value is 104, green value is 107 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #686baa hue: 0.66 , saturation: 0.28 and the lightness value of 686baa is 0.54.

The process color (four color CMYK) of #686baa color hex is 0.39, 0.37, 0.00, 0.33. Web safe color of #686baa is #666699. Color #686baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101011 10101010
Octal 150 153 252
Decimal 104 107 170
Hex 68 6B AA

RGB Percentages of Color #686baa

%27.30
%28.08
%44.62

CMYK Percentages of Color #686baa

%39
%37
%0
%33

Triadic Colors of #686baa

#686baa #aa686b #6baa68

Analogous Colors of #686baa

#686baa #8668aa #688caa

Monochromatic Colors of #686baa

#686baa

Complementary Color

#686baa #aaa768

#686baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#686baa Color CSS Codes

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

#686baa Text Font Color

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

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


#686baa Background Color

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

This div background color is #686baa


#686baa Border Color

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

This div border color is #686baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686baa


Comments

No comments written yet.

Please login to write comment.