COLOR #697191

HEX: #697191
RGB: (105,113,145)

Color info

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

RGB color model

#697191 color RGB value is (105,113,145).

  • red value is 105;
  • green value is 113;
  • blue value is 145.
RGB:
(105,113,145)
(41%,44%,57%)

RGB channels and saturation

R 105 of 255 = 41%
G 113 of 255 = 44%
B 145 of 255 = 57%

105
113
145

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

Portions of RGB colors in percentages

R + G + B =
105 + 113 + 145 = 363 (100%)
R 105 of 363 ~ 28.93%
G 113 of 363 ~ 31.13%
B 145 of 363 ~ 39.94%

%28.93
%31.13
%39.94

CMYK color model

#697191 color CMYK value is (28,22,0,43).

  • cyan value is 27.59%
  • magenta value is 22.07%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(28,22,0,43)
C28M22Y0K43 
(28%,22%,0%,43%)
(0.28/0.22/0.00/0.43)	

CMYK percentages

%27.59
%22.07
%0
%43.14

Codes

Color #697191 in popluar color models

697191
RGB105113145
HSL228°16.00%49.02%
HSB/HSV228°27.59%56.86%
CMYK27.59%22.07%0.00%
43.14%

Color #697191 in popluar number systems.

HEX697191
Decimal105113145
Binary1101001111000110010001
Octal151161221

Shades and tints

Shades of #697191

#697191
(105,113,145)
#606784
(96,103,132)
#575D77
(87,93,119)
#4E536A
(78,83,106)
#45495D
(69,73,93)
#3C3F50
(60,63,80)
#333543
(51,53,67)
#2A2B36
(42,43,54)
#212129
(33,33,41)
#18171C
(24,23,28)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #697191

#697191
(105,113,145)
#767D9B
(118,125,155)
#8389A5
(131,137,165)
#9095AF
(144,149,175)
#9DA1B9
(157,161,185)
#AAADC3
(170,173,195)
#B7B9CD
(183,185,205)
#C4C5D7
(196,197,215)
#D1D1E1
(209,209,225)
#DEDDEB
(222,221,235)
#EBE9F5
(235,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697191 color. Also use rgb(105,113,145) instead hex code.

Text Font Color

.myTextColor { color: #697191; }

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

This text font color is #697191.


Background Color

.myBgColor { background-color: #697191; }

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

This div background color is #697191.


Border color

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

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

This div border color is #697191.


Opacity

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

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

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

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

This text has shadow with #697191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697191 on black background.


Color preview on white background

This text has color #697191 on white background.



Black color preview on #697191 background

This text has black color on #697191 background.


White color preview on #697191 background

This text has white color on #697191 background.