COLOR #6D9284

HEX: #6D9284
RGB: (109,146,132)

Color info

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

RGB color model

#6D9284 color RGB value is (109,146,132).

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

RGB channels and saturation

R 109 of 255 = 43%
G 146 of 255 = 57%
B 132 of 255 = 52%

109
146
132

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

Portions of RGB colors in percentages

R + G + B =
109 + 146 + 132 = 387 (100%)
R 109 of 387 ~ 28.17%
G 146 of 387 ~ 37.73%
B 132 of 387 ~ 34.11%

%28.17
%37.73
%34.11

CMYK color model

#6D9284 color CMYK value is (25,0,10,43).

  • cyan value is 25.34%
  • magenta value is 0.00%
  • yellow value is 9.59%
  • key color value is 42.75%
CMYK:
(25,0,10,43)
C25M0Y10K43 
(25%,0%,10%,43%)
(0.25/0.00/0.10/0.43)	

CMYK percentages

%25.34
%0
%9.59
%42.75

Codes

Color #6D9284 in popluar color models

6D9284
RGB109146132
HSL157°14.51%50.00%
HSB/HSV157°25.34%57.25%
CMYK25.34%0.00%9.59%
42.75%

Color #6D9284 in popluar number systems.

HEX6D9284
Decimal109146132
Binary11011011001001010000100
Octal155222204

Shades and tints

Shades of #6D9284

#6D9284
(109,146,132)
#648578
(100,133,120)
#5B786C
(91,120,108)
#526B60
(82,107,96)
#495E54
(73,94,84)
#405148
(64,81,72)
#37443C
(55,68,60)
#2E3730
(46,55,48)
#252A24
(37,42,36)
#1C1D18
(28,29,24)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #6D9284

#6D9284
(109,146,132)
#7A9B8F
(122,155,143)
#87A49A
(135,164,154)
#94ADA5
(148,173,165)
#A1B6B0
(161,182,176)
#AEBFBB
(174,191,187)
#BBC8C6
(187,200,198)
#C8D1D1
(200,209,209)
#D5DADC
(213,218,220)
#E2E3E7
(226,227,231)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9284; }

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

This text font color is #6D9284.


Background Color

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

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

This div background color is #6D9284.


Border color

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

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

This div border color is #6D9284.


Opacity

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

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

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

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

This text has shadow with #6D9284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9284 on black background.


Color preview on white background

This text has color #6D9284 on white background.



Black color preview on #6D9284 background

This text has black color on #6D9284 background.


White color preview on #6D9284 background

This text has white color on #6D9284 background.