COLOR #6E72E4

HEX: #6E72E4
RGB: (110,114,228)

Renk bilgisi

#6E72E4 contains mainly blue color. #6E72E4 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#6E72E4 color RGB value is (110,114,228).

  • kırmız ton 110;
  • yeşil ton 114;
  • mavi ton 228.
RGB:
(110,114,228)
(43%,45%,89%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 114 of 255 = 45%
B 228 of 255 = 89%

110
114
228

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 114 + 228 = 452 (100%)
R 110 of 452 ~ 24.34%
G 114 of 452 ~ 25.22%
B 228 of 452 ~ 50.44%

%24.34
%25.22
%50.44

CMYK RENK MODELİ

#6E72E4 rengi CMYK tonu (52,50,0,11).

  • camgöbeği tonu 51.75%
  • eflatun tonu 50.00%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(52,50,0,11)
C52M50Y0K11 
(52%,50%,0%,11%)
(0.52/0.50/0.00/0.11)	

CMYK yüzdeleri

%51.75
%50
%0
%10.59

Codes

Color #6E72E4 in popluar color models

6E72E4
RGB110114228
HSL238°68.60%66.27%
HSB/HSV238°51.75%89.41%
CMYK51.75%50.00%0.00%
10.59%

Color #6E72E4 in popluar number systems.

HEX6E72E4
Decimal110114228
Binary1101110111001011100100
Octal156162344

Shades and tints

Shades of #6E72E4

#6E72E4
(110,114,228)
#6468D0
(100,104,208)
#5A5EBC
(90,94,188)
#5054A8
(80,84,168)
#464A94
(70,74,148)
#3C4080
(60,64,128)
#32366C
(50,54,108)
#282C58
(40,44,88)
#1E2244
(30,34,68)
#141830
(20,24,48)
#0A0E1C
(10,14,28)
#000000
(0,0,0)

Tints of #6E72E4

#6E72E4
(110,114,228)
#7B7EE6
(123,126,230)
#888AE8
(136,138,232)
#9596EA
(149,150,234)
#A2A2EC
(162,162,236)
#AFAEEE
(175,174,238)
#BCBAF0
(188,186,240)
#C9C6F2
(201,198,242)
#D6D2F4
(214,210,244)
#E3DEF6
(227,222,246)
#F0EAF8
(240,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E72E4; }

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

This text font color is #6E72E4.


Background Color

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

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

This div background color is #6E72E4.


Border color

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

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

This div border color is #6E72E4.


Opacity

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

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

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

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

This text has shadow with #6E72E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E72E4 on black background.


Color preview on white background

This text has color #6E72E4 on white background.



Black color preview on #6E72E4 background

This text has black color on #6E72E4 background.


White color preview on #6E72E4 background

This text has white color on #6E72E4 background.