Color Hex Logo

#697ecc Color Hex

#697ECC
(105,126,204)
0 Favorites   0 Comments

Color spaces of #697ecc

RGB 105126204
HSL0.630.490.61
HSV227°49°80°
CMYK 0.490.380.00   0.20
XYZ24.185622.284660.1534
Yxy22.28460.22680.2090
Hunter Lab47.20668.8404-42.5062
CIE-Lab54.327713.7055-42.8535

#697ecc color RGB value is (105,126,204).

#697ecc hex color red value is 105, green value is 126 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #697ecc hue: 0.63 , saturation: 0.49 and the lightness value of 697ecc is 0.61.

The process color (four color CMYK) of #697ecc color hex is 0.49, 0.38, 0.00, 0.20. Web safe color of #697ecc is #6666cc. Color #697ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111110 11001100
Octal 151 176 314
Decimal 105 126 204
Hex 69 7E CC

RGB Percentages of Color #697ecc

%24.14
%28.97
%46.90

CMYK Percentages of Color #697ecc

%49
%38
%0
%20

Triadic Colors of #697ecc

#697ecc #cc697e #7ecc69

Analogous Colors of #697ecc

#697ecc #8669cc #69b0cc

Monochromatic Colors of #697ecc

#697ecc

Complementary Color

#697ecc #ccb769

#697ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#697ecc Color CSS Codes

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

#697ecc Text Font Color

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

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


#697ecc Background Color

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

This div background color is #697ecc


#697ecc Border Color

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

This div border color is #697ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697ecc


Comments

No comments written yet.

Please login to write comment.