Color Hex Logo

#697feb Color Hex

#697FEB
(105,127,235)
0 Favorites   0 Comments

Color spaces of #697feb

RGB 105127235
HSL0.640.760.67
HSV230°55°92°
CMYK 0.550.460.00   0.08
XYZ28.410524.180281.7671
Yxy24.18020.21150.1800
Hunter Lab49.173417.0771-64.1680
CIE-Lab56.267822.8116-57.1902

#697feb color RGB value is (105,127,235).

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

The process color (four color CMYK) of #697feb color hex is 0.55, 0.46, 0.00, 0.08. Web safe color of #697feb is #6666ff. Color #697feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111111 11101011
Octal 151 177 353
Decimal 105 127 235
Hex 69 7F EB

RGB Percentages of Color #697feb

%22.48
%27.19
%50.32

CMYK Percentages of Color #697feb

%55
%46
%0
%8

Triadic Colors of #697feb

#697feb #eb697f #7feb69

Analogous Colors of #697feb

#697feb #9469eb #69c0eb

Monochromatic Colors of #697feb

#697feb

Complementary Color

#697feb #ebd569

#697feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#697feb Color CSS Codes

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

#697feb Text Font Color

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

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


#697feb Background Color

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

This div background color is #697feb


#697feb Border Color

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

This div border color is #697feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697feb


Comments

No comments written yet.

Please login to write comment.