COLOR #6D74AA

HEX: #6D74AA RGB: (109,116,170)

Color info

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

RGB color model

#6D74AA color RGB value is (109,116,170).

RGB: (109,116,170) (43%, 45%, 67%)

RGB channels and saturation

R 109 of 255 = 43%
G 116 of 255 = 45%
B 170 of 255 = 67%

109
116
170

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

Portions of RGB colors in percentages

R + G + B = 109 + 116 + 170 = 395 (100%)
R 109 of 395 ~ 27.59%
G 116 of 395 ~ 29.37%
B 170 of 395 ~ 43.04'%

%27.59
%29.37
%43.04

CMYK color model

#6D74AA color CMYK value is (36,32,0,33).

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

CMYK: (36,32,0,33)
C36M32Y0K33 (36%, 32%, 0%, 33%)
(0.36 / 0.32 / 0.00 / 0.33)

CMYK percentages

%35.88
%31.76
%0
%33.33

Codes

Color #6D74AA in popluar color models

6D 74 AA
RGB 109 116 170
HSL 233° 26.41% 54.71%
HSB/HSV 233° 35.88% 66.67%
CMYK 35.88% 31.76% 0.00%
33.33%

Color #6D74AA in popluar number systems.

HEX 6D 74 AA
Decimal 109 116 170
Binary 1101101 1110100 10101010
Octal 155 164 252

Shades and tints

Shades of #6D74AA

#6D74AA
(109,116,170)
#646A9B
(100,106,155)
#5B608C
(91,96,140)
#52567D
(82,86,125)
#494C6E
(73,76,110)
#40425F
(64,66,95)
#373850
(55,56,80)
#2E2E41
(46,46,65)
#252432
(37,36,50)
#1C1A23
(28,26,35)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #6D74AA

#6D74AA
(109,116,170)
#7A80B1
(122,128,177)
#878CB8
(135,140,184)
#9498BF
(148,152,191)
#A1A4C6
(161,164,198)
#AEB0CD
(174,176,205)
#BBBCD4
(187,188,212)
#C8C8DB
(200,200,219)
#D5D4E2
(213,212,226)
#E2E0E9
(226,224,233)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D74AA; }

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

This text font color is #6D74AA.

Background Color

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

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

This div background color is #6D74AA.

Border color

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

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

This div border color is #6D74AA.

Opacity

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

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

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

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

This text has shadow with #6D74AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D74AA.

Preview

Color preview on black background

This text has color #6D74AA on black background.


Color preview on white background

This text has color #6D74AA on white background.


Black color preview on #6D74AA background

This text has black color on #6D74AA background.


White color preview on #6D74AA background

This text has white color on #6D74AA background.


Related colors

Complementary color

Complementary color for #hex is #928B55.


I love getcolorcode.com

Triadic colors

1 #AA6D74 and #74AA6D with #6D74AA are triadic colors.

2 #AA746D and #746DAA with #6D74AA are triadic colors.