COLOR #696B9E

HEX: #696B9E
RGB: (105,107,158)

Color info

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

RGB color model

#696B9E color RGB value is (105,107,158).

  • red value is 105;
  • green value is 107;
  • blue value is 158.
RGB:
(105,107,158)
(41%,42%,62%)

RGB channels and saturation

R 105 of 255 = 41%
G 107 of 255 = 42%
B 158 of 255 = 62%

105
107
158

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

Portions of RGB colors in percentages

R + G + B =
105 + 107 + 158 = 370 (100%)
R 105 of 370 ~ 28.38%
G 107 of 370 ~ 28.92%
B 158 of 370 ~ 42.7%

%28.38
%28.92
%42.7

CMYK color model

#696B9E color CMYK value is (34,32,0,38).

  • cyan value is 33.54%
  • magenta value is 32.28%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(34,32,0,38)
C34M32Y0K38 
(34%,32%,0%,38%)
(0.34/0.32/0.00/0.38)	

CMYK percentages

%33.54
%32.28
%0
%38.04

Codes

Color #696B9E in popluar color models

696B9E
RGB105107158
HSL238°21.46%51.57%
HSB/HSV238°33.54%61.96%
CMYK33.54%32.28%0.00%
38.04%

Color #696B9E in popluar number systems.

HEX696B9E
Decimal105107158
Binary1101001110101110011110
Octal151153236

Shades and tints

Shades of #696B9E

#696B9E
(105,107,158)
#606290
(96,98,144)
#575982
(87,89,130)
#4E5074
(78,80,116)
#454766
(69,71,102)
#3C3E58
(60,62,88)
#33354A
(51,53,74)
#2A2C3C
(42,44,60)
#21232E
(33,35,46)
#181A20
(24,26,32)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #696B9E

#696B9E
(105,107,158)
#7678A6
(118,120,166)
#8385AE
(131,133,174)
#9092B6
(144,146,182)
#9D9FBE
(157,159,190)
#AAACC6
(170,172,198)
#B7B9CE
(183,185,206)
#C4C6D6
(196,198,214)
#D1D3DE
(209,211,222)
#DEE0E6
(222,224,230)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696B9E color. Also use rgb(105,107,158) instead hex code.

Text Font Color

.myTextColor { color: #696B9E; }

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

This text font color is #696B9E.


Background Color

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

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

This div background color is #696B9E.


Border color

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

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

This div border color is #696B9E.


Opacity

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

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

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

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

This text has shadow with #696B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696B9E on black background.


Color preview on white background

This text has color #696B9E on white background.



Black color preview on #696B9E background

This text has black color on #696B9E background.


White color preview on #696B9E background

This text has white color on #696B9E background.