COLOR #697BB9

HEX: #697BB9
RGB: (105,123,185)

Color info

#697BB9 contains mainly blue color. Web safe color of #697BB9 is #6666CC (or #66C).

RGB color model

#697BB9 color RGB value is (105,123,185).

  • red value is 105;
  • green value is 123;
  • blue value is 185.
RGB:
(105,123,185)
(41%,48%,73%)

RGB channels and saturation

R 105 of 255 = 41%
G 123 of 255 = 48%
B 185 of 255 = 73%

105
123
185

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

Portions of RGB colors in percentages

R + G + B =
105 + 123 + 185 = 413 (100%)
R 105 of 413 ~ 25.42%
G 123 of 413 ~ 29.78%
B 185 of 413 ~ 44.79%

%25.42
%29.78
%44.79

CMYK color model

#697BB9 color CMYK value is (43,34,0,27).

  • cyan value is 43.24%
  • magenta value is 33.51%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(43,34,0,27)
C43M34Y0K27 
(43%,34%,0%,27%)
(0.43/0.34/0.00/0.27)	

CMYK percentages

%43.24
%33.51
%0
%27.45

Codes

Color #697BB9 in popluar color models

697BB9
RGB105123185
HSL227°36.36%56.86%
HSB/HSV227°43.24%72.55%
CMYK43.24%33.51%0.00%
27.45%

Color #697BB9 in popluar number systems.

HEX697BB9
Decimal105123185
Binary1101001111101110111001
Octal151173271

Shades and tints

Shades of #697BB9

#697BB9
(105,123,185)
#6070A9
(96,112,169)
#576599
(87,101,153)
#4E5A89
(78,90,137)
#454F79
(69,79,121)
#3C4469
(60,68,105)
#333959
(51,57,89)
#2A2E49
(42,46,73)
#212339
(33,35,57)
#181829
(24,24,41)
#0F0D19
(15,13,25)
#000000
(0,0,0)

Tints of #697BB9

#697BB9
(105,123,185)
#7687BF
(118,135,191)
#8393C5
(131,147,197)
#909FCB
(144,159,203)
#9DABD1
(157,171,209)
#AAB7D7
(170,183,215)
#B7C3DD
(183,195,221)
#C4CFE3
(196,207,227)
#D1DBE9
(209,219,233)
#DEE7EF
(222,231,239)
#EBF3F5
(235,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697BB9 color. Also use rgb(105,123,185) instead hex code.

Text Font Color

.myTextColor { color: #697BB9; }

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

This text font color is #697BB9.


Background Color

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

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

This div background color is #697BB9.


Border color

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

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

This div border color is #697BB9.


Opacity

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

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

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

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

This text has shadow with #697BB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697BB9 on black background.


Color preview on white background

This text has color #697BB9 on white background.



Black color preview on #697BB9 background

This text has black color on #697BB9 background.


White color preview on #697BB9 background

This text has white color on #697BB9 background.