COLOR #6E86DF

HEX: #6E86DF
RGB: (110,134,223)

Color info

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

RGB color model

#6E86DF color RGB value is (110,134,223).

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

RGB channels and saturation

R 110 of 255 = 43%
G 134 of 255 = 53%
B 223 of 255 = 87%

110
134
223

R + G + B ~ 61%. #6E86DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 134 + 223 = 467 (100%)
R 110 of 467 ~ 23.55%
G 134 of 467 ~ 28.69%
B 223 of 467 ~ 47.75%

%23.55
%28.69
%47.75

CMYK color model

#6E86DF color CMYK value is (51,40,0,13).

  • cyan value is 50.67%
  • magenta value is 39.91%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(51,40,0,13)
C51M40Y0K13 
(51%,40%,0%,13%)
(0.51/0.40/0.00/0.13)	

CMYK percentages

%50.67
%39.91
%0
%12.55

Codes

Color #6E86DF in popluar color models

6E86DF
RGB110134223
HSL227°63.84%65.29%
HSB/HSV227°50.67%87.45%
CMYK50.67%39.91%0.00%
12.55%

Color #6E86DF in popluar number systems.

HEX6E86DF
Decimal110134223
Binary11011101000011011011111
Octal156206337

Shades and tints

Shades of #6E86DF

#6E86DF
(110,134,223)
#647ACB
(100,122,203)
#5A6EB7
(90,110,183)
#5062A3
(80,98,163)
#46568F
(70,86,143)
#3C4A7B
(60,74,123)
#323E67
(50,62,103)
#283253
(40,50,83)
#1E263F
(30,38,63)
#141A2B
(20,26,43)
#0A0E17
(10,14,23)
#000000
(0,0,0)

Tints of #6E86DF

#6E86DF
(110,134,223)
#7B91E1
(123,145,225)
#889CE3
(136,156,227)
#95A7E5
(149,167,229)
#A2B2E7
(162,178,231)
#AFBDE9
(175,189,233)
#BCC8EB
(188,200,235)
#C9D3ED
(201,211,237)
#D6DEEF
(214,222,239)
#E3E9F1
(227,233,241)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E86DF; }

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

This text font color is #6E86DF.


Background Color

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

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

This div background color is #6E86DF.


Border color

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

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

This div border color is #6E86DF.


Opacity

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

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

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

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

This text has shadow with #6E86DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E86DF on black background.


Color preview on white background

This text has color #6E86DF on white background.



Black color preview on #6E86DF background

This text has black color on #6E86DF background.


White color preview on #6E86DF background

This text has white color on #6E86DF background.