COLOR #696DA3

HEX: #696DA3
RGB: (105,109,163)

Color info

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

RGB color model

#696DA3 color RGB value is (105,109,163).

  • red value is 105;
  • green value is 109;
  • blue value is 163.
RGB:
(105,109,163)
(41%,43%,64%)

RGB channels and saturation

R 105 of 255 = 41%
G 109 of 255 = 43%
B 163 of 255 = 64%

105
109
163

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

Portions of RGB colors in percentages

R + G + B =
105 + 109 + 163 = 377 (100%)
R 105 of 377 ~ 27.85%
G 109 of 377 ~ 28.91%
B 163 of 377 ~ 43.24%

%27.85
%28.91
%43.24

CMYK color model

#696DA3 color CMYK value is (36,33,0,36).

  • cyan value is 35.58%
  • magenta value is 33.13%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(36,33,0,36)
C36M33Y0K36 
(36%,33%,0%,36%)
(0.36/0.33/0.00/0.36)	

CMYK percentages

%35.58
%33.13
%0
%36.08

Codes

Color #696DA3 in popluar color models

696DA3
RGB105109163
HSL236°23.97%52.55%
HSB/HSV236°35.58%63.92%
CMYK35.58%33.13%0.00%
36.08%

Color #696DA3 in popluar number systems.

HEX696DA3
Decimal105109163
Binary1101001110110110100011
Octal151155243

Shades and tints

Shades of #696DA3

#696DA3
(105,109,163)
#606495
(96,100,149)
#575B87
(87,91,135)
#4E5279
(78,82,121)
#45496B
(69,73,107)
#3C405D
(60,64,93)
#33374F
(51,55,79)
#2A2E41
(42,46,65)
#212533
(33,37,51)
#181C25
(24,28,37)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #696DA3

#696DA3
(105,109,163)
#767AAB
(118,122,171)
#8387B3
(131,135,179)
#9094BB
(144,148,187)
#9DA1C3
(157,161,195)
#AAAECB
(170,174,203)
#B7BBD3
(183,187,211)
#C4C8DB
(196,200,219)
#D1D5E3
(209,213,227)
#DEE2EB
(222,226,235)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696DA3 color. Also use rgb(105,109,163) instead hex code.

Text Font Color

.myTextColor { color: #696DA3; }

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

This text font color is #696DA3.


Background Color

.myBgColor { background-color: #696DA3; }

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

This div background color is #696DA3.


Border color

.myBorderColor { border: 1px solid #696DA3; }

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

This div border color is #696DA3.


Opacity

.myOpacity80 { color: #696DA3; opacity: 0.8; }

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

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

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

This text has shadow with #696DA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696DA3 on black background.


Color preview on white background

This text has color #696DA3 on white background.



Black color preview on #696DA3 background

This text has black color on #696DA3 background.


White color preview on #696DA3 background

This text has white color on #696DA3 background.