Color Hex Logo

#697cbd Color Hex

#697CBD
(105,124,189)
0 Favorites   0 Comments

Color spaces of #697cbd

RGB 105124189
HSL0.630.390.58
HSV226°44°74°
CMYK 0.440.340.00   0.26
XYZ22.218721.092751.0444
Yxy21.09270.23550.2235
Hunter Lab45.92685.9838-33.7479
CIE-Lab53.050810.3762-36.3141

#697cbd color RGB value is (105,124,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111100 10111101
Octal 151 174 275
Decimal 105 124 189
Hex 69 7C BD

RGB Percentages of Color #697cbd

%25.12
%29.67
%45.22

CMYK Percentages of Color #697cbd

%44
%34
%0
%26

Triadic Colors of #697cbd

#697cbd #bd697c #7cbd69

Analogous Colors of #697cbd

#697cbd #8069bd #69a6bd

Monochromatic Colors of #697cbd

#697cbd

Complementary Color

#697cbd #bdaa69

#697cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#697cbd Color CSS Codes

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

#697cbd Text Font Color

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

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


#697cbd Background Color

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

This div background color is #697cbd


#697cbd Border Color

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

This div border color is #697cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697cbd


Comments

No comments written yet.

Please login to write comment.