COLOR #6D76AD

HEX: #6D76AD
RGB: (109,118,173)

Color info

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

RGB color model

#6D76AD color RGB value is (109,118,173).

  • red value is 109;
  • green value is 118;
  • blue value is 173.
RGB:
(109,118,173)
(43%,46%,68%)

RGB channels and saturation

R 109 of 255 = 43%
G 118 of 255 = 46%
B 173 of 255 = 68%

109
118
173

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

Portions of RGB colors in percentages

R + G + B =
109 + 118 + 173 = 400 (100%)
R 109 of 400 ~ 27.25%
G 118 of 400 ~ 29.5%
B 173 of 400 ~ 43.25%

%27.25
%29.5
%43.25

CMYK color model

#6D76AD color CMYK value is (37,32,0,32).

  • cyan value is 36.99%
  • magenta value is 31.79%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(37,32,0,32)
C37M32Y0K32 
(37%,32%,0%,32%)
(0.37/0.32/0.00/0.32)	

CMYK percentages

%36.99
%31.79
%0
%32.16

Codes

Color #6D76AD in popluar color models

6D76AD
RGB109118173
HSL232°28.07%55.29%
HSB/HSV232°36.99%67.84%
CMYK36.99%31.79%0.00%
32.16%

Color #6D76AD in popluar number systems.

HEX6D76AD
Decimal109118173
Binary1101101111011010101101
Octal155166255

Shades and tints

Shades of #6D76AD

#6D76AD
(109,118,173)
#646C9E
(100,108,158)
#5B628F
(91,98,143)
#525880
(82,88,128)
#494E71
(73,78,113)
#404462
(64,68,98)
#373A53
(55,58,83)
#2E3044
(46,48,68)
#252635
(37,38,53)
#1C1C26
(28,28,38)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #6D76AD

#6D76AD
(109,118,173)
#7A82B4
(122,130,180)
#878EBB
(135,142,187)
#949AC2
(148,154,194)
#A1A6C9
(161,166,201)
#AEB2D0
(174,178,208)
#BBBED7
(187,190,215)
#C8CADE
(200,202,222)
#D5D6E5
(213,214,229)
#E2E2EC
(226,226,236)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D76AD color. Also use rgb(109,118,173) instead hex code.

Text Font Color

.myTextColor { color: #6D76AD; }

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

This text font color is #6D76AD.


Background Color

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

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

This div background color is #6D76AD.


Border color

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

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

This div border color is #6D76AD.


Opacity

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

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

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

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

This text has shadow with #6D76AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D76AD on black background.


Color preview on white background

This text has color #6D76AD on white background.



Black color preview on #6D76AD background

This text has black color on #6D76AD background.


White color preview on #6D76AD background

This text has white color on #6D76AD background.