COLOR #6A746E

HEX: #6A746E RGB: (106,116,110)

Color info

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

RGB color model

#6A746E color RGB value is (106,116,110).

RGB: (106,116,110) (42%, 45%, 43%)

RGB channels and saturation

R 106 of 255 = 42%
G 116 of 255 = 45%
B 110 of 255 = 43%

106
116
110

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

Portions of RGB colors in percentages

R + G + B = 106 + 116 + 110 = 332 (100%)
R 106 of 332 ~ 31.93%
G 116 of 332 ~ 34.94%
B 110 of 332 ~ 33.13'%

%31.93
%34.94
%33.13

CMYK color model

#6A746E color CMYK value is (9,0,5,55).

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

CMYK: (9,0,5,55)
C9M0Y5K55 (9%, 0%, 5%, 55%)
(0.09 / 0.00 / 0.05 / 0.55)

CMYK percentages

%8.62
%0
%5.17
%54.51

Codes

Color #6A746E in popluar color models

6A 74 6E
RGB 106 116 110
HSL 144° 4.50% 43.53%
HSB/HSV 144° 8.62% 45.49%
CMYK 8.62% 0.00% 5.17%
54.51%

Color #6A746E in popluar number systems.

HEX 6A 74 6E
Decimal 106 116 110
Binary 1101010 1110100 1101110
Octal 152 164 156

Shades and tints

Shades of #6A746E

#6A746E
(106,116,110)
#616A64
(97,106,100)
#58605A
(88,96,90)
#4F5650
(79,86,80)
#464C46
(70,76,70)
#3D423C
(61,66,60)
#343832
(52,56,50)
#2B2E28
(43,46,40)
#22241E
(34,36,30)
#191A14
(25,26,20)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #6A746E

#6A746E
(106,116,110)
#77807B
(119,128,123)
#848C88
(132,140,136)
#919895
(145,152,149)
#9EA4A2
(158,164,162)
#ABB0AF
(171,176,175)
#B8BCBC
(184,188,188)
#C5C8C9
(197,200,201)
#D2D4D6
(210,212,214)
#DFE0E3
(223,224,227)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A746E; }

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

This text font color is #6A746E.

Background Color

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

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

This div background color is #6A746E.

Border color

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

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

This div border color is #6A746E.

Opacity

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

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

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

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

This text has shadow with #6A746E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A746E.

Preview

Color preview on black background

This text has color #6A746E on black background.


Color preview on white background

This text has color #6A746E on white background.


Black color preview on #6A746E background

This text has black color on #6A746E background.


White color preview on #6A746E background

This text has white color on #6A746E background.


Related colors

Complementary color

Complementary color for #hex is #958B91.


I love getcolorcode.com

Triadic colors

1 #6E6A74 and #746E6A with #6A746E are triadic colors.

2 #6E746A and #746A6E with #6A746E are triadic colors.