COLOR #6D7982

HEX: #6D7982 RGB: (109,121,130)

Color info

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

RGB color model

#6D7982 color RGB value is (109,121,130).

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

RGB channels and saturation

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

109
121
130

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

Portions of RGB colors in percentages

R + G + B = 109 + 121 + 130 = 360 (100%)
R 109 of 360 ~ 30.28%
G 121 of 360 ~ 33.61%
B 130 of 360 ~ 36.11'%

%30.28
%33.61
%36.11

CMYK color model

#6D7982 color CMYK value is (16,7,0,49).

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

CMYK: (16,7,0,49)
C16M7Y0K49 (16%, 7%, 0%, 49%)
(0.16 / 0.07 / 0.00 / 0.49)

CMYK percentages

%16.15
%6.92
%0
%49.02

Codes

Color #6D7982 in popluar color models

6D 79 82
RGB 109 121 130
HSL 206° 8.79% 46.86%
HSB/HSV 206° 16.15% 50.98%
CMYK 16.15% 6.92% 0.00%
49.02%

Color #6D7982 in popluar number systems.

HEX 6D 79 82
Decimal 109 121 130
Binary 1101101 1111001 10000010
Octal 155 171 202

Shades and tints

Shades of #6D7982

#6D7982
(109,121,130)
#646E77
(100,110,119)
#5B636C
(91,99,108)
#525861
(82,88,97)
#494D56
(73,77,86)
#40424B
(64,66,75)
#373740
(55,55,64)
#2E2C35
(46,44,53)
#25212A
(37,33,42)
#1C161F
(28,22,31)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #6D7982

#6D7982
(109,121,130)
#7A858D
(122,133,141)
#879198
(135,145,152)
#949DA3
(148,157,163)
#A1A9AE
(161,169,174)
#AEB5B9
(174,181,185)
#BBC1C4
(187,193,196)
#C8CDCF
(200,205,207)
#D5D9DA
(213,217,218)
#E2E5E5
(226,229,229)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7982; }

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

This text font color is #6D7982.

Background Color

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

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

This div background color is #6D7982.

Border color

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

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

This div border color is #6D7982.

Opacity

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

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

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

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

This text has shadow with #6D7982 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D7982.

Preview

Color preview on black background

This text has color #6D7982 on black background.


Color preview on white background

This text has color #6D7982 on white background.


Black color preview on #6D7982 background

This text has black color on #6D7982 background.


White color preview on #6D7982 background

This text has white color on #6D7982 background.


Related colors

Complementary color

Complementary color for #hex is #92867D.


I love getcolorcode.com

Triadic colors

1 #826D79 and #79826D with #6D7982 are triadic colors.

2 #82796D and #796D82 with #6D7982 are triadic colors.