Color Hex Logo

#697689 Color Hex

#697689
(105,118,137)
0 Favorites   0 Comments

Color spaces of #697689

RGB 105118137
HSL0.600.130.47
HSV216°23°54°
CMYK 0.230.140.00   0.46
XYZ16.819517.766326.2097
Yxy17.76630.27670.2922
Hunter Lab42.1501-2.5343-7.3625
CIE-Lab49.2114-0.3713-11.9790

#697689 color RGB value is (105,118,137).

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

The process color (four color CMYK) of #697689 color hex is 0.23, 0.14, 0.00, 0.46. Web safe color of #697689 is #666699. Color #697689 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110110 10001001
Octal 151 166 211
Decimal 105 118 137
Hex 69 76 89

RGB Percentages of Color #697689

%29.17
%32.78
%38.06

CMYK Percentages of Color #697689

%23
%14
%0
%46

Triadic Colors of #697689

#697689 #896976 #768969

Analogous Colors of #697689

#697689 #6c6989 #698689

Monochromatic Colors of #697689

#697689

Complementary Color

#697689 #897c69

#697689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697689 Color CSS Codes

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

#697689 Text Font Color

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

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


#697689 Background Color

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

This div background color is #697689


#697689 Border Color

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

This div border color is #697689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697689


Comments

No comments written yet.

Please login to write comment.