Color Hex Logo

#688aaf Color Hex

#688AAF
(104,138,175)
0 Favorites   0 Comments

Color spaces of #688aaf

RGB 104138175
HSL0.590.310.55
HSV211°41°69°
CMYK 0.410.210.00   0.31
XYZ22.535324.215244.0437
Yxy24.21520.24820.2667
Hunter Lab49.2089-4.3713-18.6203
CIE-Lab56.3026-2.1841-23.2527

#688aaf color RGB value is (104,138,175).

#688aaf hex color red value is 104, green value is 138 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #688aaf hue: 0.59 , saturation: 0.31 and the lightness value of 688aaf is 0.55.

The process color (four color CMYK) of #688aaf color hex is 0.41, 0.21, 0.00, 0.31. Web safe color of #688aaf is #669999. Color #688aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001010 10101111
Octal 150 212 257
Decimal 104 138 175
Hex 68 8A AF

RGB Percentages of Color #688aaf

%24.94
%33.09
%41.97

CMYK Percentages of Color #688aaf

%41
%21
%0
%31

Triadic Colors of #688aaf

#688aaf #af688a #8aaf68

Analogous Colors of #688aaf

#688aaf #6a68af #68aeaf

Monochromatic Colors of #688aaf

#688aaf

Complementary Color

#688aaf #af8d68

#688aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#688aaf Color CSS Codes

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

#688aaf Text Font Color

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

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


#688aaf Background Color

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

This div background color is #688aaf


#688aaf Border Color

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

This div border color is #688aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688aaf


Comments

No comments written yet.

Please login to write comment.