COLOR #6E3394

HEX: #6E3394
RGB: (110,51,148)

Renk bilgisi

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

RGB renk modeli

#6E3394 color RGB value is (110,51,148).

  • kırmız ton 110;
  • yeşil ton 51;
  • mavi ton 148.
RGB:
(110,51,148)
(43%,20%,58%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 51 of 255 = 20%
B 148 of 255 = 58%

110
51
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 51 + 148 = 309 (100%)
R 110 of 309 ~ 35.6%
G 51 of 309 ~ 16.5%
B 148 of 309 ~ 47.9%

%35.6
%16.5
%47.9

CMYK RENK MODELİ

#6E3394 rengi CMYK tonu (26,66,0,42).

  • camgöbeği tonu 25.68%
  • eflatun tonu 65.54%
  • sarı tonu 0.00%
  • ana renk tonu 41.96%
CMYK:
(26,66,0,42)
C26M66Y0K42 
(26%,66%,0%,42%)
(0.26/0.66/0.00/0.42)	

CMYK yüzdeleri

%25.68
%65.54
%0
%41.96

Codes

Color #6E3394 in popluar color models

6E3394
RGB11051148
HSL276°48.74%39.02%
HSB/HSV276°65.54%58.04%
CMYK25.68%65.54%0.00%
41.96%

Color #6E3394 in popluar number systems.

HEX6E3394
Decimal11051148
Binary110111011001110010100
Octal15663224

Shades and tints

Shades of #6E3394

#6E3394
(110,51,148)
#642F87
(100,47,135)
#5A2B7A
(90,43,122)
#50276D
(80,39,109)
#462360
(70,35,96)
#3C1F53
(60,31,83)
#321B46
(50,27,70)
#281739
(40,23,57)
#1E132C
(30,19,44)
#140F1F
(20,15,31)
#0A0B12
(10,11,18)
#000000
(0,0,0)

Tints of #6E3394

#6E3394
(110,51,148)
#7B459D
(123,69,157)
#8857A6
(136,87,166)
#9569AF
(149,105,175)
#A27BB8
(162,123,184)
#AF8DC1
(175,141,193)
#BC9FCA
(188,159,202)
#C9B1D3
(201,177,211)
#D6C3DC
(214,195,220)
#E3D5E5
(227,213,229)
#F0E7EE
(240,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3394 color. Also use rgb(110,51,148) instead hex code.

Text Font Color

.myTextColor { color: #6E3394; }

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

This text font color is #6E3394.


Background Color

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

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

This div background color is #6E3394.


Border color

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

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

This div border color is #6E3394.


Opacity

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

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

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

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

This text has shadow with #6E3394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3394 on black background.


Color preview on white background

This text has color #6E3394 on white background.



Black color preview on #6E3394 background

This text has black color on #6E3394 background.


White color preview on #6E3394 background

This text has white color on #6E3394 background.