COLOR #6A6E74

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

Color info

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

RGB color model

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

  • red value is 106;
  • green value is 110;
  • blue value is 116.
RGB:
(106,110,116)
(42%,43%,45%)

RGB channels and saturation

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

106
110
116

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

Portions of RGB colors in percentages

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

%31.93
%33.13
%34.94

CMYK color model

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

  • cyan value is 8.62%
  • magenta value is 5.17%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(9,5,0,55)
C9M5Y0K55 
(9%,5%,0%,55%)
(0.09/0.05/0.00/0.55)	

CMYK percentages

%8.62
%5.17
%0
%54.51

Codes

Color #6A6E74 in popluar color models

6A6E74
RGB106110116
HSL216°4.50%43.53%
HSB/HSV216°8.62%45.49%
CMYK8.62%5.17%0.00%
54.51%

Color #6A6E74 in popluar number systems.

HEX6A6E74
Decimal106110116
Binary110101011011101110100
Octal152156164

Shades and tints

Shades of #6A6E74

#6A6E74
(106,110,116)
#61646A
(97,100,106)
#585A60
(88,90,96)
#4F5056
(79,80,86)
#46464C
(70,70,76)
#3D3C42
(61,60,66)
#343238
(52,50,56)
#2B282E
(43,40,46)
#221E24
(34,30,36)
#19141A
(25,20,26)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #6A6E74

#6A6E74
(106,110,116)
#777B80
(119,123,128)
#84888C
(132,136,140)
#919598
(145,149,152)
#9EA2A4
(158,162,164)
#ABAFB0
(171,175,176)
#B8BCBC
(184,188,188)
#C5C9C8
(197,201,200)
#D2D6D4
(210,214,212)
#DFE3E0
(223,227,224)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6E74; }

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

This text font color is #6A6E74.


Background Color

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

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

This div background color is #6A6E74.


Border color

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

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

This div border color is #6A6E74.


Opacity

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

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

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

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

This text has shadow with #6A6E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6E74 on black background.


Color preview on white background

This text has color #6A6E74 on white background.



Black color preview on #6A6E74 background

This text has black color on #6A6E74 background.


White color preview on #6A6E74 background

This text has white color on #6A6E74 background.