COLOR #6D6775

HEX: #6D6775
RGB: (109,103,117)

Color info

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

RGB color model

#6D6775 color RGB value is (109,103,117).

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

RGB channels and saturation

R 109 of 255 = 43%
G 103 of 255 = 40%
B 117 of 255 = 46%

109
103
117

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

Portions of RGB colors in percentages

R + G + B =
109 + 103 + 117 = 329 (100%)
R 109 of 329 ~ 33.13%
G 103 of 329 ~ 31.31%
B 117 of 329 ~ 35.56%

%33.13
%31.31
%35.56

CMYK color model

#6D6775 color CMYK value is (7,12,0,54).

  • cyan value is 6.84%
  • magenta value is 11.97%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(7,12,0,54)
C7M12Y0K54 
(7%,12%,0%,54%)
(0.07/0.12/0.00/0.54)	

CMYK percentages

%6.84
%11.97
%0
%54.12

Codes

Color #6D6775 in popluar color models

6D6775
RGB109103117
HSL266°6.36%43.14%
HSB/HSV266°11.97%45.88%
CMYK6.84%11.97%0.00%
54.12%

Color #6D6775 in popluar number systems.

HEX6D6775
Decimal109103117
Binary110110111001111110101
Octal155147165

Shades and tints

Shades of #6D6775

#6D6775
(109,103,117)
#645E6B
(100,94,107)
#5B5561
(91,85,97)
#524C57
(82,76,87)
#49434D
(73,67,77)
#403A43
(64,58,67)
#373139
(55,49,57)
#2E282F
(46,40,47)
#251F25
(37,31,37)
#1C161B
(28,22,27)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #6D6775

#6D6775
(109,103,117)
#7A7481
(122,116,129)
#87818D
(135,129,141)
#948E99
(148,142,153)
#A19BA5
(161,155,165)
#AEA8B1
(174,168,177)
#BBB5BD
(187,181,189)
#C8C2C9
(200,194,201)
#D5CFD5
(213,207,213)
#E2DCE1
(226,220,225)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6775; }

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

This text font color is #6D6775.


Background Color

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

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

This div background color is #6D6775.


Border color

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

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

This div border color is #6D6775.


Opacity

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

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

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

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

This text has shadow with #6D6775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6775 on black background.


Color preview on white background

This text has color #6D6775 on white background.



Black color preview on #6D6775 background

This text has black color on #6D6775 background.


White color preview on #6D6775 background

This text has white color on #6D6775 background.