COLOR #696A79

HEX: #696A79 RGB: (105,106,121)

Color info

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

RGB color model

#696A79 color RGB value is (105,106,121).

RGB: (105,106,121) (41%, 42%, 47%)

RGB channels and saturation

R 105 of 255 = 41%
G 106 of 255 = 42%
B 121 of 255 = 47%

105
106
121

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

Portions of RGB colors in percentages

R + G + B = 105 + 106 + 121 = 332 (100%)
R 105 of 332 ~ 31.63%
G 106 of 332 ~ 31.93%
B 121 of 332 ~ 36.45'%

%31.63
%31.93
%36.45

CMYK color model

#696A79 color CMYK value is (13,12,0,53).

  • cyan value is 13.22%
  • magenta value is 12.40%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (13,12,0,53)
C13M12Y0K53 (13%, 12%, 0%, 53%)
(0.13 / 0.12 / 0.00 / 0.53)

CMYK percentages

%13.22
%12.4
%0
%52.55

Codes

Color #696A79 in popluar color models

69 6A 79
RGB 105 106 121
HSL 236° 7.08% 44.31%
HSB/HSV 236° 13.22% 47.45%
CMYK 13.22% 12.40% 0.00%
52.55%

Color #696A79 in popluar number systems.

HEX 69 6A 79
Decimal 105 106 121
Binary 1101001 1101010 1111001
Octal 151 152 171

Shades and tints

Shades of #696A79

#696A79
(105,106,121)
#60616E
(96,97,110)
#575863
(87,88,99)
#4E4F58
(78,79,88)
#45464D
(69,70,77)
#3C3D42
(60,61,66)
#333437
(51,52,55)
#2A2B2C
(42,43,44)
#212221
(33,34,33)
#181916
(24,25,22)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #696A79

#696A79
(105,106,121)
#767785
(118,119,133)
#838491
(131,132,145)
#90919D
(144,145,157)
#9D9EA9
(157,158,169)
#AAABB5
(170,171,181)
#B7B8C1
(183,184,193)
#C4C5CD
(196,197,205)
#D1D2D9
(209,210,217)
#DEDFE5
(222,223,229)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696A79; }

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

This text font color is #696A79.

Background Color

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

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

This div background color is #696A79.

Border color

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

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

This div border color is #696A79.

Opacity

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

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

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

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

This text has shadow with #696A79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #696A79.

Preview

Color preview on black background

This text has color #696A79 on black background.


Color preview on white background

This text has color #696A79 on white background.


Black color preview on #696A79 background

This text has black color on #696A79 background.


White color preview on #696A79 background

This text has white color on #696A79 background.


Related colors

Complementary color

Complementary color for #hex is #969586.


I love getcolorcode.com

Triadic colors

1 #79696A and #6A7969 with #696A79 are triadic colors.

2 #796A69 and #6A6979 with #696A79 are triadic colors.