Color Hex Logo

#697987 Color Hex

#697987
(105,121,135)
0 Favorites   0 Comments

Color spaces of #697987

RGB 105121135
HSL0.580.130.47
HSV208°22°53°
CMYK 0.220.100.00   0.47
XYZ17.036218.427325.5806
Yxy18.42730.27910.3019
Hunter Lab42.9270-4.2821-5.2825
CIE-Lab50.0103-2.6145-9.5981

#697987 color RGB value is (105,121,135).

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

The process color (four color CMYK) of #697987 color hex is 0.22, 0.10, 0.00, 0.47. Web safe color of #697987 is #666699. Color #697987 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111001 10000111
Octal 151 171 207
Decimal 105 121 135
Hex 69 79 87

RGB Percentages of Color #697987

%29.09
%33.52
%37.40

CMYK Percentages of Color #697987

%22
%10
%0
%47

Triadic Colors of #697987

#697987 #876979 #798769

Analogous Colors of #697987

#697987 #696a87 #698786

Monochromatic Colors of #697987

#697987

Complementary Color

#697987 #877769

#697987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697987 Color CSS Codes

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

#697987 Text Font Color

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

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


#697987 Background Color

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

This div background color is #697987


#697987 Border Color

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

This div border color is #697987


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,121,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697987

#697987 Color Palettes


Comments

No comments written yet.

Please login to write comment.