Color Hex Logo

#697390 Color Hex

#697390
(105,115,144)
0 Favorites   0 Comments

Color spaces of #697390

RGB 105115144
HSL0.620.160.49
HSV225°27°56°
CMYK 0.270.200.00   0.44
XYZ16.990517.278328.8251
Yxy17.27830.26930.2739
Hunter Lab41.56720.2190-12.0181
CIE-Lab48.60883.1743-17.0258

#697390 color RGB value is (105,115,144).

#697390 hex color red value is 105, green value is 115 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #697390 hue: 0.62 , saturation: 0.16 and the lightness value of 697390 is 0.49.

The process color (four color CMYK) of #697390 color hex is 0.27, 0.20, 0.00, 0.44. Web safe color of #697390 is #666699. Color #697390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110011 10010000
Octal 151 163 220
Decimal 105 115 144
Hex 69 73 90

RGB Percentages of Color #697390

%28.85
%31.59
%39.56

CMYK Percentages of Color #697390

%27
%20
%0
%44

Triadic Colors of #697390

#697390 #906973 #739069

Analogous Colors of #697390

#697390 #736990 #698790

Monochromatic Colors of #697390

#697390

Complementary Color

#697390 #908669

#697390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697390 Color CSS Codes

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

#697390 Text Font Color

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

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


#697390 Background Color

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

This div background color is #697390


#697390 Border Color

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

This div border color is #697390


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,115,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #697390; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #697390;
  -webkit-box-shadow: 1px 1px 3px 2px #697390;
  box-shadow:         1px 1px 3px 2px #697390; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697390


Comments

No comments written yet.

Please login to write comment.