COLOR #697293

HEX: #697293
RGB: (105,114,147)

Color info

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

RGB color model

#697293 color RGB value is (105,114,147).

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

RGB channels and saturation

R 105 of 255 = 41%
G 114 of 255 = 45%
B 147 of 255 = 58%

105
114
147

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

Portions of RGB colors in percentages

R + G + B =
105 + 114 + 147 = 366 (100%)
R 105 of 366 ~ 28.69%
G 114 of 366 ~ 31.15%
B 147 of 366 ~ 40.16%

%28.69
%31.15
%40.16

CMYK color model

#697293 color CMYK value is (29,22,0,42).

  • cyan value is 28.57%
  • magenta value is 22.45%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(29,22,0,42)
C29M22Y0K42 
(29%,22%,0%,42%)
(0.29/0.22/0.00/0.42)	

CMYK percentages

%28.57
%22.45
%0
%42.35

Codes

Color #697293 in popluar color models

697293
RGB105114147
HSL227°16.67%49.41%
HSB/HSV227°28.57%57.65%
CMYK28.57%22.45%0.00%
42.35%

Color #697293 in popluar number systems.

HEX697293
Decimal105114147
Binary1101001111001010010011
Octal151162223

Shades and tints

Shades of #697293

#697293
(105,114,147)
#606886
(96,104,134)
#575E79
(87,94,121)
#4E546C
(78,84,108)
#454A5F
(69,74,95)
#3C4052
(60,64,82)
#333645
(51,54,69)
#2A2C38
(42,44,56)
#21222B
(33,34,43)
#18181E
(24,24,30)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #697293

#697293
(105,114,147)
#767E9C
(118,126,156)
#838AA5
(131,138,165)
#9096AE
(144,150,174)
#9DA2B7
(157,162,183)
#AAAEC0
(170,174,192)
#B7BAC9
(183,186,201)
#C4C6D2
(196,198,210)
#D1D2DB
(209,210,219)
#DEDEE4
(222,222,228)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697293; }

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

This text font color is #697293.


Background Color

.myBgColor { background-color: #697293; }

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

This div background color is #697293.


Border color

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

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

This div border color is #697293.


Opacity

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

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

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

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

This text has shadow with #697293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697293 on black background.


Color preview on white background

This text has color #697293 on white background.



Black color preview on #697293 background

This text has black color on #697293 background.


White color preview on #697293 background

This text has white color on #697293 background.