COLOR #6D9392

HEX: #6D9392 RGB: (109,147,146)

Color info

#6D9392 contains red, green and blue colors in about the same proportion. Web safe color of #6D9392 is #669999 (or #699).

RGB color model

#6D9392 color RGB value is (109,147,146).

RGB: (109,147,146) (43%, 58%, 57%)

RGB channels and saturation

R 109 of 255 = 43%
G 147 of 255 = 58%
B 146 of 255 = 57%

109
147
146

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

Portions of RGB colors in percentages

R + G + B = 109 + 147 + 146 = 402 (100%)
R 109 of 402 ~ 27.11%
G 147 of 402 ~ 36.57%
B 146 of 402 ~ 36.32'%

%27.11
%36.57
%36.32

CMYK color model

#6D9392 color CMYK value is (26,0,1,42).

  • cyan value is 25.85%
  • magenta value is 0.00%
  • yellow value is 0.68%
  • key color value is 42.35%
CMYK: (26,0,1,42) C26M0Y1K42 (26%,0%,1%,42%) (0.26/0.00/0.01/0.42) 

CMYK percentages

%25.85
%0
%0.68
%42.35

Codes

Color #6D9392 in popluar color models

6D 93 92
RGB 109 147 146
HSL 178° 14.96% 50.20%
HSB/HSV 178° 25.85% 57.65%
CMYK 25.85% 0.00% 0.68%
42.35%

Color #6D9392 in popluar number systems.

HEX 6D 93 92
Decimal 109 147 146
Binary 1101101 10010011 10010010
Octal 155 223 222

Shades and tints

Shades of #6D9392

#6D9392
(109,147,146)
#648685
(100,134,133)
#5B7978
(91,121,120)
#526C6B
(82,108,107)
#495F5E
(73,95,94)
#405251
(64,82,81)
#374544
(55,69,68)
#2E3837
(46,56,55)
#252B2A
(37,43,42)
#1C1E1D
(28,30,29)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #6D9392

#6D9392
(109,147,146)
#7A9C9B
(122,156,155)
#87A5A4
(135,165,164)
#94AEAD
(148,174,173)
#A1B7B6
(161,183,182)
#AEC0BF
(174,192,191)
#BBC9C8
(187,201,200)
#C8D2D1
(200,210,209)
#D5DBDA
(213,219,218)
#E2E4E3
(226,228,227)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9392 color. Also use rgb(109,147,146) instead hex code.

Text Font Color

.myTextColor { color: #6D9392; }

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

This text font color is #6D9392.

Background Color

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

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

This div background color is #6D9392.

Border color

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

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

This div border color is #6D9392.

Opacity

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

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

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

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

This text has shadow with #6D9392 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D9392.

Preview

Color preview on black background

This text has color #6D9392 on black background.


Color preview on white background

This text has color #6D9392 on white background.


Black color preview on #6D9392 background

This text has black color on #6D9392 background.


White color preview on #6D9392 background

This text has white color on #6D9392 background.


Related colors

Complementary color

Complementary color for #hex is #926C6D.


I love getcolorcode.com

Triadic colors

1 #926D93 and #93926D with #6D9392 are triadic colors.

2 #92936D and #936D92 with #6D9392 are triadic colors.