Color Hex Logo

#697682 Color Hex

#697682
(105,118,130)
0 Favorites   0 Comments

Color spaces of #697682

RGB 105118130
HSL0.580.110.46
HSV209°19°51°
CMYK 0.190.090.00   0.49
XYZ16.333417.571823.6499
Yxy17.57180.28380.3053
Hunter Lab41.9187-3.8062-4.1074
CIE-Lab48.9726-2.0726-8.2010

#697682 color RGB value is (105,118,130).

#697682 hex color red value is 105, green value is 118 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #697682 hue: 0.58 , saturation: 0.11 and the lightness value of 697682 is 0.46.

The process color (four color CMYK) of #697682 color hex is 0.19, 0.09, 0.00, 0.49. Web safe color of #697682 is #666699. Color #697682 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110110 10000010
Octal 151 166 202
Decimal 105 118 130
Hex 69 76 82

RGB Percentages of Color #697682

%29.75
%33.43
%36.83

CMYK Percentages of Color #697682

%19
%9
%0
%49

Triadic Colors of #697682

#697682 #826976 #768269

Analogous Colors of #697682

#697682 #696a82 #698282

Monochromatic Colors of #697682

#697682

Complementary Color

#697682 #827569

#697682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697682 Color CSS Codes

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

#697682 Text Font Color

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

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


#697682 Background Color

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

This div background color is #697682


#697682 Border Color

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

This div border color is #697682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697682


Comments

No comments written yet.

Please login to write comment.