Color Hex Logo

#688981 Color Hex

#688981
(104,137,129)
0 Favorites   0 Comments

Color spaces of #688981

RGB 104137129
HSL0.460.140.47
HSV165°24°54°
CMYK 0.240.000.06   0.46
XYZ18.617022.419424.1150
Yxy22.41940.28570.3441
Hunter Lab47.3491-12.67732.9479
CIE-Lab54.4692-13.37070.4929

#688981 color RGB value is (104,137,129).

#688981 hex color red value is 104, green value is 137 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #688981 hue: 0.46 , saturation: 0.14 and the lightness value of 688981 is 0.47.

The process color (four color CMYK) of #688981 color hex is 0.24, 0.00, 0.06, 0.46. Web safe color of #688981 is #669999. Color #688981 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001001 10000001
Octal 150 211 201
Decimal 104 137 129
Hex 68 89 81

RGB Percentages of Color #688981

%28.11
%37.03
%34.86

CMYK Percentages of Color #688981

%24
%0
%6
%46

Triadic Colors of #688981

#688981 #816889 #898168

Analogous Colors of #688981

#688981 #688189 #688971

Monochromatic Colors of #688981

#688981

Complementary Color

#688981 #896870

#688981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#688981 Color CSS Codes

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

#688981 Text Font Color

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

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


#688981 Background Color

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

This div background color is #688981


#688981 Border Color

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

This div border color is #688981


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,137,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #688981; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #688981;
  -webkit-box-shadow: 1px 1px 3px 2px #688981;
  box-shadow:         1px 1px 3px 2px #688981; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688981


Comments

No comments written yet.

Please login to write comment.