Color Hex Logo

#697dbd Color Hex

#697DBD
(105,125,189)
0 Favorites   0 Comments

Color spaces of #697dbd

RGB 105125189
HSL0.630.390.58
HSV226°44°74°
CMYK 0.440.340.00   0.26
XYZ22.344621.344651.0863
Yxy21.34460.23580.2252
Hunter Lab46.20025.4806-33.2203
CIE-Lab53.32469.7768-35.8845

#697dbd color RGB value is (105,125,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111101 10111101
Octal 151 175 275
Decimal 105 125 189
Hex 69 7D BD

RGB Percentages of Color #697dbd

%25.06
%29.83
%45.11

CMYK Percentages of Color #697dbd

%44
%34
%0
%26

Triadic Colors of #697dbd

#697dbd #bd697d #7dbd69

Analogous Colors of #697dbd

#697dbd #7f69bd #69a7bd

Monochromatic Colors of #697dbd

#697dbd

Complementary Color

#697dbd #bda969

#697dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#697dbd Color CSS Codes

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

#697dbd Text Font Color

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

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


#697dbd Background Color

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

This div background color is #697dbd


#697dbd Border Color

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

This div border color is #697dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697dbd


Comments

No comments written yet.

Please login to write comment.