COLOR #6E4A76

HEX: #6E4A76
RGB: (110,74,118)

Renk bilgisi

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

RGB renk modeli

#6E4A76 color RGB value is (110,74,118).

  • kırmız ton 110;
  • yeşil ton 74;
  • mavi ton 118.
RGB:
(110,74,118)
(43%,29%,46%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 74 of 255 = 29%
B 118 of 255 = 46%

110
74
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 74 + 118 = 302 (100%)
R 110 of 302 ~ 36.42%
G 74 of 302 ~ 24.5%
B 118 of 302 ~ 39.07%

%36.42
%24.5
%39.07

CMYK RENK MODELİ

#6E4A76 rengi CMYK tonu (7,37,0,54).

  • camgöbeği tonu 6.78%
  • eflatun tonu 37.29%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(7,37,0,54)
C7M37Y0K54 
(7%,37%,0%,54%)
(0.07/0.37/0.00/0.54)	

CMYK yüzdeleri

%6.78
%37.29
%0
%53.73

Codes

Color #6E4A76 in popluar color models

6E4A76
RGB11074118
HSL289°22.92%37.65%
HSB/HSV289°37.29%46.27%
CMYK6.78%37.29%0.00%
53.73%

Color #6E4A76 in popluar number systems.

HEX6E4A76
Decimal11074118
Binary110111010010101110110
Octal156112166

Shades and tints

Shades of #6E4A76

#6E4A76
(110,74,118)
#64446C
(100,68,108)
#5A3E62
(90,62,98)
#503858
(80,56,88)
#46324E
(70,50,78)
#3C2C44
(60,44,68)
#32263A
(50,38,58)
#282030
(40,32,48)
#1E1A26
(30,26,38)
#14141C
(20,20,28)
#0A0E12
(10,14,18)
#000000
(0,0,0)

Tints of #6E4A76

#6E4A76
(110,74,118)
#7B5A82
(123,90,130)
#886A8E
(136,106,142)
#957A9A
(149,122,154)
#A28AA6
(162,138,166)
#AF9AB2
(175,154,178)
#BCAABE
(188,170,190)
#C9BACA
(201,186,202)
#D6CAD6
(214,202,214)
#E3DAE2
(227,218,226)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4A76 color. Also use rgb(110,74,118) instead hex code.

Text Font Color

.myTextColor { color: #6E4A76; }

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

This text font color is #6E4A76.


Background Color

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

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

This div background color is #6E4A76.


Border color

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

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

This div border color is #6E4A76.


Opacity

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

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

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

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

This text has shadow with #6E4A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4A76 on black background.


Color preview on white background

This text has color #6E4A76 on white background.



Black color preview on #6E4A76 background

This text has black color on #6E4A76 background.


White color preview on #6E4A76 background

This text has white color on #6E4A76 background.