COLOR #6E72EA

HEX: #6E72EA
RGB: (110,114,234)

Color info

#6E72EA contains mainly blue color. Web safe color of #6E72EA is #6666FF (or #66F).

RGB color model

#6E72EA color RGB value is (110,114,234).

  • red value is 110;
  • green value is 114;
  • blue value is 234.
RGB:
(110,114,234)
(43%,45%,92%)

RGB channels and saturation

R 110 of 255 = 43%
G 114 of 255 = 45%
B 234 of 255 = 92%

110
114
234

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

Portions of RGB colors in percentages

R + G + B =
110 + 114 + 234 = 458 (100%)
R 110 of 458 ~ 24.02%
G 114 of 458 ~ 24.89%
B 234 of 458 ~ 51.09%

%24.02
%24.89
%51.09

CMYK color model

#6E72EA color CMYK value is (53,51,0,8).

  • cyan value is 52.99%
  • magenta value is 51.28%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(53,51,0,8)
C53M51Y0K8 
(53%,51%,0%,8%)
(0.53/0.51/0.00/0.08)	

CMYK percentages

%52.99
%51.28
%0
%8.24

Codes

Color #6E72EA in popluar color models

6E72EA
RGB110114234
HSL238°74.70%67.45%
HSB/HSV238°52.99%91.76%
CMYK52.99%51.28%0.00%
8.24%

Color #6E72EA in popluar number systems.

HEX6E72EA
Decimal110114234
Binary1101110111001011101010
Octal156162352

Shades and tints

Shades of #6E72EA

#6E72EA
(110,114,234)
#6468D5
(100,104,213)
#5A5EC0
(90,94,192)
#5054AB
(80,84,171)
#464A96
(70,74,150)
#3C4081
(60,64,129)
#32366C
(50,54,108)
#282C57
(40,44,87)
#1E2242
(30,34,66)
#14182D
(20,24,45)
#0A0E18
(10,14,24)
#000000
(0,0,0)

Tints of #6E72EA

#6E72EA
(110,114,234)
#7B7EEB
(123,126,235)
#888AEC
(136,138,236)
#9596ED
(149,150,237)
#A2A2EE
(162,162,238)
#AFAEEF
(175,174,239)
#BCBAF0
(188,186,240)
#C9C6F1
(201,198,241)
#D6D2F2
(214,210,242)
#E3DEF3
(227,222,243)
#F0EAF4
(240,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E72EA color. Also use rgb(110,114,234) instead hex code.

Text Font Color

.myTextColor { color: #6E72EA; }

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

This text font color is #6E72EA.


Background Color

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

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

This div background color is #6E72EA.


Border color

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

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

This div border color is #6E72EA.


Opacity

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

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

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

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

This text has shadow with #6E72EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E72EA on black background.


Color preview on white background

This text has color #6E72EA on white background.



Black color preview on #6E72EA background

This text has black color on #6E72EA background.


White color preview on #6E72EA background

This text has white color on #6E72EA background.