COLOR #696C86

HEX: #696C86 RGB: (105,108,134)

Color info

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

RGB color model

#696C86 color RGB value is (105,108,134).

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

RGB channels and saturation

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

105
108
134

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

Portions of RGB colors in percentages

R + G + B = 105 + 108 + 134 = 347 (100%)
R 105 of 347 ~ 30.26%
G 108 of 347 ~ 31.12%
B 134 of 347 ~ 38.62'%

%30.26
%31.12
%38.62

CMYK color model

#696C86 color CMYK value is (22,19,0,47).

  • cyan value is 21.64%
  • magenta value is 19.40%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK: (22,19,0,47) C22M19Y0K47 (22%,19%,0%,47%) (0.22/0.19/0.00/0.47) 

CMYK percentages

%21.64
%19.4
%0
%47.45

Codes

Color #696C86 in popluar color models

69 6C 86
RGB 105 108 134
HSL 234° 12.13% 46.86%
HSB/HSV 234° 21.64% 52.55%
CMYK 21.64% 19.40% 0.00%
47.45%

Color #696C86 in popluar number systems.

HEX 69 6C 86
Decimal 105 108 134
Binary 1101001 1101100 10000110
Octal 151 154 206

Shades and tints

Shades of #696C86

#696C86
(105,108,134)
#60637A
(96,99,122)
#575A6E
(87,90,110)
#4E5162
(78,81,98)
#454856
(69,72,86)
#3C3F4A
(60,63,74)
#33363E
(51,54,62)
#2A2D32
(42,45,50)
#212426
(33,36,38)
#181B1A
(24,27,26)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #696C86

#696C86
(105,108,134)
#767991
(118,121,145)
#83869C
(131,134,156)
#9093A7
(144,147,167)
#9DA0B2
(157,160,178)
#AAADBD
(170,173,189)
#B7BAC8
(183,186,200)
#C4C7D3
(196,199,211)
#D1D4DE
(209,212,222)
#DEE1E9
(222,225,233)
#EBEEF4
(235,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696C86; }

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

This text font color is #696C86.

Background Color

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

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

This div background color is #696C86.

Border color

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

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

This div border color is #696C86.

Opacity

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

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

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

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

This text has shadow with #696C86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #696C86.

Preview

Color preview on black background

This text has color #696C86 on black background.


Color preview on white background

This text has color #696C86 on white background.


Black color preview on #696C86 background

This text has black color on #696C86 background.


White color preview on #696C86 background

This text has white color on #696C86 background.


Related colors

Complementary color

Complementary color for #hex is #969379.


I love getcolorcode.com

Triadic colors

1 #86696C and #6C8669 with #696C86 are triadic colors.

2 #866C69 and #6C6986 with #696C86 are triadic colors.