COLOR #6E82AA

HEX: #6E82AA RGB: (110,130,170)

Color info

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

RGB color model

#6E82AA color RGB value is (110,130,170).

RGB: (110,130,170) (43%, 51%, 67%)

RGB channels and saturation

R 110 of 255 = 43%
G 130 of 255 = 51%
B 170 of 255 = 67%

110
130
170

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

Portions of RGB colors in percentages

R + G + B = 110 + 130 + 170 = 410 (100%)
R 110 of 410 ~ 26.83%
G 130 of 410 ~ 31.71%
B 170 of 410 ~ 41.46'%

%26.83
%31.71
%41.46

CMYK color model

#6E82AA color CMYK value is (35,24,0,33).

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

CMYK: (35,24,0,33)
C35M24Y0K33 (35%, 24%, 0%, 33%)
(0.35 / 0.24 / 0.00 / 0.33)

CMYK percentages

%35.29
%23.53
%0
%33.33

Codes

Color #6E82AA in popluar color models

6E 82 AA
RGB 110 130 170
HSL 220° 26.09% 54.90%
HSB/HSV 220° 35.29% 66.67%
CMYK 35.29% 23.53% 0.00%
33.33%

Color #6E82AA in popluar number systems.

HEX 6E 82 AA
Decimal 110 130 170
Binary 1101110 10000010 10101010
Octal 156 202 252

Shades and tints

Shades of #6E82AA

#6E82AA
(110,130,170)
#64779B
(100,119,155)
#5A6C8C
(90,108,140)
#50617D
(80,97,125)
#46566E
(70,86,110)
#3C4B5F
(60,75,95)
#324050
(50,64,80)
#283541
(40,53,65)
#1E2A32
(30,42,50)
#141F23
(20,31,35)
#0A1414
(10,20,20)
#000000
(0,0,0)

Tints of #6E82AA

#6E82AA
(110,130,170)
#7B8DB1
(123,141,177)
#8898B8
(136,152,184)
#95A3BF
(149,163,191)
#A2AEC6
(162,174,198)
#AFB9CD
(175,185,205)
#BCC4D4
(188,196,212)
#C9CFDB
(201,207,219)
#D6DAE2
(214,218,226)
#E3E5E9
(227,229,233)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E82AA; }

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

This text font color is #6E82AA.

Background Color

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

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

This div background color is #6E82AA.

Border color

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

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

This div border color is #6E82AA.

Opacity

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

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

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

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

This text has shadow with #6E82AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E82AA.

Preview

Color preview on black background

This text has color #6E82AA on black background.


Color preview on white background

This text has color #6E82AA on white background.


Black color preview on #6E82AA background

This text has black color on #6E82AA background.


White color preview on #6E82AA background

This text has white color on #6E82AA background.


Related colors

Complementary color

Complementary color for #hex is #917D55.


I love getcolorcode.com

Triadic colors

1 #AA6E82 and #82AA6E with #6E82AA are triadic colors.

2 #AA826E and #826EAA with #6E82AA are triadic colors.