Color Hex Logo

#697385 Color Hex

#697385
(105,115,133)
0 Favorites   0 Comments

Color spaces of #697385

RGB 105115133
HSL0.610.120.47
HSV219°21°52°
CMYK 0.210.140.00   0.48
XYZ16.190116.958224.6102
Yxy16.95820.28030.2936
Hunter Lab41.1803-1.8881-6.6067
CIE-Lab48.20730.4106-11.1261

#697385 color RGB value is (105,115,133).

#697385 hex color red value is 105, green value is 115 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #697385 hue: 0.61 , saturation: 0.12 and the lightness value of 697385 is 0.47.

The process color (four color CMYK) of #697385 color hex is 0.21, 0.14, 0.00, 0.48. Web safe color of #697385 is #666699. Color #697385 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110011 10000101
Octal 151 163 205
Decimal 105 115 133
Hex 69 73 85

RGB Percentages of Color #697385

%29.75
%32.58
%37.68

CMYK Percentages of Color #697385

%21
%14
%0
%48

Triadic Colors of #697385

#697385 #856973 #738569

Analogous Colors of #697385

#697385 #6d6985 #698185

Monochromatic Colors of #697385

#697385

Complementary Color

#697385 #857b69

#697385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697385 Color CSS Codes

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

#697385 Text Font Color

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

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


#697385 Background Color

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

This div background color is #697385


#697385 Border Color

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

This div border color is #697385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697385


Comments

No comments written yet.

Please login to write comment.