COLOR #6C72A9

HEX: #6C72A9 RGB: (108,114,169)

Color info

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

RGB color model

#6C72A9 color RGB value is (108,114,169).

RGB: (108,114,169) (42%, 45%, 66%)

RGB channels and saturation

R 108 of 255 = 42%
G 114 of 255 = 45%
B 169 of 255 = 66%

108
114
169

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

Portions of RGB colors in percentages

R + G + B = 108 + 114 + 169 = 391 (100%)
R 108 of 391 ~ 27.62%
G 114 of 391 ~ 29.16%
B 169 of 391 ~ 43.22'%

%27.62
%29.16
%43.22

CMYK color model

#6C72A9 color CMYK value is (36,33,0,34).

  • cyan value is 36.09%
  • magenta value is 32.54%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (36,33,0,34)
C36M33Y0K34 (36%, 33%, 0%, 34%)
(0.36 / 0.33 / 0.00 / 0.34)

CMYK percentages

%36.09
%32.54
%0
%33.73

Codes

Color #6C72A9 in popluar color models

6C 72 A9
RGB 108 114 169
HSL 234° 26.18% 54.31%
HSB/HSV 234° 36.09% 66.27%
CMYK 36.09% 32.54% 0.00%
33.73%

Color #6C72A9 in popluar number systems.

HEX 6C 72 A9
Decimal 108 114 169
Binary 1101100 1110010 10101001
Octal 154 162 251

Shades and tints

Shades of #6C72A9

#6C72A9
(108,114,169)
#63689A
(99,104,154)
#5A5E8B
(90,94,139)
#51547C
(81,84,124)
#484A6D
(72,74,109)
#3F405E
(63,64,94)
#36364F
(54,54,79)
#2D2C40
(45,44,64)
#242231
(36,34,49)
#1B1822
(27,24,34)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #6C72A9

#6C72A9
(108,114,169)
#797EB0
(121,126,176)
#868AB7
(134,138,183)
#9396BE
(147,150,190)
#A0A2C5
(160,162,197)
#ADAECC
(173,174,204)
#BABAD3
(186,186,211)
#C7C6DA
(199,198,218)
#D4D2E1
(212,210,225)
#E1DEE8
(225,222,232)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C72A9 color. Also use rgb(108,114,169) instead hex code.

Text Font Color

.myTextColor { color: #6C72A9; }

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

This text font color is #6C72A9.

Background Color

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

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

This div background color is #6C72A9.

Border color

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

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

This div border color is #6C72A9.

Opacity

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

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

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

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

This text has shadow with #6C72A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C72A9.

Preview

Color preview on black background

This text has color #6C72A9 on black background.


Color preview on white background

This text has color #6C72A9 on white background.


Black color preview on #6C72A9 background

This text has black color on #6C72A9 background.


White color preview on #6C72A9 background

This text has white color on #6C72A9 background.


Related colors

Complementary color

Complementary color for #hex is #938D56.


I love getcolorcode.com

Triadic colors

1 #A96C72 and #72A96C with #6C72A9 are triadic colors.

2 #A9726C and #726CA9 with #6C72A9 are triadic colors.