COLOR #6D8C92

HEX: #6D8C92
RGB: (109,140,146)

Color info

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

RGB color model

#6D8C92 color RGB value is (109,140,146).

  • red value is 109;
  • green value is 140;
  • blue value is 146.
RGB:
(109,140,146)
(43%,55%,57%)

RGB channels and saturation

R 109 of 255 = 43%
G 140 of 255 = 55%
B 146 of 255 = 57%

109
140
146

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

Portions of RGB colors in percentages

R + G + B =
109 + 140 + 146 = 395 (100%)
R 109 of 395 ~ 27.59%
G 140 of 395 ~ 35.44%
B 146 of 395 ~ 36.96%

%27.59
%35.44
%36.96

CMYK color model

#6D8C92 color CMYK value is (25,4,0,43).

  • cyan value is 25.34%
  • magenta value is 4.11%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(25,4,0,43)
C25M4Y0K43 
(25%,4%,0%,43%)
(0.25/0.04/0.00/0.43)	

CMYK percentages

%25.34
%4.11
%0
%42.75

Codes

Color #6D8C92 in popluar color models

6D8C92
RGB109140146
HSL190°14.51%50.00%
HSB/HSV190°25.34%57.25%
CMYK25.34%4.11%0.00%
42.75%

Color #6D8C92 in popluar number systems.

HEX6D8C92
Decimal109140146
Binary11011011000110010010010
Octal155214222

Shades and tints

Shades of #6D8C92

#6D8C92
(109,140,146)
#648085
(100,128,133)
#5B7478
(91,116,120)
#52686B
(82,104,107)
#495C5E
(73,92,94)
#405051
(64,80,81)
#374444
(55,68,68)
#2E3837
(46,56,55)
#252C2A
(37,44,42)
#1C201D
(28,32,29)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #6D8C92

#6D8C92
(109,140,146)
#7A969B
(122,150,155)
#87A0A4
(135,160,164)
#94AAAD
(148,170,173)
#A1B4B6
(161,180,182)
#AEBEBF
(174,190,191)
#BBC8C8
(187,200,200)
#C8D2D1
(200,210,209)
#D5DCDA
(213,220,218)
#E2E6E3
(226,230,227)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8C92; }

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

This text font color is #6D8C92.


Background Color

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

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

This div background color is #6D8C92.


Border color

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

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

This div border color is #6D8C92.


Opacity

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

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

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

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

This text has shadow with #6D8C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8C92 on black background.


Color preview on white background

This text has color #6D8C92 on white background.



Black color preview on #6D8C92 background

This text has black color on #6D8C92 background.


White color preview on #6D8C92 background

This text has white color on #6D8C92 background.