COLOR #6A7375

HEX: #6A7375 RGB: (106,115,117)

Color info

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

RGB color model

#6A7375 color RGB value is (106,115,117).

RGB: (106,115,117) (42%, 45%, 46%)

RGB channels and saturation

R 106 of 255 = 42%
G 115 of 255 = 45%
B 117 of 255 = 46%

106
115
117

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

Portions of RGB colors in percentages

R + G + B = 106 + 115 + 117 = 338 (100%)
R 106 of 338 ~ 31.36%
G 115 of 338 ~ 34.02%
B 117 of 338 ~ 34.62'%

%31.36
%34.02
%34.62

CMYK color model

#6A7375 color CMYK value is (9,2,0,54).

  • cyan value is 9.40%
  • magenta value is 1.71%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK: (9,2,0,54) C9M2Y0K54 (9%,2%,0%,54%) (0.09/0.02/0.00/0.54) 

CMYK percentages

%9.4
%1.71
%0
%54.12

Codes

Color #6A7375 in popluar color models

6A 73 75
RGB 106 115 117
HSL 191° 4.93% 43.73%
HSB/HSV 191° 9.40% 45.88%
CMYK 9.40% 1.71% 0.00%
54.12%

Color #6A7375 in popluar number systems.

HEX 6A 73 75
Decimal 106 115 117
Binary 1101010 1110011 1110101
Octal 152 163 165

Shades and tints

Shades of #6A7375

#6A7375
(106,115,117)
#61696B
(97,105,107)
#585F61
(88,95,97)
#4F5557
(79,85,87)
#464B4D
(70,75,77)
#3D4143
(61,65,67)
#343739
(52,55,57)
#2B2D2F
(43,45,47)
#222325
(34,35,37)
#19191B
(25,25,27)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #6A7375

#6A7375
(106,115,117)
#777F81
(119,127,129)
#848B8D
(132,139,141)
#919799
(145,151,153)
#9EA3A5
(158,163,165)
#ABAFB1
(171,175,177)
#B8BBBD
(184,187,189)
#C5C7C9
(197,199,201)
#D2D3D5
(210,211,213)
#DFDFE1
(223,223,225)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7375; }

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

This text font color is #6A7375.

Background Color

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

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

This div background color is #6A7375.

Border color

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

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

This div border color is #6A7375.

Opacity

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

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

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

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

This text has shadow with #6A7375 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A7375.

Preview

Color preview on black background

This text has color #6A7375 on black background.


Color preview on white background

This text has color #6A7375 on white background.


Black color preview on #6A7375 background

This text has black color on #6A7375 background.


White color preview on #6A7375 background

This text has white color on #6A7375 background.


Related colors

Complementary color

Complementary color for #hex is #958C8A.


I love getcolorcode.com

Triadic colors

1 #756A73 and #73756A with #6A7375 are triadic colors.

2 #75736A and #736A75 with #6A7375 are triadic colors.