COLOR #6E84AD

HEX: #6E84AD
RGB: (110,132,173)

Color info

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

RGB color model

#6E84AD color RGB value is (110,132,173).

  • red value is 110;
  • green value is 132;
  • blue value is 173.
RGB:
(110,132,173)
(43%,52%,68%)

RGB channels and saturation

R 110 of 255 = 43%
G 132 of 255 = 52%
B 173 of 255 = 68%

110
132
173

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

Portions of RGB colors in percentages

R + G + B =
110 + 132 + 173 = 415 (100%)
R 110 of 415 ~ 26.51%
G 132 of 415 ~ 31.81%
B 173 of 415 ~ 41.69%

%26.51
%31.81
%41.69

CMYK color model

#6E84AD color CMYK value is (36,24,0,32).

  • cyan value is 36.42%
  • magenta value is 23.70%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(36,24,0,32)
C36M24Y0K32 
(36%,24%,0%,32%)
(0.36/0.24/0.00/0.32)	

CMYK percentages

%36.42
%23.7
%0
%32.16

Codes

Color #6E84AD in popluar color models

6E84AD
RGB110132173
HSL219°27.75%55.49%
HSB/HSV219°36.42%67.84%
CMYK36.42%23.70%0.00%
32.16%

Color #6E84AD in popluar number systems.

HEX6E84AD
Decimal110132173
Binary11011101000010010101101
Octal156204255

Shades and tints

Shades of #6E84AD

#6E84AD
(110,132,173)
#64789E
(100,120,158)
#5A6C8F
(90,108,143)
#506080
(80,96,128)
#465471
(70,84,113)
#3C4862
(60,72,98)
#323C53
(50,60,83)
#283044
(40,48,68)
#1E2435
(30,36,53)
#141826
(20,24,38)
#0A0C17
(10,12,23)
#000000
(0,0,0)

Tints of #6E84AD

#6E84AD
(110,132,173)
#7B8FB4
(123,143,180)
#889ABB
(136,154,187)
#95A5C2
(149,165,194)
#A2B0C9
(162,176,201)
#AFBBD0
(175,187,208)
#BCC6D7
(188,198,215)
#C9D1DE
(201,209,222)
#D6DCE5
(214,220,229)
#E3E7EC
(227,231,236)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E84AD color. Also use rgb(110,132,173) instead hex code.

Text Font Color

.myTextColor { color: #6E84AD; }

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

This text font color is #6E84AD.


Background Color

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

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

This div background color is #6E84AD.


Border color

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

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

This div border color is #6E84AD.


Opacity

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

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

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

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

This text has shadow with #6E84AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E84AD on black background.


Color preview on white background

This text has color #6E84AD on white background.



Black color preview on #6E84AD background

This text has black color on #6E84AD background.


White color preview on #6E84AD background

This text has white color on #6E84AD background.