COLOR #696679

HEX: #696679
RGB: (105,102,121)

Color info

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

RGB color model

#696679 color RGB value is (105,102,121).

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

RGB channels and saturation

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

105
102
121

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

Portions of RGB colors in percentages

R + G + B =
105 + 102 + 121 = 328 (100%)
R 105 of 328 ~ 32.01%
G 102 of 328 ~ 31.1%
B 121 of 328 ~ 36.89%

%32.01
%31.1
%36.89

CMYK color model

#696679 color CMYK value is (13,16,0,53).

  • cyan value is 13.22%
  • magenta value is 15.70%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(13,16,0,53)
C13M16Y0K53 
(13%,16%,0%,53%)
(0.13/0.16/0.00/0.53)	

CMYK percentages

%13.22
%15.7
%0
%52.55

Codes

Color #696679 in popluar color models

696679
RGB105102121
HSL249°8.52%43.73%
HSB/HSV249°15.70%47.45%
CMYK13.22%15.70%0.00%
52.55%

Color #696679 in popluar number systems.

HEX696679
Decimal105102121
Binary110100111001101111001
Octal151146171

Shades and tints

Shades of #696679

#696679
(105,102,121)
#605D6E
(96,93,110)
#575463
(87,84,99)
#4E4B58
(78,75,88)
#45424D
(69,66,77)
#3C3942
(60,57,66)
#333037
(51,48,55)
#2A272C
(42,39,44)
#211E21
(33,30,33)
#181516
(24,21,22)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #696679

#696679
(105,102,121)
#767385
(118,115,133)
#838091
(131,128,145)
#908D9D
(144,141,157)
#9D9AA9
(157,154,169)
#AAA7B5
(170,167,181)
#B7B4C1
(183,180,193)
#C4C1CD
(196,193,205)
#D1CED9
(209,206,217)
#DEDBE5
(222,219,229)
#EBE8F1
(235,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696679; }

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

This text font color is #696679.


Background Color

.myBgColor { background-color: #696679; }

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

This div background color is #696679.


Border color

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

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

This div border color is #696679.


Opacity

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

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

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

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

This text has shadow with #696679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696679 on black background.


Color preview on white background

This text has color #696679 on white background.



Black color preview on #696679 background

This text has black color on #696679 background.


White color preview on #696679 background

This text has white color on #696679 background.