COLOR #6E3473

HEX: #6E3473
RGB: (110,52,115)

Renk bilgisi

#6E3473 contains mainly red and blue colors. #6E3473 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#6E3473 color RGB value is (110,52,115).

  • kırmız ton 110;
  • yeşil ton 52;
  • mavi ton 115.
RGB:
(110,52,115)
(43%,20%,45%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 52 of 255 = 20%
B 115 of 255 = 45%

110
52
115

R + G + B ~ 36%. #6E3473 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 52 + 115 = 277 (100%)
R 110 of 277 ~ 39.71%
G 52 of 277 ~ 18.77%
B 115 of 277 ~ 41.52%

%39.71
%18.77
%41.52

CMYK RENK MODELİ

#6E3473 rengi CMYK tonu (4,55,0,55).

  • camgöbeği tonu 4.35%
  • eflatun tonu 54.78%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(4,55,0,55)
C4M55Y0K55 
(4%,55%,0%,55%)
(0.04/0.55/0.00/0.55)	

CMYK yüzdeleri

%4.35
%54.78
%0
%54.9

Codes

Color #6E3473 in popluar color models

6E3473
RGB11052115
HSL295°37.72%32.75%
HSB/HSV295°54.78%45.10%
CMYK4.35%54.78%0.00%
54.90%

Color #6E3473 in popluar number systems.

HEX6E3473
Decimal11052115
Binary11011101101001110011
Octal15664163

Shades and tints

Shades of #6E3473

#6E3473
(110,52,115)
#643069
(100,48,105)
#5A2C5F
(90,44,95)
#502855
(80,40,85)
#46244B
(70,36,75)
#3C2041
(60,32,65)
#321C37
(50,28,55)
#28182D
(40,24,45)
#1E1423
(30,20,35)
#141019
(20,16,25)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #6E3473

#6E3473
(110,52,115)
#7B467F
(123,70,127)
#88588B
(136,88,139)
#956A97
(149,106,151)
#A27CA3
(162,124,163)
#AF8EAF
(175,142,175)
#BCA0BB
(188,160,187)
#C9B2C7
(201,178,199)
#D6C4D3
(214,196,211)
#E3D6DF
(227,214,223)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3473 color. Also use rgb(110,52,115) instead hex code.

Text Font Color

.myTextColor { color: #6E3473; }

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

This text font color is #6E3473.


Background Color

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

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

This div background color is #6E3473.


Border color

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

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

This div border color is #6E3473.


Opacity

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

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

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

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

This text has shadow with #6E3473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3473 on black background.


Color preview on white background

This text has color #6E3473 on white background.



Black color preview on #6E3473 background

This text has black color on #6E3473 background.


White color preview on #6E3473 background

This text has white color on #6E3473 background.