COLOR #6E4481

HEX: #6E4481
RGB: (110,68,129)

Renk bilgisi

#6E4481 contains mainly red and blue colors. #6E4481 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#6E4481 color RGB value is (110,68,129).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 68 of 255 = 27%
B 129 of 255 = 51%

110
68
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 68 + 129 = 307 (100%)
R 110 of 307 ~ 35.83%
G 68 of 307 ~ 22.15%
B 129 of 307 ~ 42.02%

%35.83
%22.15
%42.02

CMYK RENK MODELİ

#6E4481 rengi CMYK tonu (15,47,0,49).

  • camgöbeği tonu 14.73%
  • eflatun tonu 47.29%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(15,47,0,49)
C15M47Y0K49 
(15%,47%,0%,49%)
(0.15/0.47/0.00/0.49)	

CMYK yüzdeleri

%14.73
%47.29
%0
%49.41

Codes

Color #6E4481 in popluar color models

6E4481
RGB11068129
HSL281°30.96%38.63%
HSB/HSV281°47.29%50.59%
CMYK14.73%47.29%0.00%
49.41%

Color #6E4481 in popluar number systems.

HEX6E4481
Decimal11068129
Binary1101110100010010000001
Octal156104201

Shades and tints

Shades of #6E4481

#6E4481
(110,68,129)
#643E76
(100,62,118)
#5A386B
(90,56,107)
#503260
(80,50,96)
#462C55
(70,44,85)
#3C264A
(60,38,74)
#32203F
(50,32,63)
#281A34
(40,26,52)
#1E1429
(30,20,41)
#140E1E
(20,14,30)
#0A0813
(10,8,19)
#000000
(0,0,0)

Tints of #6E4481

#6E4481
(110,68,129)
#7B558C
(123,85,140)
#886697
(136,102,151)
#9577A2
(149,119,162)
#A288AD
(162,136,173)
#AF99B8
(175,153,184)
#BCAAC3
(188,170,195)
#C9BBCE
(201,187,206)
#D6CCD9
(214,204,217)
#E3DDE4
(227,221,228)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4481; }

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

This text font color is #6E4481.


Background Color

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

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

This div background color is #6E4481.


Border color

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

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

This div border color is #6E4481.


Opacity

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

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

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

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

This text has shadow with #6E4481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4481 on black background.


Color preview on white background

This text has color #6E4481 on white background.



Black color preview on #6E4481 background

This text has black color on #6E4481 background.


White color preview on #6E4481 background

This text has white color on #6E4481 background.