COLOR #6C71AC

HEX: #6C71AC
RGB: (108,113,172)

Color info

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

RGB color model

#6C71AC color RGB value is (108,113,172).

  • red value is 108;
  • green value is 113;
  • blue value is 172.
RGB:
(108,113,172)
(42%,44%,67%)

RGB channels and saturation

R 108 of 255 = 42%
G 113 of 255 = 44%
B 172 of 255 = 67%

108
113
172

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

Portions of RGB colors in percentages

R + G + B =
108 + 113 + 172 = 393 (100%)
R 108 of 393 ~ 27.48%
G 113 of 393 ~ 28.75%
B 172 of 393 ~ 43.77%

%27.48
%28.75
%43.77

CMYK color model

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

  • cyan value is 37.21%
  • magenta value is 34.30%
  • 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

%37.21
%34.3
%0
%32.55

Codes

Color #6C71AC in popluar color models

6C71AC
RGB108113172
HSL235°27.83%54.90%
HSB/HSV235°37.21%67.45%
CMYK37.21%34.30%0.00%
32.55%

Color #6C71AC in popluar number systems.

HEX6C71AC
Decimal108113172
Binary1101100111000110101100
Octal154161254

Shades and tints

Shades of #6C71AC

#6C71AC
(108,113,172)
#63679D
(99,103,157)
#5A5D8E
(90,93,142)
#51537F
(81,83,127)
#484970
(72,73,112)
#3F3F61
(63,63,97)
#363552
(54,53,82)
#2D2B43
(45,43,67)
#242134
(36,33,52)
#1B1725
(27,23,37)
#120D16
(18,13,22)
#000000
(0,0,0)

Tints of #6C71AC

#6C71AC
(108,113,172)
#797DB3
(121,125,179)
#8689BA
(134,137,186)
#9395C1
(147,149,193)
#A0A1C8
(160,161,200)
#ADADCF
(173,173,207)
#BAB9D6
(186,185,214)
#C7C5DD
(199,197,221)
#D4D1E4
(212,209,228)
#E1DDEB
(225,221,235)
#EEE9F2
(238,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C71AC color. Also use rgb(108,113,172) instead hex code.

Text Font Color

.myTextColor { color: #6C71AC; }

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

This text font color is #6C71AC.


Background Color

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

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

This div background color is #6C71AC.


Border color

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

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

This div border color is #6C71AC.


Opacity

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

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

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

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

This text has shadow with #6C71AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C71AC on black background.


Color preview on white background

This text has color #6C71AC on white background.



Black color preview on #6C71AC background

This text has black color on #6C71AC background.


White color preview on #6C71AC background

This text has white color on #6C71AC background.