COLOR #696FB5

HEX: #696FB5
RGB: (105,111,181)

Color info

#696FB5 contains mainly blue color. Web safe color of #696FB5 is #6666CC (or #66C).

RGB color model

#696FB5 color RGB value is (105,111,181).

  • red value is 105;
  • green value is 111;
  • blue value is 181.
RGB:
(105,111,181)
(41%,44%,71%)

RGB channels and saturation

R 105 of 255 = 41%
G 111 of 255 = 44%
B 181 of 255 = 71%

105
111
181

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

Portions of RGB colors in percentages

R + G + B =
105 + 111 + 181 = 397 (100%)
R 105 of 397 ~ 26.45%
G 111 of 397 ~ 27.96%
B 181 of 397 ~ 45.59%

%26.45
%27.96
%45.59

CMYK color model

#696FB5 color CMYK value is (42,39,0,29).

  • cyan value is 41.99%
  • magenta value is 38.67%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(42,39,0,29)
C42M39Y0K29 
(42%,39%,0%,29%)
(0.42/0.39/0.00/0.29)	

CMYK percentages

%41.99
%38.67
%0
%29.02

Codes

Color #696FB5 in popluar color models

696FB5
RGB105111181
HSL235°33.93%56.08%
HSB/HSV235°41.99%70.98%
CMYK41.99%38.67%0.00%
29.02%

Color #696FB5 in popluar number systems.

HEX696FB5
Decimal105111181
Binary1101001110111110110101
Octal151157265

Shades and tints

Shades of #696FB5

#696FB5
(105,111,181)
#6065A5
(96,101,165)
#575B95
(87,91,149)
#4E5185
(78,81,133)
#454775
(69,71,117)
#3C3D65
(60,61,101)
#333355
(51,51,85)
#2A2945
(42,41,69)
#211F35
(33,31,53)
#181525
(24,21,37)
#0F0B15
(15,11,21)
#000000
(0,0,0)

Tints of #696FB5

#696FB5
(105,111,181)
#767CBB
(118,124,187)
#8389C1
(131,137,193)
#9096C7
(144,150,199)
#9DA3CD
(157,163,205)
#AAB0D3
(170,176,211)
#B7BDD9
(183,189,217)
#C4CADF
(196,202,223)
#D1D7E5
(209,215,229)
#DEE4EB
(222,228,235)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696FB5 color. Also use rgb(105,111,181) instead hex code.

Text Font Color

.myTextColor { color: #696FB5; }

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

This text font color is #696FB5.


Background Color

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

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

This div background color is #696FB5.


Border color

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

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

This div border color is #696FB5.


Opacity

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

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

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

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

This text has shadow with #696FB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696FB5 on black background.


Color preview on white background

This text has color #696FB5 on white background.



Black color preview on #696FB5 background

This text has black color on #696FB5 background.


White color preview on #696FB5 background

This text has white color on #696FB5 background.