COLOR #697488

HEX: #697488
RGB: (105,116,136)

Color info

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

RGB color model

#697488 color RGB value is (105,116,136).

  • red value is 105;
  • green value is 116;
  • blue value is 136.
RGB:
(105,116,136)
(41%,45%,53%)

RGB channels and saturation

R 105 of 255 = 41%
G 116 of 255 = 45%
B 136 of 255 = 53%

105
116
136

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

Portions of RGB colors in percentages

R + G + B =
105 + 116 + 136 = 357 (100%)
R 105 of 357 ~ 29.41%
G 116 of 357 ~ 32.49%
B 136 of 357 ~ 38.1%

%29.41
%32.49
%38.1

CMYK color model

#697488 color CMYK value is (23,15,0,47).

  • cyan value is 22.79%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(23,15,0,47)
C23M15Y0K47 
(23%,15%,0%,47%)
(0.23/0.15/0.00/0.47)	

CMYK percentages

%22.79
%14.71
%0
%46.67

Codes

Color #697488 in popluar color models

697488
RGB105116136
HSL219°12.86%47.25%
HSB/HSV219°22.79%53.33%
CMYK22.79%14.71%0.00%
46.67%

Color #697488 in popluar number systems.

HEX697488
Decimal105116136
Binary1101001111010010001000
Octal151164210

Shades and tints

Shades of #697488

#697488
(105,116,136)
#606A7C
(96,106,124)
#576070
(87,96,112)
#4E5664
(78,86,100)
#454C58
(69,76,88)
#3C424C
(60,66,76)
#333840
(51,56,64)
#2A2E34
(42,46,52)
#212428
(33,36,40)
#181A1C
(24,26,28)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #697488

#697488
(105,116,136)
#768092
(118,128,146)
#838C9C
(131,140,156)
#9098A6
(144,152,166)
#9DA4B0
(157,164,176)
#AAB0BA
(170,176,186)
#B7BCC4
(183,188,196)
#C4C8CE
(196,200,206)
#D1D4D8
(209,212,216)
#DEE0E2
(222,224,226)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697488 color. Also use rgb(105,116,136) instead hex code.

Text Font Color

.myTextColor { color: #697488; }

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

This text font color is #697488.


Background Color

.myBgColor { background-color: #697488; }

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

This div background color is #697488.


Border color

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

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

This div border color is #697488.


Opacity

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

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

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

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

This text has shadow with #697488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697488 on black background.


Color preview on white background

This text has color #697488 on white background.



Black color preview on #697488 background

This text has black color on #697488 background.


White color preview on #697488 background

This text has white color on #697488 background.