COLOR #6E4E93

HEX: #6E4E93
RGB: (110,78,147)

Renk bilgisi

#6E4E93 contains mainly red and blue colors. #6E4E93 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6E4E93 color RGB value is (110,78,147).

  • kırmız ton 110;
  • yeşil ton 78;
  • mavi ton 147.
RGB:
(110,78,147)
(43%,31%,58%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 78 of 255 = 31%
B 147 of 255 = 58%

110
78
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 78 + 147 = 335 (100%)
R 110 of 335 ~ 32.84%
G 78 of 335 ~ 23.28%
B 147 of 335 ~ 43.88%

%32.84
%23.28
%43.88

CMYK RENK MODELİ

#6E4E93 rengi CMYK tonu (25,47,0,42).

  • camgöbeği tonu 25.17%
  • eflatun tonu 46.94%
  • sarı tonu 0.00%
  • ana renk tonu 42.35%
CMYK:
(25,47,0,42)
C25M47Y0K42 
(25%,47%,0%,42%)
(0.25/0.47/0.00/0.42)	

CMYK yüzdeleri

%25.17
%46.94
%0
%42.35

Codes

Color #6E4E93 in popluar color models

6E4E93
RGB11078147
HSL268°30.67%44.12%
HSB/HSV268°46.94%57.65%
CMYK25.17%46.94%0.00%
42.35%

Color #6E4E93 in popluar number systems.

HEX6E4E93
Decimal11078147
Binary1101110100111010010011
Octal156116223

Shades and tints

Shades of #6E4E93

#6E4E93
(110,78,147)
#644786
(100,71,134)
#5A4079
(90,64,121)
#50396C
(80,57,108)
#46325F
(70,50,95)
#3C2B52
(60,43,82)
#322445
(50,36,69)
#281D38
(40,29,56)
#1E162B
(30,22,43)
#140F1E
(20,15,30)
#0A0811
(10,8,17)
#000000
(0,0,0)

Tints of #6E4E93

#6E4E93
(110,78,147)
#7B5E9C
(123,94,156)
#886EA5
(136,110,165)
#957EAE
(149,126,174)
#A28EB7
(162,142,183)
#AF9EC0
(175,158,192)
#BCAEC9
(188,174,201)
#C9BED2
(201,190,210)
#D6CEDB
(214,206,219)
#E3DEE4
(227,222,228)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4E93 color. Also use rgb(110,78,147) instead hex code.

Text Font Color

.myTextColor { color: #6E4E93; }

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

This text font color is #6E4E93.


Background Color

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

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

This div background color is #6E4E93.


Border color

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

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

This div border color is #6E4E93.


Opacity

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

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

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

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

This text has shadow with #6E4E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4E93 on black background.


Color preview on white background

This text has color #6E4E93 on white background.



Black color preview on #6E4E93 background

This text has black color on #6E4E93 background.


White color preview on #6E4E93 background

This text has white color on #6E4E93 background.