COLOR #6E4592

HEX: #6E4592
RGB: (110,69,146)

Renk bilgisi

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

RGB renk modeli

#6E4592 color RGB value is (110,69,146).

  • kırmız ton 110;
  • yeşil ton 69;
  • mavi ton 146.
RGB:
(110,69,146)
(43%,27%,57%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 69 of 255 = 27%
B 146 of 255 = 57%

110
69
146

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 69 + 146 = 325 (100%)
R 110 of 325 ~ 33.85%
G 69 of 325 ~ 21.23%
B 146 of 325 ~ 44.92%

%33.85
%21.23
%44.92

CMYK RENK MODELİ

#6E4592 rengi CMYK tonu (25,53,0,43).

  • camgöbeği tonu 24.66%
  • eflatun tonu 52.74%
  • sarı tonu 0.00%
  • ana renk tonu 42.75%
CMYK:
(25,53,0,43)
C25M53Y0K43 
(25%,53%,0%,43%)
(0.25/0.53/0.00/0.43)	

CMYK yüzdeleri

%24.66
%52.74
%0
%42.75

Codes

Color #6E4592 in popluar color models

6E4592
RGB11069146
HSL272°35.81%42.16%
HSB/HSV272°52.74%57.25%
CMYK24.66%52.74%0.00%
42.75%

Color #6E4592 in popluar number systems.

HEX6E4592
Decimal11069146
Binary1101110100010110010010
Octal156105222

Shades and tints

Shades of #6E4592

#6E4592
(110,69,146)
#643F85
(100,63,133)
#5A3978
(90,57,120)
#50336B
(80,51,107)
#462D5E
(70,45,94)
#3C2751
(60,39,81)
#322144
(50,33,68)
#281B37
(40,27,55)
#1E152A
(30,21,42)
#140F1D
(20,15,29)
#0A0910
(10,9,16)
#000000
(0,0,0)

Tints of #6E4592

#6E4592
(110,69,146)
#7B559B
(123,85,155)
#8865A4
(136,101,164)
#9575AD
(149,117,173)
#A285B6
(162,133,182)
#AF95BF
(175,149,191)
#BCA5C8
(188,165,200)
#C9B5D1
(201,181,209)
#D6C5DA
(214,197,218)
#E3D5E3
(227,213,227)
#F0E5EC
(240,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4592 color. Also use rgb(110,69,146) instead hex code.

Text Font Color

.myTextColor { color: #6E4592; }

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

This text font color is #6E4592.


Background Color

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

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

This div background color is #6E4592.


Border color

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

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

This div border color is #6E4592.


Opacity

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

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

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

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

This text has shadow with #6E4592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4592 on black background.


Color preview on white background

This text has color #6E4592 on white background.



Black color preview on #6E4592 background

This text has black color on #6E4592 background.


White color preview on #6E4592 background

This text has white color on #6E4592 background.