COLOR #697195

HEX: #697195
RGB: (105,113,149)

Color info

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

RGB color model

#697195 color RGB value is (105,113,149).

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

RGB channels and saturation

R 105 of 255 = 41%
G 113 of 255 = 44%
B 149 of 255 = 58%

105
113
149

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

Portions of RGB colors in percentages

R + G + B =
105 + 113 + 149 = 367 (100%)
R 105 of 367 ~ 28.61%
G 113 of 367 ~ 30.79%
B 149 of 367 ~ 40.6%

%28.61
%30.79
%40.6

CMYK color model

#697195 color CMYK value is (30,24,0,42).

  • cyan value is 29.53%
  • magenta value is 24.16%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(30,24,0,42)
C30M24Y0K42 
(30%,24%,0%,42%)
(0.30/0.24/0.00/0.42)	

CMYK percentages

%29.53
%24.16
%0
%41.57

Codes

Color #697195 in popluar color models

697195
RGB105113149
HSL229°17.32%49.80%
HSB/HSV229°29.53%58.43%
CMYK29.53%24.16%0.00%
41.57%

Color #697195 in popluar number systems.

HEX697195
Decimal105113149
Binary1101001111000110010101
Octal151161225

Shades and tints

Shades of #697195

#697195
(105,113,149)
#606788
(96,103,136)
#575D7B
(87,93,123)
#4E536E
(78,83,110)
#454961
(69,73,97)
#3C3F54
(60,63,84)
#333547
(51,53,71)
#2A2B3A
(42,43,58)
#21212D
(33,33,45)
#181720
(24,23,32)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #697195

#697195
(105,113,149)
#767D9E
(118,125,158)
#8389A7
(131,137,167)
#9095B0
(144,149,176)
#9DA1B9
(157,161,185)
#AAADC2
(170,173,194)
#B7B9CB
(183,185,203)
#C4C5D4
(196,197,212)
#D1D1DD
(209,209,221)
#DEDDE6
(222,221,230)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697195; }

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

This text font color is #697195.


Background Color

.myBgColor { background-color: #697195; }

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

This div background color is #697195.


Border color

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

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

This div border color is #697195.


Opacity

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

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

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

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

This text has shadow with #697195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697195 on black background.


Color preview on white background

This text has color #697195 on white background.



Black color preview on #697195 background

This text has black color on #697195 background.


White color preview on #697195 background

This text has white color on #697195 background.