COLOR #6E72BC

HEX: #6E72BC RGB: (110,114,188)

Color info

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

RGB color model

#6E72BC color RGB value is (110,114,188).

RGB: (110,114,188) (43%, 45%, 74%)

RGB channels and saturation

R 110 of 255 = 43%
G 114 of 255 = 45%
B 188 of 255 = 74%

110
114
188

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

Portions of RGB colors in percentages

R + G + B = 110 + 114 + 188 = 412 (100%)
R 110 of 412 ~ 26.7%
G 114 of 412 ~ 27.67%
B 188 of 412 ~ 45.63'%

%26.7
%27.67
%45.63

CMYK color model

#6E72BC color CMYK value is (41,39,0,26).

  • cyan value is 41.49%
  • magenta value is 39.36%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (41,39,0,26) C41M39Y0K26 (41%,39%,0%,26%) (0.41/0.39/0.00/0.26) 

CMYK percentages

%41.49
%39.36
%0
%26.27

Codes

Color #6E72BC in popluar color models

6E 72 BC
RGB 110 114 188
HSL 237° 36.79% 58.43%
HSB/HSV 237° 41.49% 73.73%
CMYK 41.49% 39.36% 0.00%
26.27%

Color #6E72BC in popluar number systems.

HEX 6E 72 BC
Decimal 110 114 188
Binary 1101110 1110010 10111100
Octal 156 162 274

Shades and tints

Shades of #6E72BC

#6E72BC
(110,114,188)
#6468AB
(100,104,171)
#5A5E9A
(90,94,154)
#505489
(80,84,137)
#464A78
(70,74,120)
#3C4067
(60,64,103)
#323656
(50,54,86)
#282C45
(40,44,69)
#1E2234
(30,34,52)
#141823
(20,24,35)
#0A0E12
(10,14,18)
#000000
(0,0,0)

Tints of #6E72BC

#6E72BC
(110,114,188)
#7B7EC2
(123,126,194)
#888AC8
(136,138,200)
#9596CE
(149,150,206)
#A2A2D4
(162,162,212)
#AFAEDA
(175,174,218)
#BCBAE0
(188,186,224)
#C9C6E6
(201,198,230)
#D6D2EC
(214,210,236)
#E3DEF2
(227,222,242)
#F0EAF8
(240,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E72BC; }

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

This text font color is #6E72BC.


Background Color

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

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

This div background color is #6E72BC.


Border color

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

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

This div border color is #6E72BC.


Opacity

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

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

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

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

This text has shadow with #6E72BC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6E72BC on black background.


Color preview on white background

This text has color #6E72BC on white background.



Black color preview on #6E72BC background

This text has black color on #6E72BC background.


White color preview on #6E72BC background

This text has white color on #6E72BC background.