COLOR #6D949F

HEX: #6D949F RGB: (109,148,159)

Color info

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

RGB color model

#6D949F color RGB value is (109,148,159).

RGB: (109,148,159) (43%, 58%, 62%)

RGB channels and saturation

R 109 of 255 = 43%
G 148 of 255 = 58%
B 159 of 255 = 62%

109
148
159

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

Portions of RGB colors in percentages

R + G + B = 109 + 148 + 159 = 416 (100%)
R 109 of 416 ~ 26.2%
G 148 of 416 ~ 35.58%
B 159 of 416 ~ 38.22'%

%26.2
%35.58
%38.22

CMYK color model

#6D949F color CMYK value is (31,7,0,38).

  • cyan value is 31.45%
  • magenta value is 6.92%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (31,7,0,38)
C31M7Y0K38 (31%, 7%, 0%, 38%)
(0.31 / 0.07 / 0.00 / 0.38)

CMYK percentages

%31.45
%6.92
%0
%37.65

Codes

Color #6D949F in popluar color models

6D 94 9F
RGB 109 148 159
HSL 193° 20.66% 52.55%
HSB/HSV 193° 31.45% 62.35%
CMYK 31.45% 6.92% 0.00%
37.65%

Color #6D949F in popluar number systems.

HEX 6D 94 9F
Decimal 109 148 159
Binary 1101101 10010100 10011111
Octal 155 224 237

Shades and tints

Shades of #6D949F

#6D949F
(109,148,159)
#648791
(100,135,145)
#5B7A83
(91,122,131)
#526D75
(82,109,117)
#496067
(73,96,103)
#405359
(64,83,89)
#37464B
(55,70,75)
#2E393D
(46,57,61)
#252C2F
(37,44,47)
#1C1F21
(28,31,33)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #6D949F

#6D949F
(109,148,159)
#7A9DA7
(122,157,167)
#87A6AF
(135,166,175)
#94AFB7
(148,175,183)
#A1B8BF
(161,184,191)
#AEC1C7
(174,193,199)
#BBCACF
(187,202,207)
#C8D3D7
(200,211,215)
#D5DCDF
(213,220,223)
#E2E5E7
(226,229,231)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D949F; }

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

This text font color is #6D949F.

Background Color

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

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

This div background color is #6D949F.

Border color

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

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

This div border color is #6D949F.

Opacity

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

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

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

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

This text has shadow with #6D949F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D949F.

Preview

Color preview on black background

This text has color #6D949F on black background.


Color preview on white background

This text has color #6D949F on white background.


Black color preview on #6D949F background

This text has black color on #6D949F background.


White color preview on #6D949F background

This text has white color on #6D949F background.


Related colors

Complementary color

Complementary color for #hex is #926B60.


I love getcolorcode.com

Triadic colors

1 #9F6D94 and #949F6D with #6D949F are triadic colors.

2 #9F946D and #946D9F with #6D949F are triadic colors.