COLOR #6E87E8

HEX: #6E87E8
RGB: (110,135,232)

Color info

#6E87E8 contains mainly blue color. Web safe color of #6E87E8 is #6699FF (or #69F).

RGB color model

#6E87E8 color RGB value is (110,135,232).

  • red value is 110;
  • green value is 135;
  • blue value is 232.
RGB:
(110,135,232)
(43%,53%,91%)

RGB channels and saturation

R 110 of 255 = 43%
G 135 of 255 = 53%
B 232 of 255 = 91%

110
135
232

R + G + B ~ 62%. #6E87E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 135 + 232 = 477 (100%)
R 110 of 477 ~ 23.06%
G 135 of 477 ~ 28.3%
B 232 of 477 ~ 48.64%

%23.06
%28.3
%48.64

CMYK color model

#6E87E8 color CMYK value is (53,42,0,9).

  • cyan value is 52.59%
  • magenta value is 41.81%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(53,42,0,9)
C53M42Y0K9 
(53%,42%,0%,9%)
(0.53/0.42/0.00/0.09)	

CMYK percentages

%52.59
%41.81
%0
%9.02

Codes

Color #6E87E8 in popluar color models

6E87E8
RGB110135232
HSL228°72.62%67.06%
HSB/HSV228°52.59%90.98%
CMYK52.59%41.81%0.00%
9.02%

Color #6E87E8 in popluar number systems.

HEX6E87E8
Decimal110135232
Binary11011101000011111101000
Octal156207350

Shades and tints

Shades of #6E87E8

#6E87E8
(110,135,232)
#647BD3
(100,123,211)
#5A6FBE
(90,111,190)
#5063A9
(80,99,169)
#465794
(70,87,148)
#3C4B7F
(60,75,127)
#323F6A
(50,63,106)
#283355
(40,51,85)
#1E2740
(30,39,64)
#141B2B
(20,27,43)
#0A0F16
(10,15,22)
#000000
(0,0,0)

Tints of #6E87E8

#6E87E8
(110,135,232)
#7B91EA
(123,145,234)
#889BEC
(136,155,236)
#95A5EE
(149,165,238)
#A2AFF0
(162,175,240)
#AFB9F2
(175,185,242)
#BCC3F4
(188,195,244)
#C9CDF6
(201,205,246)
#D6D7F8
(214,215,248)
#E3E1FA
(227,225,250)
#F0EBFC
(240,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E87E8 color. Also use rgb(110,135,232) instead hex code.

Text Font Color

.myTextColor { color: #6E87E8; }

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

This text font color is #6E87E8.


Background Color

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

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

This div background color is #6E87E8.


Border color

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

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

This div border color is #6E87E8.


Opacity

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

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

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

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

This text has shadow with #6E87E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E87E8 on black background.


Color preview on white background

This text has color #6E87E8 on white background.



Black color preview on #6E87E8 background

This text has black color on #6E87E8 background.


White color preview on #6E87E8 background

This text has white color on #6E87E8 background.