COLOR #6B7570

HEX: #6B7570 RGB: (107,117,112)

Color info

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

RGB color model

#6B7570 color RGB value is (107,117,112).

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

RGB channels and saturation

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

107
117
112

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

Portions of RGB colors in percentages

R + G + B = 107 + 117 + 112 = 336 (100%)
R 107 of 336 ~ 31.85%
G 117 of 336 ~ 34.82%
B 112 of 336 ~ 33.33'%

%31.85
%34.82
%33.33

CMYK color model

#6B7570 color CMYK value is (9,0,4,54).

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

CMYK: (9,0,4,54)
C9M0Y4K54 (9%, 0%, 4%, 54%)
(0.09 / 0.00 / 0.04 / 0.54)

CMYK percentages

%8.55
%0
%4.27
%54.12

Codes

Color #6B7570 in popluar color models

6B 75 70
RGB 107 117 112
HSL 150° 4.46% 43.92%
HSB/HSV 150° 8.55% 45.88%
CMYK 8.55% 0.00% 4.27%
54.12%

Color #6B7570 in popluar number systems.

HEX 6B 75 70
Decimal 107 117 112
Binary 1101011 1110101 1110000
Octal 153 165 160

Shades and tints

Shades of #6B7570

#6B7570
(107,117,112)
#626B66
(98,107,102)
#59615C
(89,97,92)
#505752
(80,87,82)
#474D48
(71,77,72)
#3E433E
(62,67,62)
#353934
(53,57,52)
#2C2F2A
(44,47,42)
#232520
(35,37,32)
#1A1B16
(26,27,22)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #6B7570

#6B7570
(107,117,112)
#78817D
(120,129,125)
#858D8A
(133,141,138)
#929997
(146,153,151)
#9FA5A4
(159,165,164)
#ACB1B1
(172,177,177)
#B9BDBE
(185,189,190)
#C6C9CB
(198,201,203)
#D3D5D8
(211,213,216)
#E0E1E5
(224,225,229)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7570; }

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

This text font color is #6B7570.

Background Color

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

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

This div background color is #6B7570.

Border color

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

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

This div border color is #6B7570.

Opacity

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

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

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

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

This text has shadow with #6B7570 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7570.

Preview

Color preview on black background

This text has color #6B7570 on black background.


Color preview on white background

This text has color #6B7570 on white background.


Black color preview on #6B7570 background

This text has black color on #6B7570 background.


White color preview on #6B7570 background

This text has white color on #6B7570 background.


Related colors

Complementary color

Complementary color for #hex is #948A8F.


I love getcolorcode.com

Triadic colors

1 #706B75 and #75706B with #6B7570 are triadic colors.

2 #70756B and #756B70 with #6B7570 are triadic colors.