COLOR #696EA6

HEX: #696EA6
RGB: (105,110,166)

Color info

#696EA6 contains mainly green and blue colors. Web safe color of #696EA6 is #666699 (or #669).

RGB color model

#696EA6 color RGB value is (105,110,166).

  • red value is 105;
  • green value is 110;
  • blue value is 166.
RGB:
(105,110,166)
(41%,43%,65%)

RGB channels and saturation

R 105 of 255 = 41%
G 110 of 255 = 43%
B 166 of 255 = 65%

105
110
166

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

Portions of RGB colors in percentages

R + G + B =
105 + 110 + 166 = 381 (100%)
R 105 of 381 ~ 27.56%
G 110 of 381 ~ 28.87%
B 166 of 381 ~ 43.57%

%27.56
%28.87
%43.57

CMYK color model

#696EA6 color CMYK value is (37,34,0,35).

  • cyan value is 36.75%
  • magenta value is 33.73%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(37,34,0,35)
C37M34Y0K35 
(37%,34%,0%,35%)
(0.37/0.34/0.00/0.35)	

CMYK percentages

%36.75
%33.73
%0
%34.9

Codes

Color #696EA6 in popluar color models

696EA6
RGB105110166
HSL235°25.52%53.14%
HSB/HSV235°36.75%65.10%
CMYK36.75%33.73%0.00%
34.90%

Color #696EA6 in popluar number systems.

HEX696EA6
Decimal105110166
Binary1101001110111010100110
Octal151156246

Shades and tints

Shades of #696EA6

#696EA6
(105,110,166)
#606497
(96,100,151)
#575A88
(87,90,136)
#4E5079
(78,80,121)
#45466A
(69,70,106)
#3C3C5B
(60,60,91)
#33324C
(51,50,76)
#2A283D
(42,40,61)
#211E2E
(33,30,46)
#18141F
(24,20,31)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #696EA6

#696EA6
(105,110,166)
#767BAE
(118,123,174)
#8388B6
(131,136,182)
#9095BE
(144,149,190)
#9DA2C6
(157,162,198)
#AAAFCE
(170,175,206)
#B7BCD6
(183,188,214)
#C4C9DE
(196,201,222)
#D1D6E6
(209,214,230)
#DEE3EE
(222,227,238)
#EBF0F6
(235,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696EA6 color. Also use rgb(105,110,166) instead hex code.

Text Font Color

.myTextColor { color: #696EA6; }

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

This text font color is #696EA6.


Background Color

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

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

This div background color is #696EA6.


Border color

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

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

This div border color is #696EA6.


Opacity

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

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

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

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

This text has shadow with #696EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696EA6 on black background.


Color preview on white background

This text has color #696EA6 on white background.



Black color preview on #696EA6 background

This text has black color on #696EA6 background.


White color preview on #696EA6 background

This text has white color on #696EA6 background.