COLOR #697389

HEX: #697389
RGB: (105,115,137)

Color info

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

RGB color model

#697389 color RGB value is (105,115,137).

  • red value is 105;
  • green value is 115;
  • blue value is 137.
RGB:
(105,115,137)
(41%,45%,54%)

RGB channels and saturation

R 105 of 255 = 41%
G 115 of 255 = 45%
B 137 of 255 = 54%

105
115
137

R + G + B ~ 47%. #697389 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 115 + 137 = 357 (100%)
R 105 of 357 ~ 29.41%
G 115 of 357 ~ 32.21%
B 137 of 357 ~ 38.38%

%29.41
%32.21
%38.38

CMYK color model

#697389 color CMYK value is (23,16,0,46).

  • cyan value is 23.36%
  • magenta value is 16.06%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(23,16,0,46)
C23M16Y0K46 
(23%,16%,0%,46%)
(0.23/0.16/0.00/0.46)	

CMYK percentages

%23.36
%16.06
%0
%46.27

Codes

Color #697389 in popluar color models

697389
RGB105115137
HSL221°13.22%47.45%
HSB/HSV221°23.36%53.73%
CMYK23.36%16.06%0.00%
46.27%

Color #697389 in popluar number systems.

HEX697389
Decimal105115137
Binary1101001111001110001001
Octal151163211

Shades and tints

Shades of #697389

#697389
(105,115,137)
#60697D
(96,105,125)
#575F71
(87,95,113)
#4E5565
(78,85,101)
#454B59
(69,75,89)
#3C414D
(60,65,77)
#333741
(51,55,65)
#2A2D35
(42,45,53)
#212329
(33,35,41)
#18191D
(24,25,29)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #697389

#697389
(105,115,137)
#767F93
(118,127,147)
#838B9D
(131,139,157)
#9097A7
(144,151,167)
#9DA3B1
(157,163,177)
#AAAFBB
(170,175,187)
#B7BBC5
(183,187,197)
#C4C7CF
(196,199,207)
#D1D3D9
(209,211,217)
#DEDFE3
(222,223,227)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697389 color. Also use rgb(105,115,137) instead hex code.

Text Font Color

.myTextColor { color: #697389; }

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

This text font color is #697389.


Background Color

.myBgColor { background-color: #697389; }

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

This div background color is #697389.


Border color

.myBorderColor { border: 1px solid #697389; }

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

This div border color is #697389.


Opacity

.myOpacity80 { color: #697389; opacity: 0.8; }

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

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

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

This text has shadow with #697389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697389 on black background.


Color preview on white background

This text has color #697389 on white background.



Black color preview on #697389 background

This text has black color on #697389 background.


White color preview on #697389 background

This text has white color on #697389 background.