Color Hex Logo

#697ebe Color Hex

#697EBE
(105,126,190)
0 Favorites   0 Comments

Color spaces of #697ebe

RGB 105126190
HSL0.630.400.58
HSV225°45°75°
CMYK 0.450.340.00   0.25
XYZ22.580821.642751.7025
Yxy21.64270.23540.2256
Hunter Lab46.52175.2277-33.3275
CIE-Lab53.64589.4757-35.9530

#697ebe color RGB value is (105,126,190).

#697ebe hex color red value is 105, green value is 126 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #697ebe hue: 0.63 , saturation: 0.40 and the lightness value of 697ebe is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111110 10111110
Octal 151 176 276
Decimal 105 126 190
Hex 69 7E BE

RGB Percentages of Color #697ebe

%24.94
%29.93
%45.13

CMYK Percentages of Color #697ebe

%45
%34
%0
%25

Triadic Colors of #697ebe

#697ebe #be697e #7ebe69

Analogous Colors of #697ebe

#697ebe #7f69be #69a9be

Monochromatic Colors of #697ebe

#697ebe

Complementary Color

#697ebe #bea969

#697ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#697ebe Color CSS Codes

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

#697ebe Text Font Color

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

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


#697ebe Background Color

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

This div background color is #697ebe


#697ebe Border Color

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

This div border color is #697ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697ebe


Comments

No comments written yet.

Please login to write comment.