COLOR #696B6F

HEX: #696B6F RGB: (105,107,111)

Color info

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

RGB color model

#696B6F color RGB value is (105,107,111).

RGB: (105,107,111) (41%, 42%, 44%)

RGB channels and saturation

R 105 of 255 = 41%
G 107 of 255 = 42%
B 111 of 255 = 44%

105
107
111

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

Portions of RGB colors in percentages

R + G + B = 105 + 107 + 111 = 323 (100%)
R 105 of 323 ~ 32.51%
G 107 of 323 ~ 33.13%
B 111 of 323 ~ 34.37'%

%32.51
%33.13
%34.37

CMYK color model

#696B6F color CMYK value is (5,4,0,56).

  • cyan value is 5.41%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (5,4,0,56)
C5M4Y0K56 (5%, 4%, 0%, 56%)
(0.05 / 0.04 / 0.00 / 0.56)

CMYK percentages

%5.41
%3.6
%0
%56.47

Codes

Color #696B6F in popluar color models

69 6B 6F
RGB 105 107 111
HSL 220° 2.78% 42.35%
HSB/HSV 220° 5.41% 43.53%
CMYK 5.41% 3.60% 0.00%
56.47%

Color #696B6F in popluar number systems.

HEX 69 6B 6F
Decimal 105 107 111
Binary 1101001 1101011 1101111
Octal 151 153 157

Shades and tints

Shades of #696B6F

#696B6F
(105,107,111)
#606265
(96,98,101)
#57595B
(87,89,91)
#4E5051
(78,80,81)
#454747
(69,71,71)
#3C3E3D
(60,62,61)
#333533
(51,53,51)
#2A2C29
(42,44,41)
#21231F
(33,35,31)
#181A15
(24,26,21)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #696B6F

#696B6F
(105,107,111)
#76787C
(118,120,124)
#838589
(131,133,137)
#909296
(144,146,150)
#9D9FA3
(157,159,163)
#AAACB0
(170,172,176)
#B7B9BD
(183,185,189)
#C4C6CA
(196,198,202)
#D1D3D7
(209,211,215)
#DEE0E4
(222,224,228)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696B6F color. Also use rgb(105,107,111) instead hex code.

Text Font Color

.myTextColor { color: #696B6F; }

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

This text font color is #696B6F.

Background Color

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

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

This div background color is #696B6F.

Border color

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

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

This div border color is #696B6F.

Opacity

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

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

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

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

This text has shadow with #696B6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #696B6F.

Preview

Color preview on black background

This text has color #696B6F on black background.


Color preview on white background

This text has color #696B6F on white background.


Black color preview on #696B6F background

This text has black color on #696B6F background.


White color preview on #696B6F background

This text has white color on #696B6F background.


Related colors

Complementary color

Complementary color for #hex is #969490.


I love getcolorcode.com

Triadic colors

1 #6F696B and #6B6F69 with #696B6F are triadic colors.

2 #6F6B69 and #6B696F with #696B6F are triadic colors.