COLOR #696F6B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

105
111
107

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

Portions of RGB colors in percentages

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

%32.51
%34.37
%33.13

CMYK color model

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

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

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

CMYK percentages

%5.41
%0
%3.6
%56.47

Codes

Color #696F6B in popluar color models

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

Color #696F6B in popluar number systems.

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

Shades and tints

Shades of #696F6B

#696F6B
(105,111,107)
#606562
(96,101,98)
#575B59
(87,91,89)
#4E5150
(78,81,80)
#454747
(69,71,71)
#3C3D3E
(60,61,62)
#333335
(51,51,53)
#2A292C
(42,41,44)
#211F23
(33,31,35)
#18151A
(24,21,26)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #696F6B

#696F6B
(105,111,107)
#767C78
(118,124,120)
#838985
(131,137,133)
#909692
(144,150,146)
#9DA39F
(157,163,159)
#AAB0AC
(170,176,172)
#B7BDB9
(183,189,185)
#C4CAC6
(196,202,198)
#D1D7D3
(209,215,211)
#DEE4E0
(222,228,224)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696F6B; }

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

This text font color is #696F6B.

Background Color

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

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

This div background color is #696F6B.

Border color

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

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

This div border color is #696F6B.

Opacity

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

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

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

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

This text has shadow with #696F6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #696F6B.

Preview

Color preview on black background

This text has color #696F6B on black background.


Color preview on white background

This text has color #696F6B on white background.


Black color preview on #696F6B background

This text has black color on #696F6B background.


White color preview on #696F6B background

This text has white color on #696F6B background.


Related colors

Complementary color

Complementary color for #hex is #969094.


I love getcolorcode.com

Triadic colors

1 #6B696F and #6F6B69 with #696F6B are triadic colors.

2 #6B6F69 and #6F696B with #696F6B are triadic colors.