Color Hex Logo

#697387 Color Hex

#697387
(105,115,135)
0 Favorites   0 Comments

Color spaces of #697387

RGB 105115135
HSL0.610.130.47
HSV220°22°53°
CMYK 0.220.150.00   0.47
XYZ16.329617.014025.3450
Yxy17.01400.27820.2899
Hunter Lab41.2480-1.5180-7.5573
CIE-Lab48.27770.9011-12.2054

#697387 color RGB value is (105,115,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110011 10000111
Octal 151 163 207
Decimal 105 115 135
Hex 69 73 87

RGB Percentages of Color #697387

%29.58
%32.39
%38.03

CMYK Percentages of Color #697387

%22
%15
%0
%47

Triadic Colors of #697387

#697387 #876973 #738769

Analogous Colors of #697387

#697387 #6e6987 #698287

Monochromatic Colors of #697387

#697387

Complementary Color

#697387 #877d69

#697387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697387 Color CSS Codes

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

#697387 Text Font Color

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

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


#697387 Background Color

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

This div background color is #697387


#697387 Border Color

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

This div border color is #697387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697387


Comments

No comments written yet.

Please login to write comment.