COLOR #6D697C

HEX: #6D697C
RGB: (109,105,124)

Color info

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

RGB color model

#6D697C color RGB value is (109,105,124).

  • red value is 109;
  • green value is 105;
  • blue value is 124.
RGB:
(109,105,124)
(43%,41%,49%)

RGB channels and saturation

R 109 of 255 = 43%
G 105 of 255 = 41%
B 124 of 255 = 49%

109
105
124

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

Portions of RGB colors in percentages

R + G + B =
109 + 105 + 124 = 338 (100%)
R 109 of 338 ~ 32.25%
G 105 of 338 ~ 31.07%
B 124 of 338 ~ 36.69%

%32.25
%31.07
%36.69

CMYK color model

#6D697C color CMYK value is (12,15,0,51).

  • cyan value is 12.10%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(12,15,0,51)
C12M15Y0K51 
(12%,15%,0%,51%)
(0.12/0.15/0.00/0.51)	

CMYK percentages

%12.1
%15.32
%0
%51.37

Codes

Color #6D697C in popluar color models

6D697C
RGB109105124
HSL253°8.30%44.90%
HSB/HSV253°15.32%48.63%
CMYK12.10%15.32%0.00%
51.37%

Color #6D697C in popluar number systems.

HEX6D697C
Decimal109105124
Binary110110111010011111100
Octal155151174

Shades and tints

Shades of #6D697C

#6D697C
(109,105,124)
#646071
(100,96,113)
#5B5766
(91,87,102)
#524E5B
(82,78,91)
#494550
(73,69,80)
#403C45
(64,60,69)
#37333A
(55,51,58)
#2E2A2F
(46,42,47)
#252124
(37,33,36)
#1C1819
(28,24,25)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #6D697C

#6D697C
(109,105,124)
#7A7687
(122,118,135)
#878392
(135,131,146)
#94909D
(148,144,157)
#A19DA8
(161,157,168)
#AEAAB3
(174,170,179)
#BBB7BE
(187,183,190)
#C8C4C9
(200,196,201)
#D5D1D4
(213,209,212)
#E2DEDF
(226,222,223)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D697C color. Also use rgb(109,105,124) instead hex code.

Text Font Color

.myTextColor { color: #6D697C; }

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

This text font color is #6D697C.


Background Color

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

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

This div background color is #6D697C.


Border color

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

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

This div border color is #6D697C.


Opacity

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

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

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

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

This text has shadow with #6D697C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D697C on black background.


Color preview on white background

This text has color #6D697C on white background.



Black color preview on #6D697C background

This text has black color on #6D697C background.


White color preview on #6D697C background

This text has white color on #6D697C background.