Color Hex Logo

#697baa Color Hex

#697BAA
(105,123,170)
0 Favorites   0 Comments

Color spaces of #697baa

RGB 105123170
HSL0.620.280.54
HSV223°38°67°
CMYK 0.380.280.00   0.33
XYZ20.164420.071540.8416
Yxy20.07150.24870.2476
Hunter Lab44.80121.9382-22.6890
CIE-Lab51.91805.4580-27.1374

#697baa color RGB value is (105,123,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111011 10101010
Octal 151 173 252
Decimal 105 123 170
Hex 69 7B AA

RGB Percentages of Color #697baa

%26.38
%30.90
%42.71

CMYK Percentages of Color #697baa

%38
%28
%0
%33

Triadic Colors of #697baa

#697baa #aa697b #7baa69

Analogous Colors of #697baa

#697baa #7869aa #699caa

Monochromatic Colors of #697baa

#697baa

Complementary Color

#697baa #aa9869

#697baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#697baa Color CSS Codes

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

#697baa Text Font Color

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

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


#697baa Background Color

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

This div background color is #697baa


#697baa Border Color

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

This div border color is #697baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697baa


Comments

No comments written yet.

Please login to write comment.