COLOR #6B7579

HEX: #6B7579 RGB: (107,117,121)

Color info

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

RGB color model

#6B7579 color RGB value is (107,117,121).

RGB: (107,117,121) (42%, 46%, 47%)

RGB channels and saturation

R 107 of 255 = 42%
G 117 of 255 = 46%
B 121 of 255 = 47%

107
117
121

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

Portions of RGB colors in percentages

R + G + B = 107 + 117 + 121 = 345 (100%)
R 107 of 345 ~ 31.01%
G 117 of 345 ~ 33.91%
B 121 of 345 ~ 35.07'%

%31.01
%33.91
%35.07

CMYK color model

#6B7579 color CMYK value is (12,3,0,53).

  • cyan value is 11.57%
  • magenta value is 3.31%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (12,3,0,53)
C12M3Y0K53 (12%, 3%, 0%, 53%)
(0.12 / 0.03 / 0.00 / 0.53)

CMYK percentages

%11.57
%3.31
%0
%52.55

Codes

Color #6B7579 in popluar color models

6B 75 79
RGB 107 117 121
HSL 197° 6.14% 44.71%
HSB/HSV 197° 11.57% 47.45%
CMYK 11.57% 3.31% 0.00%
52.55%

Color #6B7579 in popluar number systems.

HEX 6B 75 79
Decimal 107 117 121
Binary 1101011 1110101 1111001
Octal 153 165 171

Shades and tints

Shades of #6B7579

#6B7579
(107,117,121)
#626B6E
(98,107,110)
#596163
(89,97,99)
#505758
(80,87,88)
#474D4D
(71,77,77)
#3E4342
(62,67,66)
#353937
(53,57,55)
#2C2F2C
(44,47,44)
#232521
(35,37,33)
#1A1B16
(26,27,22)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #6B7579

#6B7579
(107,117,121)
#788185
(120,129,133)
#858D91
(133,141,145)
#92999D
(146,153,157)
#9FA5A9
(159,165,169)
#ACB1B5
(172,177,181)
#B9BDC1
(185,189,193)
#C6C9CD
(198,201,205)
#D3D5D9
(211,213,217)
#E0E1E5
(224,225,229)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7579; }

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

This text font color is #6B7579.

Background Color

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

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

This div background color is #6B7579.

Border color

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

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

This div border color is #6B7579.

Opacity

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

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

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

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

This text has shadow with #6B7579 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7579.

Preview

Color preview on black background

This text has color #6B7579 on black background.


Color preview on white background

This text has color #6B7579 on white background.


Black color preview on #6B7579 background

This text has black color on #6B7579 background.


White color preview on #6B7579 background

This text has white color on #6B7579 background.


Related colors

Complementary color

Complementary color for #hex is #948A86.


I love getcolorcode.com

Triadic colors

1 #796B75 and #75796B with #6B7579 are triadic colors.

2 #79756B and #756B79 with #6B7579 are triadic colors.