COLOR #6E76A9

HEX: #6E76A9
RGB: (110,118,169)

Color info

#6E76A9 contains red, green and blue colors in about the same proportion. Web safe color of #6E76A9 is #666699 (or #669).

RGB color model

#6E76A9 color RGB value is (110,118,169).

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

RGB channels and saturation

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

110
118
169

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

Portions of RGB colors in percentages

R + G + B =
110 + 118 + 169 = 397 (100%)
R 110 of 397 ~ 27.71%
G 118 of 397 ~ 29.72%
B 169 of 397 ~ 42.57%

%27.71
%29.72
%42.57

CMYK color model

#6E76A9 color CMYK value is (35,30,0,34).

  • cyan value is 34.91%
  • magenta value is 30.18%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(35,30,0,34)
C35M30Y0K34 
(35%,30%,0%,34%)
(0.35/0.30/0.00/0.34)	

CMYK percentages

%34.91
%30.18
%0
%33.73

Codes

Color #6E76A9 in popluar color models

6E76A9
RGB110118169
HSL232°25.54%54.71%
HSB/HSV232°34.91%66.27%
CMYK34.91%30.18%0.00%
33.73%

Color #6E76A9 in popluar number systems.

HEX6E76A9
Decimal110118169
Binary1101110111011010101001
Octal156166251

Shades and tints

Shades of #6E76A9

#6E76A9
(110,118,169)
#646C9A
(100,108,154)
#5A628B
(90,98,139)
#50587C
(80,88,124)
#464E6D
(70,78,109)
#3C445E
(60,68,94)
#323A4F
(50,58,79)
#283040
(40,48,64)
#1E2631
(30,38,49)
#141C22
(20,28,34)
#0A1213
(10,18,19)
#000000
(0,0,0)

Tints of #6E76A9

#6E76A9
(110,118,169)
#7B82B0
(123,130,176)
#888EB7
(136,142,183)
#959ABE
(149,154,190)
#A2A6C5
(162,166,197)
#AFB2CC
(175,178,204)
#BCBED3
(188,190,211)
#C9CADA
(201,202,218)
#D6D6E1
(214,214,225)
#E3E2E8
(227,226,232)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E76A9; }

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

This text font color is #6E76A9.


Background Color

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

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

This div background color is #6E76A9.


Border color

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

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

This div border color is #6E76A9.


Opacity

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

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

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

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

This text has shadow with #6E76A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E76A9 on black background.


Color preview on white background

This text has color #6E76A9 on white background.



Black color preview on #6E76A9 background

This text has black color on #6E76A9 background.


White color preview on #6E76A9 background

This text has white color on #6E76A9 background.