COLOR #6D72B2

HEX: #6D72B2 RGB: (109,114,178)

Color info

#6D72B2 contains mainly blue color. Web safe color of #6D72B2 is #666699 (or #669).

RGB color model

#6D72B2 color RGB value is (109,114,178).

RGB: (109,114,178) (43%, 45%, 70%)

RGB channels and saturation

R 109 of 255 = 43%
G 114 of 255 = 45%
B 178 of 255 = 70%

109
114
178

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

Portions of RGB colors in percentages

R + G + B = 109 + 114 + 178 = 401 (100%)
R 109 of 401 ~ 27.18%
G 114 of 401 ~ 28.43%
B 178 of 401 ~ 44.39'%

%27.18
%28.43
%44.39

CMYK color model

#6D72B2 color CMYK value is (39,36,0,30).

  • cyan value is 38.76%
  • magenta value is 35.96%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (39,36,0,30)
C39M36Y0K30 (39%, 36%, 0%, 30%)
(0.39 / 0.36 / 0.00 / 0.30)

CMYK percentages

%38.76
%35.96
%0
%30.2

Codes

Color #6D72B2 in popluar color models

6D 72 B2
RGB 109 114 178
HSL 236° 30.94% 56.27%
HSB/HSV 236° 38.76% 69.80%
CMYK 38.76% 35.96% 0.00%
30.20%

Color #6D72B2 in popluar number systems.

HEX 6D 72 B2
Decimal 109 114 178
Binary 1101101 1110010 10110010
Octal 155 162 262

Shades and tints

Shades of #6D72B2

#6D72B2
(109,114,178)
#6468A2
(100,104,162)
#5B5E92
(91,94,146)
#525482
(82,84,130)
#494A72
(73,74,114)
#404062
(64,64,98)
#373652
(55,54,82)
#2E2C42
(46,44,66)
#252232
(37,34,50)
#1C1822
(28,24,34)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #6D72B2

#6D72B2
(109,114,178)
#7A7EB9
(122,126,185)
#878AC0
(135,138,192)
#9496C7
(148,150,199)
#A1A2CE
(161,162,206)
#AEAED5
(174,174,213)
#BBBADC
(187,186,220)
#C8C6E3
(200,198,227)
#D5D2EA
(213,210,234)
#E2DEF1
(226,222,241)
#EFEAF8
(239,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D72B2; }

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

This text font color is #6D72B2.

Background Color

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

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

This div background color is #6D72B2.

Border color

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

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

This div border color is #6D72B2.

Opacity

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

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

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

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

This text has shadow with #6D72B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D72B2.

Preview

Color preview on black background

This text has color #6D72B2 on black background.


Color preview on white background

This text has color #6D72B2 on white background.


Black color preview on #6D72B2 background

This text has black color on #6D72B2 background.


White color preview on #6D72B2 background

This text has white color on #6D72B2 background.


Related colors

Complementary color

Complementary color for #hex is #928D4D.


I love getcolorcode.com

Triadic colors

1 #B26D72 and #72B26D with #6D72B2 are triadic colors.

2 #B2726D and #726DB2 with #6D72B2 are triadic colors.