COLOR #6E5DDC

HEX: #6E5DDC
RGB: (110,93,220)

Renk bilgisi

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

RGB renk modeli

#6E5DDC color RGB value is (110,93,220).

  • kırmız ton 110;
  • yeşil ton 93;
  • mavi ton 220.
RGB:
(110,93,220)
(43%,36%,86%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 93 of 255 = 36%
B 220 of 255 = 86%

110
93
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 93 + 220 = 423 (100%)
R 110 of 423 ~ 26%
G 93 of 423 ~ 21.99%
B 220 of 423 ~ 52.01%

%26
%21.99
%52.01

CMYK RENK MODELİ

#6E5DDC rengi CMYK tonu (50,58,0,14).

  • camgöbeği tonu 50.00%
  • eflatun tonu 57.73%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(50,58,0,14)
C50M58Y0K14 
(50%,58%,0%,14%)
(0.50/0.58/0.00/0.14)	

CMYK yüzdeleri

%50
%57.73
%0
%13.73

Codes

Color #6E5DDC in popluar color models

6E5DDC
RGB11093220
HSL248°64.47%61.37%
HSB/HSV248°57.73%86.27%
CMYK50.00%57.73%0.00%
13.73%

Color #6E5DDC in popluar number systems.

HEX6E5DDC
Decimal11093220
Binary1101110101110111011100
Octal156135334

Shades and tints

Shades of #6E5DDC

#6E5DDC
(110,93,220)
#6455C8
(100,85,200)
#5A4DB4
(90,77,180)
#5045A0
(80,69,160)
#463D8C
(70,61,140)
#3C3578
(60,53,120)
#322D64
(50,45,100)
#282550
(40,37,80)
#1E1D3C
(30,29,60)
#141528
(20,21,40)
#0A0D14
(10,13,20)
#000000
(0,0,0)

Tints of #6E5DDC

#6E5DDC
(110,93,220)
#7B6BDF
(123,107,223)
#8879E2
(136,121,226)
#9587E5
(149,135,229)
#A295E8
(162,149,232)
#AFA3EB
(175,163,235)
#BCB1EE
(188,177,238)
#C9BFF1
(201,191,241)
#D6CDF4
(214,205,244)
#E3DBF7
(227,219,247)
#F0E9FA
(240,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5DDC color. Also use rgb(110,93,220) instead hex code.

Text Font Color

.myTextColor { color: #6E5DDC; }

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

This text font color is #6E5DDC.


Background Color

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

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

This div background color is #6E5DDC.


Border color

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

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

This div border color is #6E5DDC.


Opacity

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

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

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

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

This text has shadow with #6E5DDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5DDC on black background.


Color preview on white background

This text has color #6E5DDC on white background.



Black color preview on #6E5DDC background

This text has black color on #6E5DDC background.


White color preview on #6E5DDC background

This text has white color on #6E5DDC background.