Color Hex Logo

#697bbd Color Hex

#697BBD
(105,123,189)
0 Favorites   0 Comments

Color spaces of #697bbd

RGB 105123189
HSL0.630.390.58
HSV227°44°74°
CMYK 0.440.350.00   0.26
XYZ22.094020.843351.0028
Yxy20.84330.23520.2219
Hunter Lab45.65456.4879-34.2776
CIE-Lab52.777610.9767-36.7430

#697bbd color RGB value is (105,123,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111011 10111101
Octal 151 173 275
Decimal 105 123 189
Hex 69 7B BD

RGB Percentages of Color #697bbd

%25.18
%29.50
%45.32

CMYK Percentages of Color #697bbd

%44
%35
%0
%26

Triadic Colors of #697bbd

#697bbd #bd697b #7bbd69

Analogous Colors of #697bbd

#697bbd #8169bd #69a5bd

Monochromatic Colors of #697bbd

#697bbd

Complementary Color

#697bbd #bdab69

#697bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#697bbd Color CSS Codes

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

#697bbd Text Font Color

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

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


#697bbd Background Color

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

This div background color is #697bbd


#697bbd Border Color

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

This div border color is #697bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697bbd


Comments

No comments written yet.

Please login to write comment.