COLOR #6A6974

HEX: #6A6974
RGB: (106,105,116)

Color info

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

RGB color model

#6A6974 color RGB value is (106,105,116).

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

RGB channels and saturation

R 106 of 255 = 42%
G 105 of 255 = 41%
B 116 of 255 = 45%

106
105
116

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

Portions of RGB colors in percentages

R + G + B =
106 + 105 + 116 = 327 (100%)
R 106 of 327 ~ 32.42%
G 105 of 327 ~ 32.11%
B 116 of 327 ~ 35.47%

%32.42
%32.11
%35.47

CMYK color model

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

  • cyan value is 8.62%
  • magenta value is 9.48%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(9,9,0,55)
C9M9Y0K55 
(9%,9%,0%,55%)
(0.09/0.09/0.00/0.55)	

CMYK percentages

%8.62
%9.48
%0
%54.51

Codes

Color #6A6974 in popluar color models

6A6974
RGB106105116
HSL245°4.98%43.33%
HSB/HSV245°9.48%45.49%
CMYK8.62%9.48%0.00%
54.51%

Color #6A6974 in popluar number systems.

HEX6A6974
Decimal106105116
Binary110101011010011110100
Octal152151164

Shades and tints

Shades of #6A6974

#6A6974
(106,105,116)
#61606A
(97,96,106)
#585760
(88,87,96)
#4F4E56
(79,78,86)
#46454C
(70,69,76)
#3D3C42
(61,60,66)
#343338
(52,51,56)
#2B2A2E
(43,42,46)
#222124
(34,33,36)
#19181A
(25,24,26)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #6A6974

#6A6974
(106,105,116)
#777680
(119,118,128)
#84838C
(132,131,140)
#919098
(145,144,152)
#9E9DA4
(158,157,164)
#ABAAB0
(171,170,176)
#B8B7BC
(184,183,188)
#C5C4C8
(197,196,200)
#D2D1D4
(210,209,212)
#DFDEE0
(223,222,224)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6974; }

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

This text font color is #6A6974.


Background Color

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

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

This div background color is #6A6974.


Border color

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

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

This div border color is #6A6974.


Opacity

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

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

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

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

This text has shadow with #6A6974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6974 on black background.


Color preview on white background

This text has color #6A6974 on white background.



Black color preview on #6A6974 background

This text has black color on #6A6974 background.


White color preview on #6A6974 background

This text has white color on #6A6974 background.