COLOR #6E3490

HEX: #6E3490
RGB: (110,52,144)

Renk bilgisi

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

RGB renk modeli

#6E3490 color RGB value is (110,52,144).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 52 of 255 = 20%
B 144 of 255 = 56%

110
52
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 52 + 144 = 306 (100%)
R 110 of 306 ~ 35.95%
G 52 of 306 ~ 16.99%
B 144 of 306 ~ 47.06%

%35.95
%16.99
%47.06

CMYK RENK MODELİ

#6E3490 rengi CMYK tonu (24,64,0,44).

  • camgöbeği tonu 23.61%
  • eflatun tonu 63.89%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(24,64,0,44)
C24M64Y0K44 
(24%,64%,0%,44%)
(0.24/0.64/0.00/0.44)	

CMYK yüzdeleri

%23.61
%63.89
%0
%43.53

Codes

Color #6E3490 in popluar color models

6E3490
RGB11052144
HSL278°46.94%38.43%
HSB/HSV278°63.89%56.47%
CMYK23.61%63.89%0.00%
43.53%

Color #6E3490 in popluar number systems.

HEX6E3490
Decimal11052144
Binary110111011010010010000
Octal15664220

Shades and tints

Shades of #6E3490

#6E3490
(110,52,144)
#643083
(100,48,131)
#5A2C76
(90,44,118)
#502869
(80,40,105)
#46245C
(70,36,92)
#3C204F
(60,32,79)
#321C42
(50,28,66)
#281835
(40,24,53)
#1E1428
(30,20,40)
#14101B
(20,16,27)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #6E3490

#6E3490
(110,52,144)
#7B469A
(123,70,154)
#8858A4
(136,88,164)
#956AAE
(149,106,174)
#A27CB8
(162,124,184)
#AF8EC2
(175,142,194)
#BCA0CC
(188,160,204)
#C9B2D6
(201,178,214)
#D6C4E0
(214,196,224)
#E3D6EA
(227,214,234)
#F0E8F4
(240,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E3490; }

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

This text font color is #6E3490.


Background Color

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

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

This div background color is #6E3490.


Border color

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

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

This div border color is #6E3490.


Opacity

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

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

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

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

This text has shadow with #6E3490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3490 on black background.


Color preview on white background

This text has color #6E3490 on white background.



Black color preview on #6E3490 background

This text has black color on #6E3490 background.


White color preview on #6E3490 background

This text has white color on #6E3490 background.