COLOR #6D7882

HEX: #6D7882 RGB: (109,120,130)

Color info

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

RGB color model

#6D7882 color RGB value is (109,120,130).

RGB: (109,120,130) (43%, 47%, 51%)

RGB channels and saturation

R 109 of 255 = 43%
G 120 of 255 = 47%
B 130 of 255 = 51%

109
120
130

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

Portions of RGB colors in percentages

R + G + B = 109 + 120 + 130 = 359 (100%)
R 109 of 359 ~ 30.36%
G 120 of 359 ~ 33.43%
B 130 of 359 ~ 36.21'%

%30.36
%33.43
%36.21

CMYK color model

#6D7882 color CMYK value is (16,8,0,49).

  • cyan value is 16.15%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (16,8,0,49)
C16M8Y0K49 (16%, 8%, 0%, 49%)
(0.16 / 0.08 / 0.00 / 0.49)

CMYK percentages

%16.15
%7.69
%0
%49.02

Codes

Color #6D7882 in popluar color models

6D 78 82
RGB 109 120 130
HSL 209° 8.79% 46.86%
HSB/HSV 209° 16.15% 50.98%
CMYK 16.15% 7.69% 0.00%
49.02%

Color #6D7882 in popluar number systems.

HEX 6D 78 82
Decimal 109 120 130
Binary 1101101 1111000 10000010
Octal 155 170 202

Shades and tints

Shades of #6D7882

#6D7882
(109,120,130)
#646E77
(100,110,119)
#5B646C
(91,100,108)
#525A61
(82,90,97)
#495056
(73,80,86)
#40464B
(64,70,75)
#373C40
(55,60,64)
#2E3235
(46,50,53)
#25282A
(37,40,42)
#1C1E1F
(28,30,31)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #6D7882

#6D7882
(109,120,130)
#7A848D
(122,132,141)
#879098
(135,144,152)
#949CA3
(148,156,163)
#A1A8AE
(161,168,174)
#AEB4B9
(174,180,185)
#BBC0C4
(187,192,196)
#C8CCCF
(200,204,207)
#D5D8DA
(213,216,218)
#E2E4E5
(226,228,229)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7882; }

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

This text font color is #6D7882.

Background Color

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

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

This div background color is #6D7882.

Border color

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

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

This div border color is #6D7882.

Opacity

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

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

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

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

This text has shadow with #6D7882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D7882.

Preview

Color preview on black background

This text has color #6D7882 on black background.


Color preview on white background

This text has color #6D7882 on white background.


Black color preview on #6D7882 background

This text has black color on #6D7882 background.


White color preview on #6D7882 background

This text has white color on #6D7882 background.


Related colors

Complementary color

Complementary color for #hex is #92877D.


I love getcolorcode.com

Triadic colors

1 #826D78 and #78826D with #6D7882 are triadic colors.

2 #82786D and #786D82 with #6D7882 are triadic colors.