COLOR #6A6F73

HEX: #6A6F73
RGB: (106,111,115)

Color info

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

RGB color model

#6A6F73 color RGB value is (106,111,115).

  • red value is 106;
  • green value is 111;
  • blue value is 115.
RGB:
(106,111,115)
(42%,44%,45%)

RGB channels and saturation

R 106 of 255 = 42%
G 111 of 255 = 44%
B 115 of 255 = 45%

106
111
115

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

Portions of RGB colors in percentages

R + G + B =
106 + 111 + 115 = 332 (100%)
R 106 of 332 ~ 31.93%
G 111 of 332 ~ 33.43%
B 115 of 332 ~ 34.64%

%31.93
%33.43
%34.64

CMYK color model

#6A6F73 color CMYK value is (8,3,0,55).

  • cyan value is 7.83%
  • magenta value is 3.48%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(8,3,0,55)
C8M3Y0K55 
(8%,3%,0%,55%)
(0.08/0.03/0.00/0.55)	

CMYK percentages

%7.83
%3.48
%0
%54.9

Codes

Color #6A6F73 in popluar color models

6A6F73
RGB106111115
HSL207°4.07%43.33%
HSB/HSV207°7.83%45.10%
CMYK7.83%3.48%0.00%
54.90%

Color #6A6F73 in popluar number systems.

HEX6A6F73
Decimal106111115
Binary110101011011111110011
Octal152157163

Shades and tints

Shades of #6A6F73

#6A6F73
(106,111,115)
#616569
(97,101,105)
#585B5F
(88,91,95)
#4F5155
(79,81,85)
#46474B
(70,71,75)
#3D3D41
(61,61,65)
#343337
(52,51,55)
#2B292D
(43,41,45)
#221F23
(34,31,35)
#191519
(25,21,25)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #6A6F73

#6A6F73
(106,111,115)
#777C7F
(119,124,127)
#84898B
(132,137,139)
#919697
(145,150,151)
#9EA3A3
(158,163,163)
#ABB0AF
(171,176,175)
#B8BDBB
(184,189,187)
#C5CAC7
(197,202,199)
#D2D7D3
(210,215,211)
#DFE4DF
(223,228,223)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6F73 color. Also use rgb(106,111,115) instead hex code.

Text Font Color

.myTextColor { color: #6A6F73; }

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

This text font color is #6A6F73.


Background Color

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

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

This div background color is #6A6F73.


Border color

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

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

This div border color is #6A6F73.


Opacity

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

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

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

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

This text has shadow with #6A6F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6F73 on black background.


Color preview on white background

This text has color #6A6F73 on white background.



Black color preview on #6A6F73 background

This text has black color on #6A6F73 background.


White color preview on #6A6F73 background

This text has white color on #6A6F73 background.