COLOR #6A7374

HEX: #6A7374 RGB: (106,115,116)

Color info

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

RGB color model

#6A7374 color RGB value is (106,115,116).

RGB: (106,115,116) (42%, 45%, 45%)

RGB channels and saturation

R 106 of 255 = 42%
G 115 of 255 = 45%
B 116 of 255 = 45%

106
115
116

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

Portions of RGB colors in percentages

R + G + B = 106 + 115 + 116 = 337 (100%)
R 106 of 337 ~ 31.45%
G 115 of 337 ~ 34.12%
B 116 of 337 ~ 34.42'%

%31.45
%34.12
%34.42

CMYK color model

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

  • cyan value is 8.62%
  • magenta value is 0.86%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK: (9,1,0,55) C9M1Y0K55 (9%,1%,0%,55%) (0.09/0.01/0.00/0.55) 

CMYK percentages

%8.62
%0.86
%0
%54.51

Codes

Color #6A7374 in popluar color models

6A 73 74
RGB 106 115 116
HSL 186° 4.50% 43.53%
HSB/HSV 186° 8.62% 45.49%
CMYK 8.62% 0.86% 0.00%
54.51%

Color #6A7374 in popluar number systems.

HEX 6A 73 74
Decimal 106 115 116
Binary 1101010 1110011 1110100
Octal 152 163 164

Shades and tints

Shades of #6A7374

#6A7374
(106,115,116)
#61696A
(97,105,106)
#585F60
(88,95,96)
#4F5556
(79,85,86)
#464B4C
(70,75,76)
#3D4142
(61,65,66)
#343738
(52,55,56)
#2B2D2E
(43,45,46)
#222324
(34,35,36)
#19191A
(25,25,26)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #6A7374

#6A7374
(106,115,116)
#777F80
(119,127,128)
#848B8C
(132,139,140)
#919798
(145,151,152)
#9EA3A4
(158,163,164)
#ABAFB0
(171,175,176)
#B8BBBC
(184,187,188)
#C5C7C8
(197,199,200)
#D2D3D4
(210,211,212)
#DFDFE0
(223,223,224)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7374; }

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

This text font color is #6A7374.

Background Color

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

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

This div background color is #6A7374.

Border color

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

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

This div border color is #6A7374.

Opacity

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

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

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

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

This text has shadow with #6A7374 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A7374.

Preview

Color preview on black background

This text has color #6A7374 on black background.


Color preview on white background

This text has color #6A7374 on white background.


Black color preview on #6A7374 background

This text has black color on #6A7374 background.


White color preview on #6A7374 background

This text has white color on #6A7374 background.


Related colors

Complementary color

Complementary color for #hex is #958C8B.


I love getcolorcode.com

Triadic colors

1 #746A73 and #73746A with #6A7374 are triadic colors.

2 #74736A and #736A74 with #6A7374 are triadic colors.