COLOR #697589

HEX: #697589
RGB: (105,117,137)

Color info

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

RGB color model

#697589 color RGB value is (105,117,137).

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

RGB channels and saturation

R 105 of 255 = 41%
G 117 of 255 = 46%
B 137 of 255 = 54%

105
117
137

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

Portions of RGB colors in percentages

R + G + B =
105 + 117 + 137 = 359 (100%)
R 105 of 359 ~ 29.25%
G 117 of 359 ~ 32.59%
B 137 of 359 ~ 38.16%

%29.25
%32.59
%38.16

CMYK color model

#697589 color CMYK value is (23,15,0,46).

  • cyan value is 23.36%
  • magenta value is 14.60%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(23,15,0,46)
C23M15Y0K46 
(23%,15%,0%,46%)
(0.23/0.15/0.00/0.46)	

CMYK percentages

%23.36
%14.6
%0
%46.27

Codes

Color #697589 in popluar color models

697589
RGB105117137
HSL218°13.22%47.45%
HSB/HSV218°23.36%53.73%
CMYK23.36%14.60%0.00%
46.27%

Color #697589 in popluar number systems.

HEX697589
Decimal105117137
Binary1101001111010110001001
Octal151165211

Shades and tints

Shades of #697589

#697589
(105,117,137)
#606B7D
(96,107,125)
#576171
(87,97,113)
#4E5765
(78,87,101)
#454D59
(69,77,89)
#3C434D
(60,67,77)
#333941
(51,57,65)
#2A2F35
(42,47,53)
#212529
(33,37,41)
#181B1D
(24,27,29)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #697589

#697589
(105,117,137)
#768193
(118,129,147)
#838D9D
(131,141,157)
#9099A7
(144,153,167)
#9DA5B1
(157,165,177)
#AAB1BB
(170,177,187)
#B7BDC5
(183,189,197)
#C4C9CF
(196,201,207)
#D1D5D9
(209,213,217)
#DEE1E3
(222,225,227)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697589; }

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

This text font color is #697589.


Background Color

.myBgColor { background-color: #697589; }

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

This div background color is #697589.


Border color

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

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

This div border color is #697589.


Opacity

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

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

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

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

This text has shadow with #697589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697589 on black background.


Color preview on white background

This text has color #697589 on white background.



Black color preview on #697589 background

This text has black color on #697589 background.


White color preview on #697589 background

This text has white color on #697589 background.