COLOR #696B9C

HEX: #696B9C
RGB: (105,107,156)

Color info

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

RGB color model

#696B9C color RGB value is (105,107,156).

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

RGB channels and saturation

R 105 of 255 = 41%
G 107 of 255 = 42%
B 156 of 255 = 61%

105
107
156

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

Portions of RGB colors in percentages

R + G + B =
105 + 107 + 156 = 368 (100%)
R 105 of 368 ~ 28.53%
G 107 of 368 ~ 29.08%
B 156 of 368 ~ 42.39%

%28.53
%29.08
%42.39

CMYK color model

#696B9C color CMYK value is (33,31,0,39).

  • cyan value is 32.69%
  • magenta value is 31.41%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(33,31,0,39)
C33M31Y0K39 
(33%,31%,0%,39%)
(0.33/0.31/0.00/0.39)	

CMYK percentages

%32.69
%31.41
%0
%38.82

Codes

Color #696B9C in popluar color models

696B9C
RGB105107156
HSL238°20.48%51.18%
HSB/HSV238°32.69%61.18%
CMYK32.69%31.41%0.00%
38.82%

Color #696B9C in popluar number systems.

HEX696B9C
Decimal105107156
Binary1101001110101110011100
Octal151153234

Shades and tints

Shades of #696B9C

#696B9C
(105,107,156)
#60628E
(96,98,142)
#575980
(87,89,128)
#4E5072
(78,80,114)
#454764
(69,71,100)
#3C3E56
(60,62,86)
#333548
(51,53,72)
#2A2C3A
(42,44,58)
#21232C
(33,35,44)
#181A1E
(24,26,30)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #696B9C

#696B9C
(105,107,156)
#7678A5
(118,120,165)
#8385AE
(131,133,174)
#9092B7
(144,146,183)
#9D9FC0
(157,159,192)
#AAACC9
(170,172,201)
#B7B9D2
(183,185,210)
#C4C6DB
(196,198,219)
#D1D3E4
(209,211,228)
#DEE0ED
(222,224,237)
#EBEDF6
(235,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696B9C; }

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

This text font color is #696B9C.


Background Color

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

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

This div background color is #696B9C.


Border color

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

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

This div border color is #696B9C.


Opacity

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

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

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

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

This text has shadow with #696B9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696B9C on black background.


Color preview on white background

This text has color #696B9C on white background.



Black color preview on #696B9C background

This text has black color on #696B9C background.


White color preview on #696B9C background

This text has white color on #696B9C background.