COLOR #6E4478

HEX: #6E4478
RGB: (110,68,120)

Renk bilgisi

#6E4478 contains red, green and blue colors in about the same proportion. #6E4478 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#6E4478 color RGB value is (110,68,120).

  • kırmız ton 110;
  • yeşil ton 68;
  • mavi ton 120.
RGB:
(110,68,120)
(43%,27%,47%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 68 of 255 = 27%
B 120 of 255 = 47%

110
68
120

R + G + B ~ 39%. #6E4478 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 68 + 120 = 298 (100%)
R 110 of 298 ~ 36.91%
G 68 of 298 ~ 22.82%
B 120 of 298 ~ 40.27%

%36.91
%22.82
%40.27

CMYK RENK MODELİ

#6E4478 rengi CMYK tonu (8,43,0,53).

  • camgöbeği tonu 8.33%
  • eflatun tonu 43.33%
  • sarı tonu 0.00%
  • ana renk tonu 52.94%
CMYK:
(8,43,0,53)
C8M43Y0K53 
(8%,43%,0%,53%)
(0.08/0.43/0.00/0.53)	

CMYK yüzdeleri

%8.33
%43.33
%0
%52.94

Codes

Color #6E4478 in popluar color models

6E4478
RGB11068120
HSL288°27.66%36.86%
HSB/HSV288°43.33%47.06%
CMYK8.33%43.33%0.00%
52.94%

Color #6E4478 in popluar number systems.

HEX6E4478
Decimal11068120
Binary110111010001001111000
Octal156104170

Shades and tints

Shades of #6E4478

#6E4478
(110,68,120)
#643E6E
(100,62,110)
#5A3864
(90,56,100)
#50325A
(80,50,90)
#462C50
(70,44,80)
#3C2646
(60,38,70)
#32203C
(50,32,60)
#281A32
(40,26,50)
#1E1428
(30,20,40)
#140E1E
(20,14,30)
#0A0814
(10,8,20)
#000000
(0,0,0)

Tints of #6E4478

#6E4478
(110,68,120)
#7B5584
(123,85,132)
#886690
(136,102,144)
#95779C
(149,119,156)
#A288A8
(162,136,168)
#AF99B4
(175,153,180)
#BCAAC0
(188,170,192)
#C9BBCC
(201,187,204)
#D6CCD8
(214,204,216)
#E3DDE4
(227,221,228)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4478 color. Also use rgb(110,68,120) instead hex code.

Text Font Color

.myTextColor { color: #6E4478; }

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

This text font color is #6E4478.


Background Color

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

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

This div background color is #6E4478.


Border color

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

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

This div border color is #6E4478.


Opacity

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

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

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

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

This text has shadow with #6E4478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4478 on black background.


Color preview on white background

This text has color #6E4478 on white background.



Black color preview on #6E4478 background

This text has black color on #6E4478 background.


White color preview on #6E4478 background

This text has white color on #6E4478 background.