COLOR #6A7673

HEX: #6A7673
RGB: (106,118,115)

Color info

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

RGB color model

#6A7673 color RGB value is (106,118,115).

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

RGB channels and saturation

R 106 of 255 = 42%
G 118 of 255 = 46%
B 115 of 255 = 45%

106
118
115

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

Portions of RGB colors in percentages

R + G + B =
106 + 118 + 115 = 339 (100%)
R 106 of 339 ~ 31.27%
G 118 of 339 ~ 34.81%
B 115 of 339 ~ 33.92%

%31.27
%34.81
%33.92

CMYK color model

#6A7673 color CMYK value is (10,0,3,54).

  • cyan value is 10.17%
  • magenta value is 0.00%
  • yellow value is 2.54%
  • key color value is 53.73%
CMYK:
(10,0,3,54)
C10M0Y3K54 
(10%,0%,3%,54%)
(0.10/0.00/0.03/0.54)	

CMYK percentages

%10.17
%0
%2.54
%53.73

Codes

Color #6A7673 in popluar color models

6A7673
RGB106118115
HSL165°5.36%43.92%
HSB/HSV165°10.17%46.27%
CMYK10.17%0.00%2.54%
53.73%

Color #6A7673 in popluar number systems.

HEX6A7673
Decimal106118115
Binary110101011101101110011
Octal152166163

Shades and tints

Shades of #6A7673

#6A7673
(106,118,115)
#616C69
(97,108,105)
#58625F
(88,98,95)
#4F5855
(79,88,85)
#464E4B
(70,78,75)
#3D4441
(61,68,65)
#343A37
(52,58,55)
#2B302D
(43,48,45)
#222623
(34,38,35)
#191C19
(25,28,25)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #6A7673

#6A7673
(106,118,115)
#77827F
(119,130,127)
#848E8B
(132,142,139)
#919A97
(145,154,151)
#9EA6A3
(158,166,163)
#ABB2AF
(171,178,175)
#B8BEBB
(184,190,187)
#C5CAC7
(197,202,199)
#D2D6D3
(210,214,211)
#DFE2DF
(223,226,223)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7673; }

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

This text font color is #6A7673.


Background Color

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

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

This div background color is #6A7673.


Border color

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

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

This div border color is #6A7673.


Opacity

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

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

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

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

This text has shadow with #6A7673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7673 on black background.


Color preview on white background

This text has color #6A7673 on white background.



Black color preview on #6A7673 background

This text has black color on #6A7673 background.


White color preview on #6A7673 background

This text has white color on #6A7673 background.