COLOR #6D959E

HEX: #6D959E RGB: (109,149,158)

Color info

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

RGB color model

#6D959E color RGB value is (109,149,158).

RGB: (109,149,158) (43%, 58%, 62%)

RGB channels and saturation

R 109 of 255 = 43%
G 149 of 255 = 58%
B 158 of 255 = 62%

109
149
158

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

Portions of RGB colors in percentages

R + G + B = 109 + 149 + 158 = 416 (100%)
R 109 of 416 ~ 26.2%
G 149 of 416 ~ 35.82%
B 158 of 416 ~ 37.98'%

%26.2
%35.82
%37.98

CMYK color model

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

  • cyan value is 31.01%
  • magenta value is 5.70%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK: (31,6,0,38) C31M6Y0K38 (31%,6%,0%,38%) (0.31/0.06/0.00/0.38) 

CMYK percentages

%31.01
%5.7
%0
%38.04

Codes

Color #6D959E in popluar color models

6D 95 9E
RGB 109 149 158
HSL 191° 20.16% 52.35%
HSB/HSV 191° 31.01% 61.96%
CMYK 31.01% 5.70% 0.00%
38.04%

Color #6D959E in popluar number systems.

HEX 6D 95 9E
Decimal 109 149 158
Binary 1101101 10010101 10011110
Octal 155 225 236

Shades and tints

Shades of #6D959E

#6D959E
(109,149,158)
#648890
(100,136,144)
#5B7B82
(91,123,130)
#526E74
(82,110,116)
#496166
(73,97,102)
#405458
(64,84,88)
#37474A
(55,71,74)
#2E3A3C
(46,58,60)
#252D2E
(37,45,46)
#1C2020
(28,32,32)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #6D959E

#6D959E
(109,149,158)
#7A9EA6
(122,158,166)
#87A7AE
(135,167,174)
#94B0B6
(148,176,182)
#A1B9BE
(161,185,190)
#AEC2C6
(174,194,198)
#BBCBCE
(187,203,206)
#C8D4D6
(200,212,214)
#D5DDDE
(213,221,222)
#E2E6E6
(226,230,230)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D959E color. Also use rgb(109,149,158) instead hex code.

Text Font Color

.myTextColor { color: #6D959E; }

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

This text font color is #6D959E.

Background Color

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

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

This div background color is #6D959E.

Border color

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

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

This div border color is #6D959E.

Opacity

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

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

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

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

This text has shadow with #6D959E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D959E.

Preview

Color preview on black background

This text has color #6D959E on black background.


Color preview on white background

This text has color #6D959E on white background.


Black color preview on #6D959E background

This text has black color on #6D959E background.


White color preview on #6D959E background

This text has white color on #6D959E background.


Related colors

Complementary color

Complementary color for #hex is #926A61.


I love getcolorcode.com

Triadic colors

1 #9E6D95 and #959E6D with #6D959E are triadic colors.

2 #9E956D and #956D9E with #6D959E are triadic colors.