Color Hex Logo

#689eaa Color Hex

#689EAA
(104,158,170)
0 Favorites   0 Comments

Color spaces of #689eaa

RGB 104158170
HSL0.530.280.54
HSV191°39°67°
CMYK 0.390.070.00   0.33
XYZ25.191530.299142.5508
Yxy30.29910.25690.3090
Hunter Lab55.0446-14.6365-7.3013
CIE-Lab61.9114-14.6501-11.8919

#689eaa color RGB value is (104,158,170).

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

The process color (four color CMYK) of #689eaa color hex is 0.39, 0.07, 0.00, 0.33. Web safe color of #689eaa is #669999. Color #689eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011110 10101010
Octal 150 236 252
Decimal 104 158 170
Hex 68 9E AA

RGB Percentages of Color #689eaa

%24.07
%36.57
%39.35

CMYK Percentages of Color #689eaa

%39
%7
%0
%33

Triadic Colors of #689eaa

#689eaa #aa689e #9eaa68

Analogous Colors of #689eaa

#689eaa #687daa #68aa95

Monochromatic Colors of #689eaa

#689eaa

Complementary Color

#689eaa #aa7468

#689eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#689eaa Color CSS Codes

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

#689eaa Text Font Color

<p style="color:#689eaa">Text here</p>

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


#689eaa Background Color

<div style="background-color:#689eaa">
Div content here</div>

This div background color is #689eaa


#689eaa Border Color

<div style="border:3px solid #689eaa">
Div here</div>

This div border color is #689eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689eaa


Comments

No comments written yet.

Please login to write comment.