Color Hex Logo

#687aaa Color Hex

#687AAA
(104,122,170)
0 Favorites   0 Comments

Color spaces of #687aaa

RGB 104122170
HSL0.620.280.54
HSV224°39°67°
CMYK 0.390.280.00   0.33
XYZ19.924219.764440.7950
Yxy19.76440.24760.2456
Hunter Lab44.45722.1976-23.2860
CIE-Lab51.56985.7699-27.6828

#687aaa color RGB value is (104,122,170).

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

The process color (four color CMYK) of #687aaa color hex is 0.39, 0.28, 0.00, 0.33. Web safe color of #687aaa is #666699. Color #687aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111010 10101010
Octal 150 172 252
Decimal 104 122 170
Hex 68 7A AA

RGB Percentages of Color #687aaa

%26.26
%30.81
%42.93

CMYK Percentages of Color #687aaa

%39
%28
%0
%33

Triadic Colors of #687aaa

#687aaa #aa687a #7aaa68

Analogous Colors of #687aaa

#687aaa #7768aa #689baa

Monochromatic Colors of #687aaa

#687aaa

Complementary Color

#687aaa #aa9868

#687aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#687aaa Color CSS Codes

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

#687aaa Text Font Color

<p style="color:#687aaa">Text here</p>

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


#687aaa Background Color

<div style="background-color:#687aaa">
Div content here</div>

This div background color is #687aaa


#687aaa Border Color

<div style="border:3px solid #687aaa">
Div here</div>

This div border color is #687aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,122,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 #687aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687aaa


Comments

No comments written yet.

Please login to write comment.