COLOR #6A7A6D

HEX: #6A7A6D
RGB: (106,122,109)

Color info

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

RGB color model

#6A7A6D color RGB value is (106,122,109).

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

RGB channels and saturation

R 106 of 255 = 42%
G 122 of 255 = 48%
B 109 of 255 = 43%

106
122
109

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

Portions of RGB colors in percentages

R + G + B =
106 + 122 + 109 = 337 (100%)
R 106 of 337 ~ 31.45%
G 122 of 337 ~ 36.2%
B 109 of 337 ~ 32.34%

%31.45
%36.2
%32.34

CMYK color model

#6A7A6D color CMYK value is (13,0,11,52).

  • cyan value is 13.11%
  • magenta value is 0.00%
  • yellow value is 10.66%
  • key color value is 52.16%
CMYK:
(13,0,11,52)
C13M0Y11K52 
(13%,0%,11%,52%)
(0.13/0.00/0.11/0.52)	

CMYK percentages

%13.11
%0
%10.66
%52.16

Codes

Color #6A7A6D in popluar color models

6A7A6D
RGB106122109
HSL131°7.02%44.71%
HSB/HSV131°13.11%47.84%
CMYK13.11%0.00%10.66%
52.16%

Color #6A7A6D in popluar number systems.

HEX6A7A6D
Decimal106122109
Binary110101011110101101101
Octal152172155

Shades and tints

Shades of #6A7A6D

#6A7A6D
(106,122,109)
#616F64
(97,111,100)
#58645B
(88,100,91)
#4F5952
(79,89,82)
#464E49
(70,78,73)
#3D4340
(61,67,64)
#343837
(52,56,55)
#2B2D2E
(43,45,46)
#222225
(34,34,37)
#19171C
(25,23,28)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #6A7A6D

#6A7A6D
(106,122,109)
#77867A
(119,134,122)
#849287
(132,146,135)
#919E94
(145,158,148)
#9EAAA1
(158,170,161)
#ABB6AE
(171,182,174)
#B8C2BB
(184,194,187)
#C5CEC8
(197,206,200)
#D2DAD5
(210,218,213)
#DFE6E2
(223,230,226)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7A6D; }

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

This text font color is #6A7A6D.


Background Color

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

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

This div background color is #6A7A6D.


Border color

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

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

This div border color is #6A7A6D.


Opacity

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

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

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

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

This text has shadow with #6A7A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7A6D on black background.


Color preview on white background

This text has color #6A7A6D on white background.



Black color preview on #6A7A6D background

This text has black color on #6A7A6D background.


White color preview on #6A7A6D background

This text has white color on #6A7A6D background.