Color Hex Logo

#697faa Color Hex

#697FAA
(105,127,170)
0 Favorites   0 Comments

Color spaces of #697faa

RGB 105127170
HSL0.610.280.54
HSV220°38°67°
CMYK 0.380.250.00   0.33
XYZ20.670821.084341.0104
Yxy21.08430.24980.2547
Hunter Lab45.9176-0.0003-20.8113
CIE-Lab53.04163.0903-25.3984

#697faa color RGB value is (105,127,170).

#697faa hex color red value is 105, green value is 127 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #697faa hue: 0.61 , saturation: 0.28 and the lightness value of 697faa is 0.54.

The process color (four color CMYK) of #697faa color hex is 0.38, 0.25, 0.00, 0.33. Web safe color of #697faa is #666699. Color #697faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111111 10101010
Octal 151 177 252
Decimal 105 127 170
Hex 69 7F AA

RGB Percentages of Color #697faa

%26.12
%31.59
%42.29

CMYK Percentages of Color #697faa

%38
%25
%0
%33

Triadic Colors of #697faa

#697faa #aa697f #7faa69

Analogous Colors of #697faa

#697faa #7469aa #69a0aa

Monochromatic Colors of #697faa

#697faa

Complementary Color

#697faa #aa9469

#697faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#697faa Color CSS Codes

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

#697faa Text Font Color

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

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


#697faa Background Color

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

This div background color is #697faa


#697faa Border Color

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

This div border color is #697faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697faa


Comments

No comments written yet.

Please login to write comment.