COLOR #6D948C

HEX: #6D948C RGB: (109,148,140)

Color info

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

RGB color model

#6D948C color RGB value is (109,148,140).

RGB: (109,148,140) (43%, 58%, 55%)

RGB channels and saturation

R 109 of 255 = 43%
G 148 of 255 = 58%
B 140 of 255 = 55%

109
148
140

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

Portions of RGB colors in percentages

R + G + B = 109 + 148 + 140 = 397 (100%)
R 109 of 397 ~ 27.46%
G 148 of 397 ~ 37.28%
B 140 of 397 ~ 35.26'%

%27.46
%37.28
%35.26

CMYK color model

#6D948C color CMYK value is (26,0,5,42).

  • cyan value is 26.35%
  • magenta value is 0.00%
  • yellow value is 5.41%
  • key color value is 41.96%

CMYK: (26,0,5,42)
C26M0Y5K42 (26%, 0%, 5%, 42%)
(0.26 / 0.00 / 0.05 / 0.42)

CMYK percentages

%26.35
%0
%5.41
%41.96

Codes

Color #6D948C in popluar color models

6D 94 8C
RGB 109 148 140
HSL 168° 15.42% 50.39%
HSB/HSV 168° 26.35% 58.04%
CMYK 26.35% 0.00% 5.41%
41.96%

Color #6D948C in popluar number systems.

HEX 6D 94 8C
Decimal 109 148 140
Binary 1101101 10010100 10001100
Octal 155 224 214

Shades and tints

Shades of #6D948C

#6D948C
(109,148,140)
#648780
(100,135,128)
#5B7A74
(91,122,116)
#526D68
(82,109,104)
#49605C
(73,96,92)
#405350
(64,83,80)
#374644
(55,70,68)
#2E3938
(46,57,56)
#252C2C
(37,44,44)
#1C1F20
(28,31,32)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #6D948C

#6D948C
(109,148,140)
#7A9D96
(122,157,150)
#87A6A0
(135,166,160)
#94AFAA
(148,175,170)
#A1B8B4
(161,184,180)
#AEC1BE
(174,193,190)
#BBCAC8
(187,202,200)
#C8D3D2
(200,211,210)
#D5DCDC
(213,220,220)
#E2E5E6
(226,229,230)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D948C; }

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

This text font color is #6D948C.

Background Color

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

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

This div background color is #6D948C.

Border color

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

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

This div border color is #6D948C.

Opacity

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

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

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

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

This text has shadow with #6D948C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D948C.

Preview

Color preview on black background

This text has color #6D948C on black background.


Color preview on white background

This text has color #6D948C on white background.


Black color preview on #6D948C background

This text has black color on #6D948C background.


White color preview on #6D948C background

This text has white color on #6D948C background.


Related colors

Complementary color

Complementary color for #hex is #926B73.


I love getcolorcode.com

Triadic colors

1 #8C6D94 and #948C6D with #6D948C are triadic colors.

2 #8C946D and #946D8C with #6D948C are triadic colors.