COLOR #6D6777

HEX: #6D6777
RGB: (109,103,119)

Color info

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

RGB color model

#6D6777 color RGB value is (109,103,119).

  • red value is 109;
  • green value is 103;
  • blue value is 119.
RGB:
(109,103,119)
(43%,40%,47%)

RGB channels and saturation

R 109 of 255 = 43%
G 103 of 255 = 40%
B 119 of 255 = 47%

109
103
119

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

Portions of RGB colors in percentages

R + G + B =
109 + 103 + 119 = 331 (100%)
R 109 of 331 ~ 32.93%
G 103 of 331 ~ 31.12%
B 119 of 331 ~ 35.95%

%32.93
%31.12
%35.95

CMYK color model

#6D6777 color CMYK value is (8,13,0,53).

  • cyan value is 8.40%
  • magenta value is 13.45%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(8,13,0,53)
C8M13Y0K53 
(8%,13%,0%,53%)
(0.08/0.13/0.00/0.53)	

CMYK percentages

%8.4
%13.45
%0
%53.33

Codes

Color #6D6777 in popluar color models

6D6777
RGB109103119
HSL263°7.21%43.53%
HSB/HSV263°13.45%46.67%
CMYK8.40%13.45%0.00%
53.33%

Color #6D6777 in popluar number systems.

HEX6D6777
Decimal109103119
Binary110110111001111110111
Octal155147167

Shades and tints

Shades of #6D6777

#6D6777
(109,103,119)
#645E6D
(100,94,109)
#5B5563
(91,85,99)
#524C59
(82,76,89)
#49434F
(73,67,79)
#403A45
(64,58,69)
#37313B
(55,49,59)
#2E2831
(46,40,49)
#251F27
(37,31,39)
#1C161D
(28,22,29)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #6D6777

#6D6777
(109,103,119)
#7A7483
(122,116,131)
#87818F
(135,129,143)
#948E9B
(148,142,155)
#A19BA7
(161,155,167)
#AEA8B3
(174,168,179)
#BBB5BF
(187,181,191)
#C8C2CB
(200,194,203)
#D5CFD7
(213,207,215)
#E2DCE3
(226,220,227)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6777 color. Also use rgb(109,103,119) instead hex code.

Text Font Color

.myTextColor { color: #6D6777; }

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

This text font color is #6D6777.


Background Color

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

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

This div background color is #6D6777.


Border color

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

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

This div border color is #6D6777.


Opacity

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

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

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

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

This text has shadow with #6D6777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6777 on black background.


Color preview on white background

This text has color #6D6777 on white background.



Black color preview on #6D6777 background

This text has black color on #6D6777 background.


White color preview on #6D6777 background

This text has white color on #6D6777 background.