COLOR #6D72B1

HEX: #6D72B1
RGB: (109,114,177)

Color info

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

RGB color model

#6D72B1 color RGB value is (109,114,177).

  • red value is 109;
  • green value is 114;
  • blue value is 177.
RGB:
(109,114,177)
(43%,45%,69%)

RGB channels and saturation

R 109 of 255 = 43%
G 114 of 255 = 45%
B 177 of 255 = 69%

109
114
177

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

Portions of RGB colors in percentages

R + G + B =
109 + 114 + 177 = 400 (100%)
R 109 of 400 ~ 27.25%
G 114 of 400 ~ 28.5%
B 177 of 400 ~ 44.25%

%27.25
%28.5
%44.25

CMYK color model

#6D72B1 color CMYK value is (38,36,0,31).

  • cyan value is 38.42%
  • magenta value is 35.59%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(38,36,0,31)
C38M36Y0K31 
(38%,36%,0%,31%)
(0.38/0.36/0.00/0.31)	

CMYK percentages

%38.42
%35.59
%0
%30.59

Codes

Color #6D72B1 in popluar color models

6D72B1
RGB109114177
HSL236°30.36%56.08%
HSB/HSV236°38.42%69.41%
CMYK38.42%35.59%0.00%
30.59%

Color #6D72B1 in popluar number systems.

HEX6D72B1
Decimal109114177
Binary1101101111001010110001
Octal155162261

Shades and tints

Shades of #6D72B1

#6D72B1
(109,114,177)
#6468A1
(100,104,161)
#5B5E91
(91,94,145)
#525481
(82,84,129)
#494A71
(73,74,113)
#404061
(64,64,97)
#373651
(55,54,81)
#2E2C41
(46,44,65)
#252231
(37,34,49)
#1C1821
(28,24,33)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #6D72B1

#6D72B1
(109,114,177)
#7A7EB8
(122,126,184)
#878ABF
(135,138,191)
#9496C6
(148,150,198)
#A1A2CD
(161,162,205)
#AEAED4
(174,174,212)
#BBBADB
(187,186,219)
#C8C6E2
(200,198,226)
#D5D2E9
(213,210,233)
#E2DEF0
(226,222,240)
#EFEAF7
(239,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D72B1; }

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

This text font color is #6D72B1.


Background Color

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

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

This div background color is #6D72B1.


Border color

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

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

This div border color is #6D72B1.


Opacity

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

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

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

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

This text has shadow with #6D72B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D72B1 on black background.


Color preview on white background

This text has color #6D72B1 on white background.



Black color preview on #6D72B1 background

This text has black color on #6D72B1 background.


White color preview on #6D72B1 background

This text has white color on #6D72B1 background.