COLOR #697FA2

HEX: #697FA2
RGB: (105,127,162)

Color info

#697FA2 contains red, green and blue colors in about the same proportion. Web safe color of #697FA2 is #666699 (or #669).

RGB color model

#697FA2 color RGB value is (105,127,162).

  • red value is 105;
  • green value is 127;
  • blue value is 162.
RGB:
(105,127,162)
(41%,50%,64%)

RGB channels and saturation

R 105 of 255 = 41%
G 127 of 255 = 50%
B 162 of 255 = 64%

105
127
162

R + G + B ~ 52%. #697FA2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 127 + 162 = 394 (100%)
R 105 of 394 ~ 26.65%
G 127 of 394 ~ 32.23%
B 162 of 394 ~ 41.12%

%26.65
%32.23
%41.12

CMYK color model

#697FA2 color CMYK value is (35,22,0,36).

  • cyan value is 35.19%
  • magenta value is 21.60%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(35,22,0,36)
C35M22Y0K36 
(35%,22%,0%,36%)
(0.35/0.22/0.00/0.36)	

CMYK percentages

%35.19
%21.6
%0
%36.47

Codes

Color #697FA2 in popluar color models

697FA2
RGB105127162
HSL217°23.46%52.35%
HSB/HSV217°35.19%63.53%
CMYK35.19%21.60%0.00%
36.47%

Color #697FA2 in popluar number systems.

HEX697FA2
Decimal105127162
Binary1101001111111110100010
Octal151177242

Shades and tints

Shades of #697FA2

#697FA2
(105,127,162)
#607494
(96,116,148)
#576986
(87,105,134)
#4E5E78
(78,94,120)
#45536A
(69,83,106)
#3C485C
(60,72,92)
#333D4E
(51,61,78)
#2A3240
(42,50,64)
#212732
(33,39,50)
#181C24
(24,28,36)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #697FA2

#697FA2
(105,127,162)
#768AAA
(118,138,170)
#8395B2
(131,149,178)
#90A0BA
(144,160,186)
#9DABC2
(157,171,194)
#AAB6CA
(170,182,202)
#B7C1D2
(183,193,210)
#C4CCDA
(196,204,218)
#D1D7E2
(209,215,226)
#DEE2EA
(222,226,234)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697FA2 color. Also use rgb(105,127,162) instead hex code.

Text Font Color

.myTextColor { color: #697FA2; }

<p style="color:#697FA2">This sample text font color is #697FA2.</p>

This text font color is #697FA2.


Background Color

.myBgColor { background-color: #697FA2; }

<div style="background-color:#697FA2">Inner text</div>

This div background color is #697FA2.


Border color

.myBorderColor { border: 1px solid #697FA2; }

<div style="border:3px solid #697FA2">Div</div>

This div border color is #697FA2.


Opacity

.myOpacity80 { color: #697FA2; opacity: 0.8; }

<p style="color:#697FA2;opacity:0.8;">80%</p>

Text with #697FA2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #697FA2;}

<p style="text-shadow: 3px 3px 1px #697FA2">Text here.</p>

This text has shadow with #697FA2 color.

.textShadow {text-shadow: 3px 3px 1px #697FA2, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #697FA2, 5px 5px 20px red">Text here.</p>

This text has shadow with #697FA2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#697FA2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#697FA2, Direction=45, Strength=4)">Text</p>

This text has shadow with #697FA2 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #697FA2;
  -webkit-box-shadow:	1px 1px 3px 2px #697FA2;
  box-shadow:		1px 1px 3px 2px #697FA2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #697FA2;
-webkit-box-shadow: 1px 1px 3px 2px #697FA2;
box-shadow:1px 1px 3px 2px #697FA2;">
Div content here</div>
This div box has shadow with color #697FA2.

Preview

Color preview on black background

This text has color #697FA2 on black background.


Color preview on white background

This text has color #697FA2 on white background.



Black color preview on #697FA2 background

This text has black color on #697FA2 background.


White color preview on #697FA2 background

This text has white color on #697FA2 background.