Color Hex Logo

#697ab9 Color Hex

#697AB9
(105,122,185)
0 Favorites   0 Comments

Color spaces of #697ab9

RGB 105122185
HSL0.630.360.57
HSV227°43°73°
CMYK 0.430.340.00   0.27
XYZ21.542220.425148.7060
Yxy20.42510.23760.2253
Hunter Lab45.19415.9939-32.2613
CIE-Lab52.314510.3918-35.1739

#697ab9 color RGB value is (105,122,185).

#697ab9 hex color red value is 105, green value is 122 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #697ab9 hue: 0.63 , saturation: 0.36 and the lightness value of 697ab9 is 0.57.

The process color (four color CMYK) of #697ab9 color hex is 0.43, 0.34, 0.00, 0.27. Web safe color of #697ab9 is #6666cc. Color #697ab9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111010 10111001
Octal 151 172 271
Decimal 105 122 185
Hex 69 7A B9

RGB Percentages of Color #697ab9

%25.49
%29.61
%44.90

CMYK Percentages of Color #697ab9

%43
%34
%0
%27

Triadic Colors of #697ab9

#697ab9 #b9697a #7ab969

Analogous Colors of #697ab9

#697ab9 #8069b9 #69a2b9

Monochromatic Colors of #697ab9

#697ab9

Complementary Color

#697ab9 #b9a869

#697ab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697ab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697ab9 Color CSS Codes

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

#697ab9 Text Font Color

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

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


#697ab9 Background Color

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

This div background color is #697ab9


#697ab9 Border Color

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

This div border color is #697ab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697ab9


Comments

No comments written yet.

Please login to write comment.