Color Hex Logo

#688faa Color Hex

#688FAA
(104,143,170)
0 Favorites   0 Comments

Color spaces of #688faa

RGB 104143170
HSL0.570.280.54
HSV205°39°67°
CMYK 0.390.160.00   0.33
XYZ22.787125.490341.7493
Yxy25.49030.25310.2831
Hunter Lab50.4879-7.7901-13.6863
CIE-Lab57.5500-6.4127-18.4876

#688faa color RGB value is (104,143,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001111 10101010
Octal 150 217 252
Decimal 104 143 170
Hex 68 8F AA

RGB Percentages of Color #688faa

%24.94
%34.29
%40.77

CMYK Percentages of Color #688faa

%39
%16
%0
%33

Triadic Colors of #688faa

#688faa #aa688f #8faa68

Analogous Colors of #688faa

#688faa #686eaa #68aaa4

Monochromatic Colors of #688faa

#688faa

Complementary Color

#688faa #aa8368

#688faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#688faa Color CSS Codes

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

#688faa Text Font Color

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

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


#688faa Background Color

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

This div background color is #688faa


#688faa Border Color

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

This div border color is #688faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688faa


Comments

No comments written yet.

Please login to write comment.