COLOR #696596

HEX: #696596
RGB: (105,101,150)

Color info

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

RGB color model

#696596 color RGB value is (105,101,150).

  • red value is 105;
  • green value is 101;
  • blue value is 150.
RGB:
(105,101,150)
(41%,40%,59%)

RGB channels and saturation

R 105 of 255 = 41%
G 101 of 255 = 40%
B 150 of 255 = 59%

105
101
150

R + G + B ~ 47%. #696596 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 101 + 150 = 356 (100%)
R 105 of 356 ~ 29.49%
G 101 of 356 ~ 28.37%
B 150 of 356 ~ 42.13%

%29.49
%28.37
%42.13

CMYK color model

#696596 color CMYK value is (30,33,0,41).

  • cyan value is 30.00%
  • magenta value is 32.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(30,33,0,41)
C30M33Y0K41 
(30%,33%,0%,41%)
(0.30/0.33/0.00/0.41)	

CMYK percentages

%30
%32.67
%0
%41.18

Codes

Color #696596 in popluar color models

696596
RGB105101150
HSL245°19.52%49.22%
HSB/HSV245°32.67%58.82%
CMYK30.00%32.67%0.00%
41.18%

Color #696596 in popluar number systems.

HEX696596
Decimal105101150
Binary1101001110010110010110
Octal151145226

Shades and tints

Shades of #696596

#696596
(105,101,150)
#605C89
(96,92,137)
#57537C
(87,83,124)
#4E4A6F
(78,74,111)
#454162
(69,65,98)
#3C3855
(60,56,85)
#332F48
(51,47,72)
#2A263B
(42,38,59)
#211D2E
(33,29,46)
#181421
(24,20,33)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #696596

#696596
(105,101,150)
#76739F
(118,115,159)
#8381A8
(131,129,168)
#908FB1
(144,143,177)
#9D9DBA
(157,157,186)
#AAABC3
(170,171,195)
#B7B9CC
(183,185,204)
#C4C7D5
(196,199,213)
#D1D5DE
(209,213,222)
#DEE3E7
(222,227,231)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696596 color. Also use rgb(105,101,150) instead hex code.

Text Font Color

.myTextColor { color: #696596; }

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

This text font color is #696596.


Background Color

.myBgColor { background-color: #696596; }

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

This div background color is #696596.


Border color

.myBorderColor { border: 1px solid #696596; }

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

This div border color is #696596.


Opacity

.myOpacity80 { color: #696596; opacity: 0.8; }

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

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

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

This text has shadow with #696596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696596 on black background.


Color preview on white background

This text has color #696596 on white background.



Black color preview on #696596 background

This text has black color on #696596 background.


White color preview on #696596 background

This text has white color on #696596 background.