Color Hex Logo

#697483 Color Hex

#697483
(105,116,131)
0 Favorites   0 Comments

Color spaces of #697483

RGB 105116131
HSL0.600.110.46
HSV215°20°51°
CMYK 0.200.110.00   0.49
XYZ16.167817.132723.9275
Yxy17.13270.28250.2994
Hunter Lab41.3917-2.7124-5.2999
CIE-Lab48.4268-0.6628-9.6105

#697483 color RGB value is (105,116,131).

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

The process color (four color CMYK) of #697483 color hex is 0.20, 0.11, 0.00, 0.49. Web safe color of #697483 is #666699. Color #697483 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110100 10000011
Octal 151 164 203
Decimal 105 116 131
Hex 69 74 83

RGB Percentages of Color #697483

%29.83
%32.95
%37.22

CMYK Percentages of Color #697483

%20
%11
%0
%49

Triadic Colors of #697483

#697483 #836974 #748369

Analogous Colors of #697483

#697483 #6b6983 #698183

Monochromatic Colors of #697483

#697483

Complementary Color

#697483 #837869

#697483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697483 Color CSS Codes

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

#697483 Text Font Color

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

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


#697483 Background Color

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

This div background color is #697483


#697483 Border Color

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

This div border color is #697483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697483

#697483 Color Palettes


Comments

No comments written yet.

Please login to write comment.