COLOR #6E87C3

HEX: #6E87C3
RGB: (110,135,195)

Color info

#6E87C3 contains mainly blue color. Web safe color of #6E87C3 is #6699CC (or #69C).

RGB color model

#6E87C3 color RGB value is (110,135,195).

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

RGB channels and saturation

R 110 of 255 = 43%
G 135 of 255 = 53%
B 195 of 255 = 76%

110
135
195

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

Portions of RGB colors in percentages

R + G + B =
110 + 135 + 195 = 440 (100%)
R 110 of 440 ~ 25%
G 135 of 440 ~ 30.68%
B 195 of 440 ~ 44.32%

%25
%30.68
%44.32

CMYK color model

#6E87C3 color CMYK value is (44,31,0,24).

  • cyan value is 43.59%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(44,31,0,24)
C44M31Y0K24 
(44%,31%,0%,24%)
(0.44/0.31/0.00/0.24)	

CMYK percentages

%43.59
%30.77
%0
%23.53

Codes

Color #6E87C3 in popluar color models

6E87C3
RGB110135195
HSL222°41.46%59.80%
HSB/HSV222°43.59%76.47%
CMYK43.59%30.77%0.00%
23.53%

Color #6E87C3 in popluar number systems.

HEX6E87C3
Decimal110135195
Binary11011101000011111000011
Octal156207303

Shades and tints

Shades of #6E87C3

#6E87C3
(110,135,195)
#647BB2
(100,123,178)
#5A6FA1
(90,111,161)
#506390
(80,99,144)
#46577F
(70,87,127)
#3C4B6E
(60,75,110)
#323F5D
(50,63,93)
#28334C
(40,51,76)
#1E273B
(30,39,59)
#141B2A
(20,27,42)
#0A0F19
(10,15,25)
#000000
(0,0,0)

Tints of #6E87C3

#6E87C3
(110,135,195)
#7B91C8
(123,145,200)
#889BCD
(136,155,205)
#95A5D2
(149,165,210)
#A2AFD7
(162,175,215)
#AFB9DC
(175,185,220)
#BCC3E1
(188,195,225)
#C9CDE6
(201,205,230)
#D6D7EB
(214,215,235)
#E3E1F0
(227,225,240)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E87C3; }

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

This text font color is #6E87C3.


Background Color

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

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

This div background color is #6E87C3.


Border color

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

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

This div border color is #6E87C3.


Opacity

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

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

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

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

This text has shadow with #6E87C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E87C3 on black background.


Color preview on white background

This text has color #6E87C3 on white background.



Black color preview on #6E87C3 background

This text has black color on #6E87C3 background.


White color preview on #6E87C3 background

This text has white color on #6E87C3 background.