COLOR #697793

HEX: #697793
RGB: (105,119,147)

Color info

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

RGB color model

#697793 color RGB value is (105,119,147).

  • red value is 105;
  • green value is 119;
  • blue value is 147.
RGB:
(105,119,147)
(41%,47%,58%)

RGB channels and saturation

R 105 of 255 = 41%
G 119 of 255 = 47%
B 147 of 255 = 58%

105
119
147

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

Portions of RGB colors in percentages

R + G + B =
105 + 119 + 147 = 371 (100%)
R 105 of 371 ~ 28.3%
G 119 of 371 ~ 32.08%
B 147 of 371 ~ 39.62%

%28.3
%32.08
%39.62

CMYK color model

#697793 color CMYK value is (29,19,0,42).

  • cyan value is 28.57%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(29,19,0,42)
C29M19Y0K42 
(29%,19%,0%,42%)
(0.29/0.19/0.00/0.42)	

CMYK percentages

%28.57
%19.05
%0
%42.35

Codes

Color #697793 in popluar color models

697793
RGB105119147
HSL220°16.67%49.41%
HSB/HSV220°28.57%57.65%
CMYK28.57%19.05%0.00%
42.35%

Color #697793 in popluar number systems.

HEX697793
Decimal105119147
Binary1101001111011110010011
Octal151167223

Shades and tints

Shades of #697793

#697793
(105,119,147)
#606D86
(96,109,134)
#576379
(87,99,121)
#4E596C
(78,89,108)
#454F5F
(69,79,95)
#3C4552
(60,69,82)
#333B45
(51,59,69)
#2A3138
(42,49,56)
#21272B
(33,39,43)
#181D1E
(24,29,30)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #697793

#697793
(105,119,147)
#76839C
(118,131,156)
#838FA5
(131,143,165)
#909BAE
(144,155,174)
#9DA7B7
(157,167,183)
#AAB3C0
(170,179,192)
#B7BFC9
(183,191,201)
#C4CBD2
(196,203,210)
#D1D7DB
(209,215,219)
#DEE3E4
(222,227,228)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697793 color. Also use rgb(105,119,147) instead hex code.

Text Font Color

.myTextColor { color: #697793; }

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

This text font color is #697793.


Background Color

.myBgColor { background-color: #697793; }

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

This div background color is #697793.


Border color

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

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

This div border color is #697793.


Opacity

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

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

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

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

This text has shadow with #697793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697793 on black background.


Color preview on white background

This text has color #697793 on white background.



Black color preview on #697793 background

This text has black color on #697793 background.


White color preview on #697793 background

This text has white color on #697793 background.