Color Hex Logo

#697b7e Color Hex

#697B7E
(105,123,126)
0 Favorites   0 Comments

Color spaces of #697b7e

RGB 105123126
HSL0.520.090.45
HSV189°17°49°
CMYK 0.170.020.00   0.51
XYZ16.674618.675522.4646
Yxy18.67550.28840.3230
Hunter Lab43.2152-6.7522-0.5702
CIE-Lab50.3054-5.8951-3.8601

#697b7e color RGB value is (105,123,126).

#697b7e hex color red value is 105, green value is 123 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #697b7e hue: 0.52 , saturation: 0.09 and the lightness value of 697b7e is 0.45.

The process color (four color CMYK) of #697b7e color hex is 0.17, 0.02, 0.00, 0.51. Web safe color of #697b7e is #666666. Color #697b7e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111011 01111110
Octal 151 173 176
Decimal 105 123 126
Hex 69 7B 7E

RGB Percentages of Color #697b7e

%29.66
%34.75
%35.59

CMYK Percentages of Color #697b7e

%17
%2
%0
%51

Triadic Colors of #697b7e

#697b7e #7e697b #7b7e69

Analogous Colors of #697b7e

#697b7e #69717e #697e77

Monochromatic Colors of #697b7e

#697b7e

Complementary Color

#697b7e #7e6c69

#697b7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697b7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#697b7e Color CSS Codes

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

#697b7e Text Font Color

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

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


#697b7e Background Color

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

This div background color is #697b7e


#697b7e Border Color

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

This div border color is #697b7e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,123,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #697b7e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #697b7e;
  -webkit-box-shadow: 1px 1px 3px 2px #697b7e;
  box-shadow:         1px 1px 3px 2px #697b7e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697b7e

#697b7e Color Palettes


Comments

No comments written yet.

Please login to write comment.