COLOR #6D789D

HEX: #6D789D RGB: (109,120,157)

Color info

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

RGB color model

#6D789D color RGB value is (109,120,157).

RGB: (109,120,157) (43%, 47%, 62%)

RGB channels and saturation

R 109 of 255 = 43%
G 120 of 255 = 47%
B 157 of 255 = 62%

109
120
157

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

Portions of RGB colors in percentages

R + G + B = 109 + 120 + 157 = 386 (100%)
R 109 of 386 ~ 28.24%
G 120 of 386 ~ 31.09%
B 157 of 386 ~ 40.67'%

%28.24
%31.09
%40.67

CMYK color model

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

  • cyan value is 30.57%
  • magenta value is 23.57%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (31,24,0,38)
C31M24Y0K38 (31%, 24%, 0%, 38%)
(0.31 / 0.24 / 0.00 / 0.38)

CMYK percentages

%30.57
%23.57
%0
%38.43

Codes

Color #6D789D in popluar color models

6D 78 9D
RGB 109 120 157
HSL 226° 19.67% 52.16%
HSB/HSV 226° 30.57% 61.57%
CMYK 30.57% 23.57% 0.00%
38.43%

Color #6D789D in popluar number systems.

HEX 6D 78 9D
Decimal 109 120 157
Binary 1101101 1111000 10011101
Octal 155 170 235

Shades and tints

Shades of #6D789D

#6D789D
(109,120,157)
#646E8F
(100,110,143)
#5B6481
(91,100,129)
#525A73
(82,90,115)
#495065
(73,80,101)
#404657
(64,70,87)
#373C49
(55,60,73)
#2E323B
(46,50,59)
#25282D
(37,40,45)
#1C1E1F
(28,30,31)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #6D789D

#6D789D
(109,120,157)
#7A84A5
(122,132,165)
#8790AD
(135,144,173)
#949CB5
(148,156,181)
#A1A8BD
(161,168,189)
#AEB4C5
(174,180,197)
#BBC0CD
(187,192,205)
#C8CCD5
(200,204,213)
#D5D8DD
(213,216,221)
#E2E4E5
(226,228,229)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D789D; }

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

This text font color is #6D789D.

Background Color

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

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

This div background color is #6D789D.

Border color

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

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

This div border color is #6D789D.

Opacity

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

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

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

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

This text has shadow with #6D789D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D789D.

Preview

Color preview on black background

This text has color #6D789D on black background.


Color preview on white background

This text has color #6D789D on white background.


Black color preview on #6D789D background

This text has black color on #6D789D background.


White color preview on #6D789D background

This text has white color on #6D789D background.


Related colors

Complementary color

Complementary color for #hex is #928762.


I love getcolorcode.com

Triadic colors

1 #9D6D78 and #789D6D with #6D789D are triadic colors.

2 #9D786D and #786D9D with #6D789D are triadic colors.