COLOR #6E4D73

HEX: #6E4D73
RGB: (110,77,115)

Renk bilgisi

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

RGB renk modeli

#6E4D73 color RGB value is (110,77,115).

  • kırmız ton 110;
  • yeşil ton 77;
  • mavi ton 115.
RGB:
(110,77,115)
(43%,30%,45%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 77 of 255 = 30%
B 115 of 255 = 45%

110
77
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 77 + 115 = 302 (100%)
R 110 of 302 ~ 36.42%
G 77 of 302 ~ 25.5%
B 115 of 302 ~ 38.08%

%36.42
%25.5
%38.08

CMYK RENK MODELİ

#6E4D73 rengi CMYK tonu (4,33,0,55).

  • camgöbeği tonu 4.35%
  • eflatun tonu 33.04%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(4,33,0,55)
C4M33Y0K55 
(4%,33%,0%,55%)
(0.04/0.33/0.00/0.55)	

CMYK yüzdeleri

%4.35
%33.04
%0
%54.9

Codes

Color #6E4D73 in popluar color models

6E4D73
RGB11077115
HSL292°19.79%37.65%
HSB/HSV292°33.04%45.10%
CMYK4.35%33.04%0.00%
54.90%

Color #6E4D73 in popluar number systems.

HEX6E4D73
Decimal11077115
Binary110111010011011110011
Octal156115163

Shades and tints

Shades of #6E4D73

#6E4D73
(110,77,115)
#644669
(100,70,105)
#5A3F5F
(90,63,95)
#503855
(80,56,85)
#46314B
(70,49,75)
#3C2A41
(60,42,65)
#322337
(50,35,55)
#281C2D
(40,28,45)
#1E1523
(30,21,35)
#140E19
(20,14,25)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #6E4D73

#6E4D73
(110,77,115)
#7B5D7F
(123,93,127)
#886D8B
(136,109,139)
#957D97
(149,125,151)
#A28DA3
(162,141,163)
#AF9DAF
(175,157,175)
#BCADBB
(188,173,187)
#C9BDC7
(201,189,199)
#D6CDD3
(214,205,211)
#E3DDDF
(227,221,223)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4D73 color. Also use rgb(110,77,115) instead hex code.

Text Font Color

.myTextColor { color: #6E4D73; }

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

This text font color is #6E4D73.


Background Color

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

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

This div background color is #6E4D73.


Border color

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

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

This div border color is #6E4D73.


Opacity

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

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

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

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

This text has shadow with #6E4D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4D73 on black background.


Color preview on white background

This text has color #6E4D73 on white background.



Black color preview on #6E4D73 background

This text has black color on #6E4D73 background.


White color preview on #6E4D73 background

This text has white color on #6E4D73 background.