COLOR #6D788D

HEX: #6D788D RGB: (109,120,141)

Color info

#6D788D contains red, green and blue colors in about the same proportion. Web safe color of #6D788D is #666699 (or #669).

RGB color model

#6D788D color RGB value is (109,120,141).

RGB: (109,120,141) (43%, 47%, 55%)

RGB channels and saturation

R 109 of 255 = 43%
G 120 of 255 = 47%
B 141 of 255 = 55%

109
120
141

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

Portions of RGB colors in percentages

R + G + B = 109 + 120 + 141 = 370 (100%)
R 109 of 370 ~ 29.46%
G 120 of 370 ~ 32.43%
B 141 of 370 ~ 38.11'%

%29.46
%32.43
%38.11

CMYK color model

#6D788D color CMYK value is (23,15,0,45).

  • cyan value is 22.70%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (23,15,0,45)
C23M15Y0K45 (23%, 15%, 0%, 45%)
(0.23 / 0.15 / 0.00 / 0.45)

CMYK percentages

%22.7
%14.89
%0
%44.71

Codes

Color #6D788D in popluar color models

6D 78 8D
RGB 109 120 141
HSL 219° 12.80% 49.02%
HSB/HSV 219° 22.70% 55.29%
CMYK 22.70% 14.89% 0.00%
44.71%

Color #6D788D in popluar number systems.

HEX 6D 78 8D
Decimal 109 120 141
Binary 1101101 1111000 10001101
Octal 155 170 215

Shades and tints

Shades of #6D788D

#6D788D
(109,120,141)
#646E81
(100,110,129)
#5B6475
(91,100,117)
#525A69
(82,90,105)
#49505D
(73,80,93)
#404651
(64,70,81)
#373C45
(55,60,69)
#2E3239
(46,50,57)
#25282D
(37,40,45)
#1C1E21
(28,30,33)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #6D788D

#6D788D
(109,120,141)
#7A8497
(122,132,151)
#8790A1
(135,144,161)
#949CAB
(148,156,171)
#A1A8B5
(161,168,181)
#AEB4BF
(174,180,191)
#BBC0C9
(187,192,201)
#C8CCD3
(200,204,211)
#D5D8DD
(213,216,221)
#E2E4E7
(226,228,231)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D788D color. Also use rgb(109,120,141) instead hex code.

Text Font Color

.myTextColor { color: #6D788D; }

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

This text font color is #6D788D.

Background Color

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

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

This div background color is #6D788D.

Border color

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

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

This div border color is #6D788D.

Opacity

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

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

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

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

This text has shadow with #6D788D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D788D.

Preview

Color preview on black background

This text has color #6D788D on black background.


Color preview on white background

This text has color #6D788D on white background.


Black color preview on #6D788D background

This text has black color on #6D788D background.


White color preview on #6D788D background

This text has white color on #6D788D background.


Related colors

Complementary color

Complementary color for #hex is #928772.


I love getcolorcode.com

Triadic colors

1 #8D6D78 and #788D6D with #6D788D are triadic colors.

2 #8D786D and #786D8D with #6D788D are triadic colors.