Color Hex Logo

#697cee Color Hex

#697CEE
(105,124,238)
0 Favorites   0 Comments

Color spaces of #697cee

RGB 105124238
HSL0.640.800.67
HSV231°56°93°
CMYK 0.560.480.00   0.07
XYZ28.466023.591683.9422
Yxy23.59160.20930.1735
Hunter Lab48.571219.6135-68.4670
CIE-Lab55.676625.5775-59.8074

#697cee color RGB value is (105,124,238).

#697cee hex color red value is 105, green value is 124 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #697cee hue: 0.64 , saturation: 0.80 and the lightness value of 697cee is 0.67.

The process color (four color CMYK) of #697cee color hex is 0.56, 0.48, 0.00, 0.07. Web safe color of #697cee is #6666ff. Color #697cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111100 11101110
Octal 151 174 356
Decimal 105 124 238
Hex 69 7C EE

RGB Percentages of Color #697cee

%22.48
%26.55
%50.96

CMYK Percentages of Color #697cee

%56
%48
%0
%7

Triadic Colors of #697cee

#697cee #ee697c #7cee69

Analogous Colors of #697cee

#697cee #9969ee #69bfee

Monochromatic Colors of #697cee

#697cee

Complementary Color

#697cee #eedb69

#697cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#697cee Color CSS Codes

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

#697cee Text Font Color

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

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


#697cee Background Color

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

This div background color is #697cee


#697cee Border Color

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

This div border color is #697cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697cee


Comments

No comments written yet.

Please login to write comment.