Color Hex Logo

#697590 Color Hex

#697590
(105,117,144)
0 Favorites   0 Comments

Color spaces of #697590

RGB 105117144
HSL0.620.160.49
HSV222°27°56°
CMYK 0.270.190.00   0.44
XYZ17.221017.739528.9020
Yxy17.73950.26970.2778
Hunter Lab42.1183-0.7233-11.2026
CIE-Lab49.17861.9862-16.1574

#697590 color RGB value is (105,117,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110101 10010000
Octal 151 165 220
Decimal 105 117 144
Hex 69 75 90

RGB Percentages of Color #697590

%28.69
%31.97
%39.34

CMYK Percentages of Color #697590

%27
%19
%0
%44

Triadic Colors of #697590

#697590 #906975 #759069

Analogous Colors of #697590

#697590 #716990 #698990

Monochromatic Colors of #697590

#697590

Complementary Color

#697590 #908469

#697590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697590 Color CSS Codes

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

#697590 Text Font Color

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

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


#697590 Background Color

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

This div background color is #697590


#697590 Border Color

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

This div border color is #697590


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,117,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 #697590">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697590


Comments

No comments written yet.

Please login to write comment.