COLOR #6D76A9

HEX: #6D76A9
RGB: (109,118,169)

Color info

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

RGB color model

#6D76A9 color RGB value is (109,118,169).

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

RGB channels and saturation

R 109 of 255 = 43%
G 118 of 255 = 46%
B 169 of 255 = 66%

109
118
169

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

Portions of RGB colors in percentages

R + G + B =
109 + 118 + 169 = 396 (100%)
R 109 of 396 ~ 27.53%
G 118 of 396 ~ 29.8%
B 169 of 396 ~ 42.68%

%27.53
%29.8
%42.68

CMYK color model

#6D76A9 color CMYK value is (36,30,0,34).

  • cyan value is 35.50%
  • magenta value is 30.18%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(36,30,0,34)
C36M30Y0K34 
(36%,30%,0%,34%)
(0.36/0.30/0.00/0.34)	

CMYK percentages

%35.5
%30.18
%0
%33.73

Codes

Color #6D76A9 in popluar color models

6D76A9
RGB109118169
HSL231°25.86%54.51%
HSB/HSV231°35.50%66.27%
CMYK35.50%30.18%0.00%
33.73%

Color #6D76A9 in popluar number systems.

HEX6D76A9
Decimal109118169
Binary1101101111011010101001
Octal155166251

Shades and tints

Shades of #6D76A9

#6D76A9
(109,118,169)
#646C9A
(100,108,154)
#5B628B
(91,98,139)
#52587C
(82,88,124)
#494E6D
(73,78,109)
#40445E
(64,68,94)
#373A4F
(55,58,79)
#2E3040
(46,48,64)
#252631
(37,38,49)
#1C1C22
(28,28,34)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #6D76A9

#6D76A9
(109,118,169)
#7A82B0
(122,130,176)
#878EB7
(135,142,183)
#949ABE
(148,154,190)
#A1A6C5
(161,166,197)
#AEB2CC
(174,178,204)
#BBBED3
(187,190,211)
#C8CADA
(200,202,218)
#D5D6E1
(213,214,225)
#E2E2E8
(226,226,232)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D76A9; }

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

This text font color is #6D76A9.


Background Color

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

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

This div background color is #6D76A9.


Border color

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

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

This div border color is #6D76A9.


Opacity

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

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

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

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

This text has shadow with #6D76A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D76A9 on black background.


Color preview on white background

This text has color #6D76A9 on white background.



Black color preview on #6D76A9 background

This text has black color on #6D76A9 background.


White color preview on #6D76A9 background

This text has white color on #6D76A9 background.