COLOR #6E86AC

HEX: #6E86AC
RGB: (110,134,172)

Color info

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

RGB color model

#6E86AC color RGB value is (110,134,172).

  • red value is 110;
  • green value is 134;
  • blue value is 172.
RGB:
(110,134,172)
(43%,53%,67%)

RGB channels and saturation

R 110 of 255 = 43%
G 134 of 255 = 53%
B 172 of 255 = 67%

110
134
172

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

Portions of RGB colors in percentages

R + G + B =
110 + 134 + 172 = 416 (100%)
R 110 of 416 ~ 26.44%
G 134 of 416 ~ 32.21%
B 172 of 416 ~ 41.35%

%26.44
%32.21
%41.35

CMYK color model

#6E86AC color CMYK value is (36,22,0,33).

  • cyan value is 36.05%
  • magenta value is 22.09%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(36,22,0,33)
C36M22Y0K33 
(36%,22%,0%,33%)
(0.36/0.22/0.00/0.33)	

CMYK percentages

%36.05
%22.09
%0
%32.55

Codes

Color #6E86AC in popluar color models

6E86AC
RGB110134172
HSL217°27.19%55.29%
HSB/HSV217°36.05%67.45%
CMYK36.05%22.09%0.00%
32.55%

Color #6E86AC in popluar number systems.

HEX6E86AC
Decimal110134172
Binary11011101000011010101100
Octal156206254

Shades and tints

Shades of #6E86AC

#6E86AC
(110,134,172)
#647A9D
(100,122,157)
#5A6E8E
(90,110,142)
#50627F
(80,98,127)
#465670
(70,86,112)
#3C4A61
(60,74,97)
#323E52
(50,62,82)
#283243
(40,50,67)
#1E2634
(30,38,52)
#141A25
(20,26,37)
#0A0E16
(10,14,22)
#000000
(0,0,0)

Tints of #6E86AC

#6E86AC
(110,134,172)
#7B91B3
(123,145,179)
#889CBA
(136,156,186)
#95A7C1
(149,167,193)
#A2B2C8
(162,178,200)
#AFBDCF
(175,189,207)
#BCC8D6
(188,200,214)
#C9D3DD
(201,211,221)
#D6DEE4
(214,222,228)
#E3E9EB
(227,233,235)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E86AC color. Also use rgb(110,134,172) instead hex code.

Text Font Color

.myTextColor { color: #6E86AC; }

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

This text font color is #6E86AC.


Background Color

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

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

This div background color is #6E86AC.


Border color

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

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

This div border color is #6E86AC.


Opacity

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

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

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

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

This text has shadow with #6E86AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E86AC on black background.


Color preview on white background

This text has color #6E86AC on white background.



Black color preview on #6E86AC background

This text has black color on #6E86AC background.


White color preview on #6E86AC background

This text has white color on #6E86AC background.