COLOR #6E56D9

HEX: #6E56D9
RGB: (110,86,217)

Renk bilgisi

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

RGB renk modeli

#6E56D9 color RGB value is (110,86,217).

  • kırmız ton 110;
  • yeşil ton 86;
  • mavi ton 217.
RGB:
(110,86,217)
(43%,34%,85%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 86 of 255 = 34%
B 217 of 255 = 85%

110
86
217

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 86 + 217 = 413 (100%)
R 110 of 413 ~ 26.63%
G 86 of 413 ~ 20.82%
B 217 of 413 ~ 52.54%

%26.63
%20.82
%52.54

CMYK RENK MODELİ

#6E56D9 rengi CMYK tonu (49,60,0,15).

  • camgöbeği tonu 49.31%
  • eflatun tonu 60.37%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(49,60,0,15)
C49M60Y0K15 
(49%,60%,0%,15%)
(0.49/0.60/0.00/0.15)	

CMYK yüzdeleri

%49.31
%60.37
%0
%14.9

Codes

Color #6E56D9 in popluar color models

6E56D9
RGB11086217
HSL251°63.29%59.41%
HSB/HSV251°60.37%85.10%
CMYK49.31%60.37%0.00%
14.90%

Color #6E56D9 in popluar number systems.

HEX6E56D9
Decimal11086217
Binary1101110101011011011001
Octal156126331

Shades and tints

Shades of #6E56D9

#6E56D9
(110,86,217)
#644FC6
(100,79,198)
#5A48B3
(90,72,179)
#5041A0
(80,65,160)
#463A8D
(70,58,141)
#3C337A
(60,51,122)
#322C67
(50,44,103)
#282554
(40,37,84)
#1E1E41
(30,30,65)
#14172E
(20,23,46)
#0A101B
(10,16,27)
#000000
(0,0,0)

Tints of #6E56D9

#6E56D9
(110,86,217)
#7B65DC
(123,101,220)
#8874DF
(136,116,223)
#9583E2
(149,131,226)
#A292E5
(162,146,229)
#AFA1E8
(175,161,232)
#BCB0EB
(188,176,235)
#C9BFEE
(201,191,238)
#D6CEF1
(214,206,241)
#E3DDF4
(227,221,244)
#F0ECF7
(240,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E56D9 color. Also use rgb(110,86,217) instead hex code.

Text Font Color

.myTextColor { color: #6E56D9; }

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

This text font color is #6E56D9.


Background Color

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

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

This div background color is #6E56D9.


Border color

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

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

This div border color is #6E56D9.


Opacity

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

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

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

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

This text has shadow with #6E56D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E56D9 on black background.


Color preview on white background

This text has color #6E56D9 on white background.



Black color preview on #6E56D9 background

This text has black color on #6E56D9 background.


White color preview on #6E56D9 background

This text has white color on #6E56D9 background.