COLOR #696579

HEX: #696579
RGB: (105,101,121)

Color info

#696579 contains red, green and blue colors in about the same proportion. Web safe color of #696579 is #666666 (or #666).

RGB color model

#696579 color RGB value is (105,101,121).

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

RGB channels and saturation

R 105 of 255 = 41%
G 101 of 255 = 40%
B 121 of 255 = 47%

105
101
121

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

Portions of RGB colors in percentages

R + G + B =
105 + 101 + 121 = 327 (100%)
R 105 of 327 ~ 32.11%
G 101 of 327 ~ 30.89%
B 121 of 327 ~ 37%

%32.11
%30.89
%37

CMYK color model

#696579 color CMYK value is (13,17,0,53).

  • cyan value is 13.22%
  • magenta value is 16.53%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(13,17,0,53)
C13M17Y0K53 
(13%,17%,0%,53%)
(0.13/0.17/0.00/0.53)	

CMYK percentages

%13.22
%16.53
%0
%52.55

Codes

Color #696579 in popluar color models

696579
RGB105101121
HSL252°9.01%43.53%
HSB/HSV252°16.53%47.45%
CMYK13.22%16.53%0.00%
52.55%

Color #696579 in popluar number systems.

HEX696579
Decimal105101121
Binary110100111001011111001
Octal151145171

Shades and tints

Shades of #696579

#696579
(105,101,121)
#605C6E
(96,92,110)
#575363
(87,83,99)
#4E4A58
(78,74,88)
#45414D
(69,65,77)
#3C3842
(60,56,66)
#332F37
(51,47,55)
#2A262C
(42,38,44)
#211D21
(33,29,33)
#181416
(24,20,22)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #696579

#696579
(105,101,121)
#767385
(118,115,133)
#838191
(131,129,145)
#908F9D
(144,143,157)
#9D9DA9
(157,157,169)
#AAABB5
(170,171,181)
#B7B9C1
(183,185,193)
#C4C7CD
(196,199,205)
#D1D5D9
(209,213,217)
#DEE3E5
(222,227,229)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696579; }

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

This text font color is #696579.


Background Color

.myBgColor { background-color: #696579; }

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

This div background color is #696579.


Border color

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

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

This div border color is #696579.


Opacity

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

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

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

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

This text has shadow with #696579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696579 on black background.


Color preview on white background

This text has color #696579 on white background.



Black color preview on #696579 background

This text has black color on #696579 background.


White color preview on #696579 background

This text has white color on #696579 background.