COLOR #6D82A7

HEX: #6D82A7 RGB: (109,130,167)

Color info

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

RGB color model

#6D82A7 color RGB value is (109,130,167).

RGB: (109,130,167) (43%, 51%, 65%)

RGB channels and saturation

R 109 of 255 = 43%
G 130 of 255 = 51%
B 167 of 255 = 65%

109
130
167

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

Portions of RGB colors in percentages

R + G + B = 109 + 130 + 167 = 406 (100%)
R 109 of 406 ~ 26.85%
G 130 of 406 ~ 32.02%
B 167 of 406 ~ 41.13'%

%26.85
%32.02
%41.13

CMYK color model

#6D82A7 color CMYK value is (35,22,0,35).

  • cyan value is 34.73%
  • magenta value is 22.16%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (35,22,0,35)
C35M22Y0K35 (35%, 22%, 0%, 35%)
(0.35 / 0.22 / 0.00 / 0.35)

CMYK percentages

%34.73
%22.16
%0
%34.51

Codes

Color #6D82A7 in popluar color models

6D 82 A7
RGB 109 130 167
HSL 218° 24.79% 54.12%
HSB/HSV 218° 34.73% 65.49%
CMYK 34.73% 22.16% 0.00%
34.51%

Color #6D82A7 in popluar number systems.

HEX 6D 82 A7
Decimal 109 130 167
Binary 1101101 10000010 10100111
Octal 155 202 247

Shades and tints

Shades of #6D82A7

#6D82A7
(109,130,167)
#647798
(100,119,152)
#5B6C89
(91,108,137)
#52617A
(82,97,122)
#49566B
(73,86,107)
#404B5C
(64,75,92)
#37404D
(55,64,77)
#2E353E
(46,53,62)
#252A2F
(37,42,47)
#1C1F20
(28,31,32)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #6D82A7

#6D82A7
(109,130,167)
#7A8DAF
(122,141,175)
#8798B7
(135,152,183)
#94A3BF
(148,163,191)
#A1AEC7
(161,174,199)
#AEB9CF
(174,185,207)
#BBC4D7
(187,196,215)
#C8CFDF
(200,207,223)
#D5DAE7
(213,218,231)
#E2E5EF
(226,229,239)
#EFF0F7
(239,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D82A7; }

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

This text font color is #6D82A7.

Background Color

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

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

This div background color is #6D82A7.

Border color

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

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

This div border color is #6D82A7.

Opacity

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

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

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

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

This text has shadow with #6D82A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D82A7.

Preview

Color preview on black background

This text has color #6D82A7 on black background.


Color preview on white background

This text has color #6D82A7 on white background.


Black color preview on #6D82A7 background

This text has black color on #6D82A7 background.


White color preview on #6D82A7 background

This text has white color on #6D82A7 background.


Related colors

Complementary color

Complementary color for #hex is #927D58.


I love getcolorcode.com

Triadic colors

1 #A76D82 and #82A76D with #6D82A7 are triadic colors.

2 #A7826D and #826DA7 with #6D82A7 are triadic colors.