COLOR #6D72B5

HEX: #6D72B5 RGB: (109,114,181)

Color info

#6D72B5 contains mainly blue color. Web safe color of #6D72B5 is #6666CC (or #66C).

RGB color model

#6D72B5 color RGB value is (109,114,181).

RGB: (109,114,181) (43%, 45%, 71%)

RGB channels and saturation

R 109 of 255 = 43%
G 114 of 255 = 45%
B 181 of 255 = 71%

109
114
181

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

Portions of RGB colors in percentages

R + G + B = 109 + 114 + 181 = 404 (100%)
R 109 of 404 ~ 26.98%
G 114 of 404 ~ 28.22%
B 181 of 404 ~ 44.8'%

%26.98
%28.22
%44.8

CMYK color model

#6D72B5 color CMYK value is (40,37,0,29).

  • cyan value is 39.78%
  • magenta value is 37.02%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (40,37,0,29)
C40M37Y0K29 (40%, 37%, 0%, 29%)
(0.40 / 0.37 / 0.00 / 0.29)

CMYK percentages

%39.78
%37.02
%0
%29.02

Codes

Color #6D72B5 in popluar color models

6D 72 B5
RGB 109 114 181
HSL 236° 32.73% 56.86%
HSB/HSV 236° 39.78% 70.98%
CMYK 39.78% 37.02% 0.00%
29.02%

Color #6D72B5 in popluar number systems.

HEX 6D 72 B5
Decimal 109 114 181
Binary 1101101 1110010 10110101
Octal 155 162 265

Shades and tints

Shades of #6D72B5

#6D72B5
(109,114,181)
#6468A5
(100,104,165)
#5B5E95
(91,94,149)
#525485
(82,84,133)
#494A75
(73,74,117)
#404065
(64,64,101)
#373655
(55,54,85)
#2E2C45
(46,44,69)
#252235
(37,34,53)
#1C1825
(28,24,37)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #6D72B5

#6D72B5
(109,114,181)
#7A7EBB
(122,126,187)
#878AC1
(135,138,193)
#9496C7
(148,150,199)
#A1A2CD
(161,162,205)
#AEAED3
(174,174,211)
#BBBAD9
(187,186,217)
#C8C6DF
(200,198,223)
#D5D2E5
(213,210,229)
#E2DEEB
(226,222,235)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D72B5; }

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

This text font color is #6D72B5.

Background Color

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

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

This div background color is #6D72B5.

Border color

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

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

This div border color is #6D72B5.

Opacity

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

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

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

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

This text has shadow with #6D72B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D72B5.

Preview

Color preview on black background

This text has color #6D72B5 on black background.


Color preview on white background

This text has color #6D72B5 on white background.


Black color preview on #6D72B5 background

This text has black color on #6D72B5 background.


White color preview on #6D72B5 background

This text has white color on #6D72B5 background.


Related colors

Complementary color

Complementary color for #hex is #928D4A.


I love getcolorcode.com

Triadic colors

1 #B56D72 and #72B56D with #6D72B5 are triadic colors.

2 #B5726D and #726DB5 with #6D72B5 are triadic colors.