COLOR #6E4796

HEX: #6E4796
RGB: (110,71,150)

Renk bilgisi

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

RGB renk modeli

#6E4796 color RGB value is (110,71,150).

  • kırmız ton 110;
  • yeşil ton 71;
  • mavi ton 150.
RGB:
(110,71,150)
(43%,28%,59%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 71 of 255 = 28%
B 150 of 255 = 59%

110
71
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 71 + 150 = 331 (100%)
R 110 of 331 ~ 33.23%
G 71 of 331 ~ 21.45%
B 150 of 331 ~ 45.32%

%33.23
%21.45
%45.32

CMYK RENK MODELİ

#6E4796 rengi CMYK tonu (27,53,0,41).

  • camgöbeği tonu 26.67%
  • eflatun tonu 52.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(27,53,0,41)
C27M53Y0K41 
(27%,53%,0%,41%)
(0.27/0.53/0.00/0.41)	

CMYK yüzdeleri

%26.67
%52.67
%0
%41.18

Codes

Color #6E4796 in popluar color models

6E4796
RGB11071150
HSL270°35.75%43.33%
HSB/HSV270°52.67%58.82%
CMYK26.67%52.67%0.00%
41.18%

Color #6E4796 in popluar number systems.

HEX6E4796
Decimal11071150
Binary1101110100011110010110
Octal156107226

Shades and tints

Shades of #6E4796

#6E4796
(110,71,150)
#644189
(100,65,137)
#5A3B7C
(90,59,124)
#50356F
(80,53,111)
#462F62
(70,47,98)
#3C2955
(60,41,85)
#322348
(50,35,72)
#281D3B
(40,29,59)
#1E172E
(30,23,46)
#141121
(20,17,33)
#0A0B14
(10,11,20)
#000000
(0,0,0)

Tints of #6E4796

#6E4796
(110,71,150)
#7B579F
(123,87,159)
#8867A8
(136,103,168)
#9577B1
(149,119,177)
#A287BA
(162,135,186)
#AF97C3
(175,151,195)
#BCA7CC
(188,167,204)
#C9B7D5
(201,183,213)
#D6C7DE
(214,199,222)
#E3D7E7
(227,215,231)
#F0E7F0
(240,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4796 color. Also use rgb(110,71,150) instead hex code.

Text Font Color

.myTextColor { color: #6E4796; }

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

This text font color is #6E4796.


Background Color

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

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

This div background color is #6E4796.


Border color

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

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

This div border color is #6E4796.


Opacity

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

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

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

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

This text has shadow with #6E4796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4796 on black background.


Color preview on white background

This text has color #6E4796 on white background.



Black color preview on #6E4796 background

This text has black color on #6E4796 background.


White color preview on #6E4796 background

This text has white color on #6E4796 background.