COLOR #6D72AC

HEX: #6D72AC RGB: (109,114,172)

Color info

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

RGB color model

#6D72AC color RGB value is (109,114,172).

RGB: (109,114,172) (43%, 45%, 67%)

RGB channels and saturation

R 109 of 255 = 43%
G 114 of 255 = 45%
B 172 of 255 = 67%

109
114
172

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

Portions of RGB colors in percentages

R + G + B = 109 + 114 + 172 = 395 (100%)
R 109 of 395 ~ 27.59%
G 114 of 395 ~ 28.86%
B 172 of 395 ~ 43.54'%

%27.59
%28.86
%43.54

CMYK color model

#6D72AC color CMYK value is (37,34,0,33).

  • cyan value is 36.63%
  • magenta value is 33.72%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (37,34,0,33)
C37M34Y0K33 (37%, 34%, 0%, 33%)
(0.37 / 0.34 / 0.00 / 0.33)

CMYK percentages

%36.63
%33.72
%0
%32.55

Codes

Color #6D72AC in popluar color models

6D 72 AC
RGB 109 114 172
HSL 235° 27.51% 55.10%
HSB/HSV 235° 36.63% 67.45%
CMYK 36.63% 33.72% 0.00%
32.55%

Color #6D72AC in popluar number systems.

HEX 6D 72 AC
Decimal 109 114 172
Binary 1101101 1110010 10101100
Octal 155 162 254

Shades and tints

Shades of #6D72AC

#6D72AC
(109,114,172)
#64689D
(100,104,157)
#5B5E8E
(91,94,142)
#52547F
(82,84,127)
#494A70
(73,74,112)
#404061
(64,64,97)
#373652
(55,54,82)
#2E2C43
(46,44,67)
#252234
(37,34,52)
#1C1825
(28,24,37)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #6D72AC

#6D72AC
(109,114,172)
#7A7EB3
(122,126,179)
#878ABA
(135,138,186)
#9496C1
(148,150,193)
#A1A2C8
(161,162,200)
#AEAECF
(174,174,207)
#BBBAD6
(187,186,214)
#C8C6DD
(200,198,221)
#D5D2E4
(213,210,228)
#E2DEEB
(226,222,235)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D72AC color. Also use rgb(109,114,172) instead hex code.

Text Font Color

.myTextColor { color: #6D72AC; }

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

This text font color is #6D72AC.

Background Color

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

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

This div background color is #6D72AC.

Border color

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

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

This div border color is #6D72AC.

Opacity

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

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

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

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

This text has shadow with #6D72AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D72AC.

Preview

Color preview on black background

This text has color #6D72AC on black background.


Color preview on white background

This text has color #6D72AC on white background.


Black color preview on #6D72AC background

This text has black color on #6D72AC background.


White color preview on #6D72AC background

This text has white color on #6D72AC background.


Related colors

Complementary color

Complementary color for #hex is #928D53.


I love getcolorcode.com

Triadic colors

1 #AC6D72 and #72AC6D with #6D72AC are triadic colors.

2 #AC726D and #726DAC with #6D72AC are triadic colors.