COLOR #6D6875

HEX: #6D6875
RGB: (109,104,117)

Color info

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

RGB color model

#6D6875 color RGB value is (109,104,117).

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

RGB channels and saturation

R 109 of 255 = 43%
G 104 of 255 = 41%
B 117 of 255 = 46%

109
104
117

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

Portions of RGB colors in percentages

R + G + B =
109 + 104 + 117 = 330 (100%)
R 109 of 330 ~ 33.03%
G 104 of 330 ~ 31.52%
B 117 of 330 ~ 35.45%

%33.03
%31.52
%35.45

CMYK color model

#6D6875 color CMYK value is (7,11,0,54).

  • cyan value is 6.84%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(7,11,0,54)
C7M11Y0K54 
(7%,11%,0%,54%)
(0.07/0.11/0.00/0.54)	

CMYK percentages

%6.84
%11.11
%0
%54.12

Codes

Color #6D6875 in popluar color models

6D6875
RGB109104117
HSL263°5.88%43.33%
HSB/HSV263°11.11%45.88%
CMYK6.84%11.11%0.00%
54.12%

Color #6D6875 in popluar number systems.

HEX6D6875
Decimal109104117
Binary110110111010001110101
Octal155150165

Shades and tints

Shades of #6D6875

#6D6875
(109,104,117)
#645F6B
(100,95,107)
#5B5661
(91,86,97)
#524D57
(82,77,87)
#49444D
(73,68,77)
#403B43
(64,59,67)
#373239
(55,50,57)
#2E292F
(46,41,47)
#252025
(37,32,37)
#1C171B
(28,23,27)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #6D6875

#6D6875
(109,104,117)
#7A7581
(122,117,129)
#87828D
(135,130,141)
#948F99
(148,143,153)
#A19CA5
(161,156,165)
#AEA9B1
(174,169,177)
#BBB6BD
(187,182,189)
#C8C3C9
(200,195,201)
#D5D0D5
(213,208,213)
#E2DDE1
(226,221,225)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6875; }

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

This text font color is #6D6875.


Background Color

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

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

This div background color is #6D6875.


Border color

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

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

This div border color is #6D6875.


Opacity

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

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

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

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

This text has shadow with #6D6875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6875 on black background.


Color preview on white background

This text has color #6D6875 on white background.



Black color preview on #6D6875 background

This text has black color on #6D6875 background.


White color preview on #6D6875 background

This text has white color on #6D6875 background.