COLOR #6D79AA

HEX: #6D79AA RGB: (109,121,170)

Color info

#6D79AA contains mainly green and blue colors. Web safe color of #6D79AA is #666699 (or #669).

RGB color model

#6D79AA color RGB value is (109,121,170).

RGB: (109,121,170) (43%, 47%, 67%)

RGB channels and saturation

R 109 of 255 = 43%
G 121 of 255 = 47%
B 170 of 255 = 67%

109
121
170

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

Portions of RGB colors in percentages

R + G + B = 109 + 121 + 170 = 400 (100%)
R 109 of 400 ~ 27.25%
G 121 of 400 ~ 30.25%
B 170 of 400 ~ 42.5'%

%27.25
%30.25
%42.5

CMYK color model

#6D79AA color CMYK value is (36,29,0,33).

  • cyan value is 35.88%
  • magenta value is 28.82%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (36,29,0,33)
C36M29Y0K33 (36%, 29%, 0%, 33%)
(0.36 / 0.29 / 0.00 / 0.33)

CMYK percentages

%35.88
%28.82
%0
%33.33

Codes

Color #6D79AA in popluar color models

6D 79 AA
RGB 109 121 170
HSL 228° 26.41% 54.71%
HSB/HSV 228° 35.88% 66.67%
CMYK 35.88% 28.82% 0.00%
33.33%

Color #6D79AA in popluar number systems.

HEX 6D 79 AA
Decimal 109 121 170
Binary 1101101 1111001 10101010
Octal 155 171 252

Shades and tints

Shades of #6D79AA

#6D79AA
(109,121,170)
#646E9B
(100,110,155)
#5B638C
(91,99,140)
#52587D
(82,88,125)
#494D6E
(73,77,110)
#40425F
(64,66,95)
#373750
(55,55,80)
#2E2C41
(46,44,65)
#252132
(37,33,50)
#1C1623
(28,22,35)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #6D79AA

#6D79AA
(109,121,170)
#7A85B1
(122,133,177)
#8791B8
(135,145,184)
#949DBF
(148,157,191)
#A1A9C6
(161,169,198)
#AEB5CD
(174,181,205)
#BBC1D4
(187,193,212)
#C8CDDB
(200,205,219)
#D5D9E2
(213,217,226)
#E2E5E9
(226,229,233)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D79AA; }

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

This text font color is #6D79AA.

Background Color

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

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

This div background color is #6D79AA.

Border color

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

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

This div border color is #6D79AA.

Opacity

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

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

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

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

This text has shadow with #6D79AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D79AA.

Preview

Color preview on black background

This text has color #6D79AA on black background.


Color preview on white background

This text has color #6D79AA on white background.


Black color preview on #6D79AA background

This text has black color on #6D79AA background.


White color preview on #6D79AA background

This text has white color on #6D79AA background.


Related colors

Complementary color

Complementary color for #hex is #928655.


I love getcolorcode.com

Triadic colors

1 #AA6D79 and #79AA6D with #6D79AA are triadic colors.

2 #AA796D and #796DAA with #6D79AA are triadic colors.