COLOR #697AB4

HEX: #697AB4
RGB: (105,122,180)

Color info

#697AB4 contains mainly green and blue colors. Web safe color of #697AB4 is #6666CC (or #66C).

RGB color model

#697AB4 color RGB value is (105,122,180).

  • red value is 105;
  • green value is 122;
  • blue value is 180.
RGB:
(105,122,180)
(41%,48%,71%)

RGB channels and saturation

R 105 of 255 = 41%
G 122 of 255 = 48%
B 180 of 255 = 71%

105
122
180

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

Portions of RGB colors in percentages

R + G + B =
105 + 122 + 180 = 407 (100%)
R 105 of 407 ~ 25.8%
G 122 of 407 ~ 29.98%
B 180 of 407 ~ 44.23%

%25.8
%29.98
%44.23

CMYK color model

#697AB4 color CMYK value is (42,32,0,29).

  • cyan value is 41.67%
  • magenta value is 32.22%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(42,32,0,29)
C42M32Y0K29 
(42%,32%,0%,29%)
(0.42/0.32/0.00/0.29)	

CMYK percentages

%41.67
%32.22
%0
%29.41

Codes

Color #697AB4 in popluar color models

697AB4
RGB105122180
HSL226°33.33%55.88%
HSB/HSV226°41.67%70.59%
CMYK41.67%32.22%0.00%
29.41%

Color #697AB4 in popluar number systems.

HEX697AB4
Decimal105122180
Binary1101001111101010110100
Octal151172264

Shades and tints

Shades of #697AB4

#697AB4
(105,122,180)
#606FA4
(96,111,164)
#576494
(87,100,148)
#4E5984
(78,89,132)
#454E74
(69,78,116)
#3C4364
(60,67,100)
#333854
(51,56,84)
#2A2D44
(42,45,68)
#212234
(33,34,52)
#181724
(24,23,36)
#0F0C14
(15,12,20)
#000000
(0,0,0)

Tints of #697AB4

#697AB4
(105,122,180)
#7686BA
(118,134,186)
#8392C0
(131,146,192)
#909EC6
(144,158,198)
#9DAACC
(157,170,204)
#AAB6D2
(170,182,210)
#B7C2D8
(183,194,216)
#C4CEDE
(196,206,222)
#D1DAE4
(209,218,228)
#DEE6EA
(222,230,234)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697AB4 color. Also use rgb(105,122,180) instead hex code.

Text Font Color

.myTextColor { color: #697AB4; }

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

This text font color is #697AB4.


Background Color

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

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

This div background color is #697AB4.


Border color

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

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

This div border color is #697AB4.


Opacity

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

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

Text with #697AB4 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 #697AB4;}

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

This text has shadow with #697AB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697AB4 on black background.


Color preview on white background

This text has color #697AB4 on white background.



Black color preview on #697AB4 background

This text has black color on #697AB4 background.


White color preview on #697AB4 background

This text has white color on #697AB4 background.