Color Hex Logo

#697abf Color Hex

#697ABF
(105,122,191)
0 Favorites   0 Comments

Color spaces of #697abf

RGB 105122191
HSL0.630.400.58
HSV228°45°75°
CMYK 0.450.360.00   0.25
XYZ22.189220.683952.1131
Yxy20.68390.23360.2178
Hunter Lab45.47967.4998-36.1022
CIE-Lab52.601812.1752-38.1651

#697abf color RGB value is (105,122,191).

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

The process color (four color CMYK) of #697abf color hex is 0.45, 0.36, 0.00, 0.25. Web safe color of #697abf is #6666cc. Color #697abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111010 10111111
Octal 151 172 277
Decimal 105 122 191
Hex 69 7A BF

RGB Percentages of Color #697abf

%25.12
%29.19
%45.69

CMYK Percentages of Color #697abf

%45
%36
%0
%25

Triadic Colors of #697abf

#697abf #bf697a #7abf69

Analogous Colors of #697abf

#697abf #8369bf #69a5bf

Monochromatic Colors of #697abf

#697abf

Complementary Color

#697abf #bfae69

#697abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#697abf Color CSS Codes

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

#697abf Text Font Color

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

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


#697abf Background Color

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

This div background color is #697abf


#697abf Border Color

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

This div border color is #697abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697abf


Comments

No comments written yet.

Please login to write comment.