Color Hex Logo

#698981 Color Hex

#698981
(105,137,129)
0 Favorites   0 Comments

Color spaces of #698981

RGB 105137129
HSL0.460.130.47
HSV165°23°54°
CMYK 0.230.000.06   0.46
XYZ18.733822.479624.1205
Yxy22.47960.28670.3441
Hunter Lab47.4127-12.44283.0259
CIE-Lab54.5322-13.03640.5924

#698981 color RGB value is (105,137,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001001 10000001
Octal 151 211 201
Decimal 105 137 129
Hex 69 89 81

RGB Percentages of Color #698981

%28.30
%36.93
%34.77

CMYK Percentages of Color #698981

%23
%0
%6
%46

Triadic Colors of #698981

#698981 #816989 #898169

Analogous Colors of #698981

#698981 #698189 #698971

Monochromatic Colors of #698981

#698981

Complementary Color

#698981 #896971

#698981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#698981 Color CSS Codes

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

#698981 Text Font Color

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

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


#698981 Background Color

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

This div background color is #698981


#698981 Border Color

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

This div border color is #698981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698981


Comments

No comments written yet.

Please login to write comment.