Color Hex Logo

#697cbe Color Hex

#697CBE
(105,124,190)
0 Favorites   0 Comments

Color spaces of #697cbe

RGB 105124190
HSL0.630.400.58
HSV227°45°75°
CMYK 0.450.350.00   0.25
XYZ22.327621.136351.6181
Yxy21.13630.23480.2223
Hunter Lab45.97426.2345-34.3866
CIE-Lab53.098310.6737-36.8120

#697cbe color RGB value is (105,124,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111100 10111110
Octal 151 174 276
Decimal 105 124 190
Hex 69 7C BE

RGB Percentages of Color #697cbe

%25.06
%29.59
%45.35

CMYK Percentages of Color #697cbe

%45
%35
%0
%25

Triadic Colors of #697cbe

#697cbe #be697c #7cbe69

Analogous Colors of #697cbe

#697cbe #8169be #69a7be

Monochromatic Colors of #697cbe

#697cbe

Complementary Color

#697cbe #beab69

#697cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#697cbe Color CSS Codes

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

#697cbe Text Font Color

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

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


#697cbe Background Color

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

This div background color is #697cbe


#697cbe Border Color

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

This div border color is #697cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697cbe


Comments

No comments written yet.

Please login to write comment.