COLOR #697B9F

HEX: #697B9F
RGB: (105,123,159)

Color info

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

RGB color model

#697B9F color RGB value is (105,123,159).

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

RGB channels and saturation

R 105 of 255 = 41%
G 123 of 255 = 48%
B 159 of 255 = 62%

105
123
159

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

Portions of RGB colors in percentages

R + G + B =
105 + 123 + 159 = 387 (100%)
R 105 of 387 ~ 27.13%
G 123 of 387 ~ 31.78%
B 159 of 387 ~ 41.09%

%27.13
%31.78
%41.09

CMYK color model

#697B9F color CMYK value is (34,23,0,38).

  • cyan value is 33.96%
  • magenta value is 22.64%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(34,23,0,38)
C34M23Y0K38 
(34%,23%,0%,38%)
(0.34/0.23/0.00/0.38)	

CMYK percentages

%33.96
%22.64
%0
%37.65

Codes

Color #697B9F in popluar color models

697B9F
RGB105123159
HSL220°21.95%51.76%
HSB/HSV220°33.96%62.35%
CMYK33.96%22.64%0.00%
37.65%

Color #697B9F in popluar number systems.

HEX697B9F
Decimal105123159
Binary1101001111101110011111
Octal151173237

Shades and tints

Shades of #697B9F

#697B9F
(105,123,159)
#607091
(96,112,145)
#576583
(87,101,131)
#4E5A75
(78,90,117)
#454F67
(69,79,103)
#3C4459
(60,68,89)
#33394B
(51,57,75)
#2A2E3D
(42,46,61)
#21232F
(33,35,47)
#181821
(24,24,33)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #697B9F

#697B9F
(105,123,159)
#7687A7
(118,135,167)
#8393AF
(131,147,175)
#909FB7
(144,159,183)
#9DABBF
(157,171,191)
#AAB7C7
(170,183,199)
#B7C3CF
(183,195,207)
#C4CFD7
(196,207,215)
#D1DBDF
(209,219,223)
#DEE7E7
(222,231,231)
#EBF3EF
(235,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697B9F; }

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

This text font color is #697B9F.


Background Color

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

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

This div background color is #697B9F.


Border color

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

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

This div border color is #697B9F.


Opacity

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

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

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

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

This text has shadow with #697B9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697B9F on black background.


Color preview on white background

This text has color #697B9F on white background.



Black color preview on #697B9F background

This text has black color on #697B9F background.


White color preview on #697B9F background

This text has white color on #697B9F background.