COLOR #6A706D

HEX: #6A706D
RGB: (106,112,109)

Color info

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

RGB color model

#6A706D color RGB value is (106,112,109).

  • red value is 106;
  • green value is 112;
  • blue value is 109.
RGB:
(106,112,109)
(42%,44%,43%)

RGB channels and saturation

R 106 of 255 = 42%
G 112 of 255 = 44%
B 109 of 255 = 43%

106
112
109

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

Portions of RGB colors in percentages

R + G + B =
106 + 112 + 109 = 327 (100%)
R 106 of 327 ~ 32.42%
G 112 of 327 ~ 34.25%
B 109 of 327 ~ 33.33%

%32.42
%34.25
%33.33

CMYK color model

#6A706D color CMYK value is (5,0,3,56).

  • cyan value is 5.36%
  • magenta value is 0.00%
  • yellow value is 2.68%
  • key color value is 56.08%
CMYK:
(5,0,3,56)
C5M0Y3K56 
(5%,0%,3%,56%)
(0.05/0.00/0.03/0.56)	

CMYK percentages

%5.36
%0
%2.68
%56.08

Codes

Color #6A706D in popluar color models

6A706D
RGB106112109
HSL150°2.75%42.75%
HSB/HSV150°5.36%43.92%
CMYK5.36%0.00%2.68%
56.08%

Color #6A706D in popluar number systems.

HEX6A706D
Decimal106112109
Binary110101011100001101101
Octal152160155

Shades and tints

Shades of #6A706D

#6A706D
(106,112,109)
#616664
(97,102,100)
#585C5B
(88,92,91)
#4F5252
(79,82,82)
#464849
(70,72,73)
#3D3E40
(61,62,64)
#343437
(52,52,55)
#2B2A2E
(43,42,46)
#222025
(34,32,37)
#19161C
(25,22,28)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #6A706D

#6A706D
(106,112,109)
#777D7A
(119,125,122)
#848A87
(132,138,135)
#919794
(145,151,148)
#9EA4A1
(158,164,161)
#ABB1AE
(171,177,174)
#B8BEBB
(184,190,187)
#C5CBC8
(197,203,200)
#D2D8D5
(210,216,213)
#DFE5E2
(223,229,226)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A706D color. Also use rgb(106,112,109) instead hex code.

Text Font Color

.myTextColor { color: #6A706D; }

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

This text font color is #6A706D.


Background Color

.myBgColor { background-color: #6A706D; }

<div style="background-color:#6A706D">Inner text</div>

This div background color is #6A706D.


Border color

.myBorderColor { border: 1px solid #6A706D; }

<div style="border:3px solid #6A706D">Div</div>

This div border color is #6A706D.


Opacity

.myOpacity80 { color: #6A706D; opacity: 0.8; }

<p style="color:#6A706D;opacity:0.8;">80%</p>

Text with #6A706D 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 #6A706D;}

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

This text has shadow with #6A706D color.

.textShadow {text-shadow: 3px 3px 1px #6A706D, 3px 3px 1px red;}

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

This text has shadow with #6A706D primary color and red secondary color.


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

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

This text has shadow with #6A706D and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6A706D;
-webkit-box-shadow: 1px 1px 3px 2px #6A706D;
box-shadow:1px 1px 3px 2px #6A706D;">
Div content here</div>
This div box has shadow with color #6A706D.

Preview

Color preview on black background

This text has color #6A706D on black background.


Color preview on white background

This text has color #6A706D on white background.



Black color preview on #6A706D background

This text has black color on #6A706D background.


White color preview on #6A706D background

This text has white color on #6A706D background.