COLOR #6E86BB

HEX: #6E86BB
RGB: (110,134,187)

Color info

#6E86BB contains mainly green and blue colors. Web safe color of #6E86BB is #6699CC (or #69C).

RGB color model

#6E86BB color RGB value is (110,134,187).

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

RGB channels and saturation

R 110 of 255 = 43%
G 134 of 255 = 53%
B 187 of 255 = 73%

110
134
187

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

Portions of RGB colors in percentages

R + G + B =
110 + 134 + 187 = 431 (100%)
R 110 of 431 ~ 25.52%
G 134 of 431 ~ 31.09%
B 187 of 431 ~ 43.39%

%25.52
%31.09
%43.39

CMYK color model

#6E86BB color CMYK value is (41,28,0,27).

  • cyan value is 41.18%
  • magenta value is 28.34%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(41,28,0,27)
C41M28Y0K27 
(41%,28%,0%,27%)
(0.41/0.28/0.00/0.27)	

CMYK percentages

%41.18
%28.34
%0
%26.67

Codes

Color #6E86BB in popluar color models

6E86BB
RGB110134187
HSL221°36.15%58.24%
HSB/HSV221°41.18%73.33%
CMYK41.18%28.34%0.00%
26.67%

Color #6E86BB in popluar number systems.

HEX6E86BB
Decimal110134187
Binary11011101000011010111011
Octal156206273

Shades and tints

Shades of #6E86BB

#6E86BB
(110,134,187)
#647AAA
(100,122,170)
#5A6E99
(90,110,153)
#506288
(80,98,136)
#465677
(70,86,119)
#3C4A66
(60,74,102)
#323E55
(50,62,85)
#283244
(40,50,68)
#1E2633
(30,38,51)
#141A22
(20,26,34)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #6E86BB

#6E86BB
(110,134,187)
#7B91C1
(123,145,193)
#889CC7
(136,156,199)
#95A7CD
(149,167,205)
#A2B2D3
(162,178,211)
#AFBDD9
(175,189,217)
#BCC8DF
(188,200,223)
#C9D3E5
(201,211,229)
#D6DEEB
(214,222,235)
#E3E9F1
(227,233,241)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E86BB; }

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

This text font color is #6E86BB.


Background Color

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

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

This div background color is #6E86BB.


Border color

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

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

This div border color is #6E86BB.


Opacity

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

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

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

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

This text has shadow with #6E86BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E86BB on black background.


Color preview on white background

This text has color #6E86BB on white background.



Black color preview on #6E86BB background

This text has black color on #6E86BB background.


White color preview on #6E86BB background

This text has white color on #6E86BB background.