Color Hex Logo

#697bae Color Hex

#697BAE
(105,123,174)
0 Favorites   0 Comments

Color spaces of #697bae

RGB 105123174
HSL0.620.300.55
HSV224°40°68°
CMYK 0.400.290.00   0.32
XYZ20.548620.225242.8652
Yxy20.22520.24570.2418
Hunter Lab44.97242.8576-25.0312
CIE-Lab52.09096.5947-29.1831

#697bae color RGB value is (105,123,174).

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

The process color (four color CMYK) of #697bae color hex is 0.40, 0.29, 0.00, 0.32. Web safe color of #697bae is #666699. Color #697bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111011 10101110
Octal 151 173 256
Decimal 105 123 174
Hex 69 7B AE

RGB Percentages of Color #697bae

%26.12
%30.60
%43.28

CMYK Percentages of Color #697bae

%40
%29
%0
%32

Triadic Colors of #697bae

#697bae #ae697b #7bae69

Analogous Colors of #697bae

#697bae #7a69ae #699eae

Monochromatic Colors of #697bae

#697bae

Complementary Color

#697bae #ae9c69

#697bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#697bae Color CSS Codes

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

#697bae Text Font Color

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

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


#697bae Background Color

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

This div background color is #697bae


#697bae Border Color

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

This div border color is #697bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697bae


Comments

No comments written yet.

Please login to write comment.