COLOR #6D8F92

HEX: #6D8F92
RGB: (109,143,146)

Color info

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

RGB color model

#6D8F92 color RGB value is (109,143,146).

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

RGB channels and saturation

R 109 of 255 = 43%
G 143 of 255 = 56%
B 146 of 255 = 57%

109
143
146

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

Portions of RGB colors in percentages

R + G + B =
109 + 143 + 146 = 398 (100%)
R 109 of 398 ~ 27.39%
G 143 of 398 ~ 35.93%
B 146 of 398 ~ 36.68%

%27.39
%35.93
%36.68

CMYK color model

#6D8F92 color CMYK value is (25,2,0,43).

  • cyan value is 25.34%
  • magenta value is 2.05%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(25,2,0,43)
C25M2Y0K43 
(25%,2%,0%,43%)
(0.25/0.02/0.00/0.43)	

CMYK percentages

%25.34
%2.05
%0
%42.75

Codes

Color #6D8F92 in popluar color models

6D8F92
RGB109143146
HSL185°14.51%50.00%
HSB/HSV185°25.34%57.25%
CMYK25.34%2.05%0.00%
42.75%

Color #6D8F92 in popluar number systems.

HEX6D8F92
Decimal109143146
Binary11011011000111110010010
Octal155217222

Shades and tints

Shades of #6D8F92

#6D8F92
(109,143,146)
#648285
(100,130,133)
#5B7578
(91,117,120)
#52686B
(82,104,107)
#495B5E
(73,91,94)
#404E51
(64,78,81)
#374144
(55,65,68)
#2E3437
(46,52,55)
#25272A
(37,39,42)
#1C1A1D
(28,26,29)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #6D8F92

#6D8F92
(109,143,146)
#7A999B
(122,153,155)
#87A3A4
(135,163,164)
#94ADAD
(148,173,173)
#A1B7B6
(161,183,182)
#AEC1BF
(174,193,191)
#BBCBC8
(187,203,200)
#C8D5D1
(200,213,209)
#D5DFDA
(213,223,218)
#E2E9E3
(226,233,227)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8F92; }

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

This text font color is #6D8F92.


Background Color

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

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

This div background color is #6D8F92.


Border color

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

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

This div border color is #6D8F92.


Opacity

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

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

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

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

This text has shadow with #6D8F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8F92 on black background.


Color preview on white background

This text has color #6D8F92 on white background.



Black color preview on #6D8F92 background

This text has black color on #6D8F92 background.


White color preview on #6D8F92 background

This text has white color on #6D8F92 background.