Color Hex Logo

#688aaa Color Hex

#688AAA
(104,138,170)
0 Favorites   0 Comments

Color spaces of #688aaa

RGB 104138170
HSL0.580.280.54
HSV209°39°67°
CMYK 0.390.190.00   0.33
XYZ22.053124.022341.5047
Yxy24.02230.25180.2743
Hunter Lab49.0125-5.4562-15.8990
CIE-Lab56.1101-3.5776-20.6859

#688aaa color RGB value is (104,138,170).

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

The process color (four color CMYK) of #688aaa color hex is 0.39, 0.19, 0.00, 0.33. Web safe color of #688aaa is #669999. Color #688aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001010 10101010
Octal 150 212 252
Decimal 104 138 170
Hex 68 8A AA

RGB Percentages of Color #688aaa

%25.24
%33.50
%41.26

CMYK Percentages of Color #688aaa

%39
%19
%0
%33

Triadic Colors of #688aaa

#688aaa #aa688a #8aaa68

Analogous Colors of #688aaa

#688aaa #6869aa #68aaa9

Monochromatic Colors of #688aaa

#688aaa

Complementary Color

#688aaa #aa8868

#688aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#688aaa Color CSS Codes

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

#688aaa Text Font Color

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

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


#688aaa Background Color

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

This div background color is #688aaa


#688aaa Border Color

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

This div border color is #688aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688aaa


Comments

No comments written yet.

Please login to write comment.