COLOR #6A746F

HEX: #6A746F RGB: (106,116,111)

Color info

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

RGB color model

#6A746F color RGB value is (106,116,111).

RGB: (106,116,111) (42%, 45%, 44%)

RGB channels and saturation

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

106
116
111

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

Portions of RGB colors in percentages

R + G + B = 106 + 116 + 111 = 333 (100%)
R 106 of 333 ~ 31.83%
G 116 of 333 ~ 34.83%
B 111 of 333 ~ 33.33'%

%31.83
%34.83
%33.33

CMYK color model

#6A746F color CMYK value is (9,0,4,55).

  • cyan value is 8.62%
  • magenta value is 0.00%
  • yellow value is 4.31%
  • key color value is 54.51%

CMYK: (9,0,4,55)
C9M0Y4K55 (9%, 0%, 4%, 55%)
(0.09 / 0.00 / 0.04 / 0.55)

CMYK percentages

%8.62
%0
%4.31
%54.51

Codes

Color #6A746F in popluar color models

6A 74 6F
RGB 106 116 111
HSL 150° 4.50% 43.53%
HSB/HSV 150° 8.62% 45.49%
CMYK 8.62% 0.00% 4.31%
54.51%

Color #6A746F in popluar number systems.

HEX 6A 74 6F
Decimal 106 116 111
Binary 1101010 1110100 1101111
Octal 152 164 157

Shades and tints

Shades of #6A746F

#6A746F
(106,116,111)
#616A65
(97,106,101)
#58605B
(88,96,91)
#4F5651
(79,86,81)
#464C47
(70,76,71)
#3D423D
(61,66,61)
#343833
(52,56,51)
#2B2E29
(43,46,41)
#22241F
(34,36,31)
#191A15
(25,26,21)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #6A746F

#6A746F
(106,116,111)
#77807C
(119,128,124)
#848C89
(132,140,137)
#919896
(145,152,150)
#9EA4A3
(158,164,163)
#ABB0B0
(171,176,176)
#B8BCBD
(184,188,189)
#C5C8CA
(197,200,202)
#D2D4D7
(210,212,215)
#DFE0E4
(223,224,228)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A746F; }

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

This text font color is #6A746F.

Background Color

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

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

This div background color is #6A746F.

Border color

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

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

This div border color is #6A746F.

Opacity

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

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

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

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

This text has shadow with #6A746F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A746F.

Preview

Color preview on black background

This text has color #6A746F on black background.


Color preview on white background

This text has color #6A746F on white background.


Black color preview on #6A746F background

This text has black color on #6A746F background.


White color preview on #6A746F background

This text has white color on #6A746F background.


Related colors

Complementary color

Complementary color for #hex is #958B90.


I love getcolorcode.com

Triadic colors

1 #6F6A74 and #746F6A with #6A746F are triadic colors.

2 #6F746A and #746A6F with #6A746F are triadic colors.