Color Hex Logo

#697aba Color Hex

#697ABA
(105,122,186)
0 Favorites   0 Comments

Color spaces of #697aba

RGB 105122186
HSL0.630.370.57
HSV227°44°73°
CMYK 0.440.340.00   0.27
XYZ21.648220.467549.2640
Yxy20.46750.23690.2240
Hunter Lab45.24106.2419-32.8935
CIE-Lab52.361710.6874-35.6744

#697aba color RGB value is (105,122,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111010 10111010
Octal 151 172 272
Decimal 105 122 186
Hex 69 7A BA

RGB Percentages of Color #697aba

%25.42
%29.54
%45.04

CMYK Percentages of Color #697aba

%44
%34
%0
%27

Triadic Colors of #697aba

#697aba #ba697a #7aba69

Analogous Colors of #697aba

#697aba #8169ba #69a3ba

Monochromatic Colors of #697aba

#697aba

Complementary Color

#697aba #baa969

#697aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#697aba Color CSS Codes

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

#697aba Text Font Color

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

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


#697aba Background Color

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

This div background color is #697aba


#697aba Border Color

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

This div border color is #697aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697aba


Comments

No comments written yet.

Please login to write comment.