COLOR #696A86

HEX: #696A86 RGB: (105,106,134)

Color info

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

RGB color model

#696A86 color RGB value is (105,106,134).

RGB: (105,106,134) (41%, 42%, 53%)

RGB channels and saturation

R 105 of 255 = 41%
G 106 of 255 = 42%
B 134 of 255 = 53%

105
106
134

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

Portions of RGB colors in percentages

R + G + B = 105 + 106 + 134 = 345 (100%)
R 105 of 345 ~ 30.43%
G 106 of 345 ~ 30.72%
B 134 of 345 ~ 38.84'%

%30.43
%30.72
%38.84

CMYK color model

#696A86 color CMYK value is (22,21,0,47).

  • cyan value is 21.64%
  • magenta value is 20.90%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (22,21,0,47)
C22M21Y0K47 (22%, 21%, 0%, 47%)
(0.22 / 0.21 / 0.00 / 0.47)

CMYK percentages

%21.64
%20.9
%0
%47.45

Codes

Color #696A86 in popluar color models

69 6A 86
RGB 105 106 134
HSL 238° 12.13% 46.86%
HSB/HSV 238° 21.64% 52.55%
CMYK 21.64% 20.90% 0.00%
47.45%

Color #696A86 in popluar number systems.

HEX 69 6A 86
Decimal 105 106 134
Binary 1101001 1101010 10000110
Octal 151 152 206

Shades and tints

Shades of #696A86

#696A86
(105,106,134)
#60617A
(96,97,122)
#57586E
(87,88,110)
#4E4F62
(78,79,98)
#454656
(69,70,86)
#3C3D4A
(60,61,74)
#33343E
(51,52,62)
#2A2B32
(42,43,50)
#212226
(33,34,38)
#18191A
(24,25,26)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #696A86

#696A86
(105,106,134)
#767791
(118,119,145)
#83849C
(131,132,156)
#9091A7
(144,145,167)
#9D9EB2
(157,158,178)
#AAABBD
(170,171,189)
#B7B8C8
(183,184,200)
#C4C5D3
(196,197,211)
#D1D2DE
(209,210,222)
#DEDFE9
(222,223,233)
#EBECF4
(235,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696A86; }

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

This text font color is #696A86.

Background Color

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

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

This div background color is #696A86.

Border color

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

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

This div border color is #696A86.

Opacity

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

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

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

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

This text has shadow with #696A86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #696A86.

Preview

Color preview on black background

This text has color #696A86 on black background.


Color preview on white background

This text has color #696A86 on white background.


Black color preview on #696A86 background

This text has black color on #696A86 background.


White color preview on #696A86 background

This text has white color on #696A86 background.


Related colors

Complementary color

Complementary color for #hex is #969579.


I love getcolorcode.com

Triadic colors

1 #86696A and #6A8669 with #696A86 are triadic colors.

2 #866A69 and #6A6986 with #696A86 are triadic colors.