COLOR #6E4B95

HEX: #6E4B95
RGB: (110,75,149)

Renk bilgisi

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

RGB renk modeli

#6E4B95 color RGB value is (110,75,149).

  • kırmız ton 110;
  • yeşil ton 75;
  • mavi ton 149.
RGB:
(110,75,149)
(43%,29%,58%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 75 of 255 = 29%
B 149 of 255 = 58%

110
75
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 75 + 149 = 334 (100%)
R 110 of 334 ~ 32.93%
G 75 of 334 ~ 22.46%
B 149 of 334 ~ 44.61%

%32.93
%22.46
%44.61

CMYK RENK MODELİ

#6E4B95 rengi CMYK tonu (26,50,0,42).

  • camgöbeği tonu 26.17%
  • eflatun tonu 49.66%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(26,50,0,42)
C26M50Y0K42 
(26%,50%,0%,42%)
(0.26/0.50/0.00/0.42)	

CMYK yüzdeleri

%26.17
%49.66
%0
%41.57

Codes

Color #6E4B95 in popluar color models

6E4B95
RGB11075149
HSL268°33.04%43.92%
HSB/HSV268°49.66%58.43%
CMYK26.17%49.66%0.00%
41.57%

Color #6E4B95 in popluar number systems.

HEX6E4B95
Decimal11075149
Binary1101110100101110010101
Octal156113225

Shades and tints

Shades of #6E4B95

#6E4B95
(110,75,149)
#644588
(100,69,136)
#5A3F7B
(90,63,123)
#50396E
(80,57,110)
#463361
(70,51,97)
#3C2D54
(60,45,84)
#322747
(50,39,71)
#28213A
(40,33,58)
#1E1B2D
(30,27,45)
#141520
(20,21,32)
#0A0F13
(10,15,19)
#000000
(0,0,0)

Tints of #6E4B95

#6E4B95
(110,75,149)
#7B5B9E
(123,91,158)
#886BA7
(136,107,167)
#957BB0
(149,123,176)
#A28BB9
(162,139,185)
#AF9BC2
(175,155,194)
#BCABCB
(188,171,203)
#C9BBD4
(201,187,212)
#D6CBDD
(214,203,221)
#E3DBE6
(227,219,230)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4B95 color. Also use rgb(110,75,149) instead hex code.

Text Font Color

.myTextColor { color: #6E4B95; }

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

This text font color is #6E4B95.


Background Color

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

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

This div background color is #6E4B95.


Border color

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

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

This div border color is #6E4B95.


Opacity

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

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

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

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

This text has shadow with #6E4B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4B95 on black background.


Color preview on white background

This text has color #6E4B95 on white background.



Black color preview on #6E4B95 background

This text has black color on #6E4B95 background.


White color preview on #6E4B95 background

This text has white color on #6E4B95 background.