COLOR #6E71D8

HEX: #6E71D8
RGB: (110,113,216)

Color info

#6E71D8 contains mainly blue color. Web safe color of #6E71D8 is #6666CC (or #66C).

RGB color model

#6E71D8 color RGB value is (110,113,216).

  • red value is 110;
  • green value is 113;
  • blue value is 216.
RGB:
(110,113,216)
(43%,44%,85%)

RGB channels and saturation

R 110 of 255 = 43%
G 113 of 255 = 44%
B 216 of 255 = 85%

110
113
216

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

Portions of RGB colors in percentages

R + G + B =
110 + 113 + 216 = 439 (100%)
R 110 of 439 ~ 25.06%
G 113 of 439 ~ 25.74%
B 216 of 439 ~ 49.2%

%25.06
%25.74
%49.2

CMYK color model

#6E71D8 color CMYK value is (49,48,0,15).

  • cyan value is 49.07%
  • magenta value is 47.69%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(49,48,0,15)
C49M48Y0K15 
(49%,48%,0%,15%)
(0.49/0.48/0.00/0.15)	

CMYK percentages

%49.07
%47.69
%0
%15.29

Codes

Color #6E71D8 in popluar color models

6E71D8
RGB110113216
HSL238°57.61%63.92%
HSB/HSV238°49.07%84.71%
CMYK49.07%47.69%0.00%
15.29%

Color #6E71D8 in popluar number systems.

HEX6E71D8
Decimal110113216
Binary1101110111000111011000
Octal156161330

Shades and tints

Shades of #6E71D8

#6E71D8
(110,113,216)
#6467C5
(100,103,197)
#5A5DB2
(90,93,178)
#50539F
(80,83,159)
#46498C
(70,73,140)
#3C3F79
(60,63,121)
#323566
(50,53,102)
#282B53
(40,43,83)
#1E2140
(30,33,64)
#14172D
(20,23,45)
#0A0D1A
(10,13,26)
#000000
(0,0,0)

Tints of #6E71D8

#6E71D8
(110,113,216)
#7B7DDB
(123,125,219)
#8889DE
(136,137,222)
#9595E1
(149,149,225)
#A2A1E4
(162,161,228)
#AFADE7
(175,173,231)
#BCB9EA
(188,185,234)
#C9C5ED
(201,197,237)
#D6D1F0
(214,209,240)
#E3DDF3
(227,221,243)
#F0E9F6
(240,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E71D8 color. Also use rgb(110,113,216) instead hex code.

Text Font Color

.myTextColor { color: #6E71D8; }

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

This text font color is #6E71D8.


Background Color

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

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

This div background color is #6E71D8.


Border color

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

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

This div border color is #6E71D8.


Opacity

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

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

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

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

This text has shadow with #6E71D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E71D8 on black background.


Color preview on white background

This text has color #6E71D8 on white background.



Black color preview on #6E71D8 background

This text has black color on #6E71D8 background.


White color preview on #6E71D8 background

This text has white color on #6E71D8 background.