COLOR #6E91AA

HEX: #6E91AA RGB: (110,145,170)

Color info

#6E91AA contains mainly green and blue colors. Web safe color of #6E91AA is #669999 (or #699).

RGB color model

#6E91AA color RGB value is (110,145,170).

RGB: (110,145,170) (43%, 57%, 67%)

RGB channels and saturation

R 110 of 255 = 43%
G 145 of 255 = 57%
B 170 of 255 = 67%

110
145
170

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

Portions of RGB colors in percentages

R + G + B = 110 + 145 + 170 = 425 (100%)
R 110 of 425 ~ 25.88%
G 145 of 425 ~ 34.12%
B 170 of 425 ~ 40'%

%25.88
%34.12
%40

CMYK color model

#6E91AA color CMYK value is (35,15,0,33).

  • cyan value is 35.29%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (35,15,0,33)
C35M15Y0K33 (35%, 15%, 0%, 33%)
(0.35 / 0.15 / 0.00 / 0.33)

CMYK percentages

%35.29
%14.71
%0
%33.33

Codes

Color #6E91AA in popluar color models

6E 91 AA
RGB 110 145 170
HSL 205° 26.09% 54.90%
HSB/HSV 205° 35.29% 66.67%
CMYK 35.29% 14.71% 0.00%
33.33%

Color #6E91AA in popluar number systems.

HEX 6E 91 AA
Decimal 110 145 170
Binary 1101110 10010001 10101010
Octal 156 221 252

Shades and tints

Shades of #6E91AA

#6E91AA
(110,145,170)
#64849B
(100,132,155)
#5A778C
(90,119,140)
#506A7D
(80,106,125)
#465D6E
(70,93,110)
#3C505F
(60,80,95)
#324350
(50,67,80)
#283641
(40,54,65)
#1E2932
(30,41,50)
#141C23
(20,28,35)
#0A0F14
(10,15,20)
#000000
(0,0,0)

Tints of #6E91AA

#6E91AA
(110,145,170)
#7B9BB1
(123,155,177)
#88A5B8
(136,165,184)
#95AFBF
(149,175,191)
#A2B9C6
(162,185,198)
#AFC3CD
(175,195,205)
#BCCDD4
(188,205,212)
#C9D7DB
(201,215,219)
#D6E1E2
(214,225,226)
#E3EBE9
(227,235,233)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E91AA color. Also use rgb(110,145,170) instead hex code.

Text Font Color

.myTextColor { color: #6E91AA; }

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

This text font color is #6E91AA.

Background Color

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

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

This div background color is #6E91AA.

Border color

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

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

This div border color is #6E91AA.

Opacity

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

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

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

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

This text has shadow with #6E91AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E91AA.

Preview

Color preview on black background

This text has color #6E91AA on black background.


Color preview on white background

This text has color #6E91AA on white background.


Black color preview on #6E91AA background

This text has black color on #6E91AA background.


White color preview on #6E91AA background

This text has white color on #6E91AA background.


Related colors

Complementary color

Complementary color for #hex is #916E55.


I love getcolorcode.com

Triadic colors

1 #AA6E91 and #91AA6E with #6E91AA are triadic colors.

2 #AA916E and #916EAA with #6E91AA are triadic colors.