COLOR #6B7571

HEX: #6B7571 RGB: (107,117,113)

Color info

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

RGB color model

#6B7571 color RGB value is (107,117,113).

RGB: (107,117,113) (42%, 46%, 44%)

RGB channels and saturation

R 107 of 255 = 42%
G 117 of 255 = 46%
B 113 of 255 = 44%

107
117
113

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

Portions of RGB colors in percentages

R + G + B = 107 + 117 + 113 = 337 (100%)
R 107 of 337 ~ 31.75%
G 117 of 337 ~ 34.72%
B 113 of 337 ~ 33.53'%

%31.75
%34.72
%33.53

CMYK color model

#6B7571 color CMYK value is (9,0,3,54).

  • cyan value is 8.55%
  • magenta value is 0.00%
  • yellow value is 3.42%
  • key color value is 54.12%

CMYK: (9,0,3,54)
C9M0Y3K54 (9%, 0%, 3%, 54%)
(0.09 / 0.00 / 0.03 / 0.54)

CMYK percentages

%8.55
%0
%3.42
%54.12

Codes

Color #6B7571 in popluar color models

6B 75 71
RGB 107 117 113
HSL 156° 4.46% 43.92%
HSB/HSV 156° 8.55% 45.88%
CMYK 8.55% 0.00% 3.42%
54.12%

Color #6B7571 in popluar number systems.

HEX 6B 75 71
Decimal 107 117 113
Binary 1101011 1110101 1110001
Octal 153 165 161

Shades and tints

Shades of #6B7571

#6B7571
(107,117,113)
#626B67
(98,107,103)
#59615D
(89,97,93)
#505753
(80,87,83)
#474D49
(71,77,73)
#3E433F
(62,67,63)
#353935
(53,57,53)
#2C2F2B
(44,47,43)
#232521
(35,37,33)
#1A1B17
(26,27,23)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #6B7571

#6B7571
(107,117,113)
#78817D
(120,129,125)
#858D89
(133,141,137)
#929995
(146,153,149)
#9FA5A1
(159,165,161)
#ACB1AD
(172,177,173)
#B9BDB9
(185,189,185)
#C6C9C5
(198,201,197)
#D3D5D1
(211,213,209)
#E0E1DD
(224,225,221)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7571 color. Also use rgb(107,117,113) instead hex code.

Text Font Color

.myTextColor { color: #6B7571; }

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

This text font color is #6B7571.

Background Color

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

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

This div background color is #6B7571.

Border color

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

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

This div border color is #6B7571.

Opacity

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

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

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

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

This text has shadow with #6B7571 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7571.

Preview

Color preview on black background

This text has color #6B7571 on black background.


Color preview on white background

This text has color #6B7571 on white background.


Black color preview on #6B7571 background

This text has black color on #6B7571 background.


White color preview on #6B7571 background

This text has white color on #6B7571 background.


Related colors

Complementary color

Complementary color for #hex is #948A8E.


I love getcolorcode.com

Triadic colors

1 #716B75 and #75716B with #6B7571 are triadic colors.

2 #71756B and #756B71 with #6B7571 are triadic colors.