COLOR #6A6970

HEX: #6A6970
RGB: (106,105,112)

Color info

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

RGB color model

#6A6970 color RGB value is (106,105,112).

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

RGB channels and saturation

R 106 of 255 = 42%
G 105 of 255 = 41%
B 112 of 255 = 44%

106
105
112

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

Portions of RGB colors in percentages

R + G + B =
106 + 105 + 112 = 323 (100%)
R 106 of 323 ~ 32.82%
G 105 of 323 ~ 32.51%
B 112 of 323 ~ 34.67%

%32.82
%32.51
%34.67

CMYK color model

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

  • cyan value is 5.36%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(5,6,0,56)
C5M6Y0K56 
(5%,6%,0%,56%)
(0.05/0.06/0.00/0.56)	

CMYK percentages

%5.36
%6.25
%0
%56.08

Codes

Color #6A6970 in popluar color models

6A6970
RGB106105112
HSL249°3.23%42.55%
HSB/HSV249°6.25%43.92%
CMYK5.36%6.25%0.00%
56.08%

Color #6A6970 in popluar number systems.

HEX6A6970
Decimal106105112
Binary110101011010011110000
Octal152151160

Shades and tints

Shades of #6A6970

#6A6970
(106,105,112)
#616066
(97,96,102)
#58575C
(88,87,92)
#4F4E52
(79,78,82)
#464548
(70,69,72)
#3D3C3E
(61,60,62)
#343334
(52,51,52)
#2B2A2A
(43,42,42)
#222120
(34,33,32)
#191816
(25,24,22)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #6A6970

#6A6970
(106,105,112)
#77767D
(119,118,125)
#84838A
(132,131,138)
#919097
(145,144,151)
#9E9DA4
(158,157,164)
#ABAAB1
(171,170,177)
#B8B7BE
(184,183,190)
#C5C4CB
(197,196,203)
#D2D1D8
(210,209,216)
#DFDEE5
(223,222,229)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6970; }

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

This text font color is #6A6970.


Background Color

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

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

This div background color is #6A6970.


Border color

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

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

This div border color is #6A6970.


Opacity

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

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

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

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

This text has shadow with #6A6970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6970 on black background.


Color preview on white background

This text has color #6A6970 on white background.



Black color preview on #6A6970 background

This text has black color on #6A6970 background.


White color preview on #6A6970 background

This text has white color on #6A6970 background.