COLOR #6E3699

HEX: #6E3699
RGB: (110,54,153)

Renk bilgisi

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

RGB renk modeli

#6E3699 color RGB value is (110,54,153).

  • kırmız ton 110;
  • yeşil ton 54;
  • mavi ton 153.
RGB:
(110,54,153)
(43%,21%,60%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 54 of 255 = 21%
B 153 of 255 = 60%

110
54
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 54 + 153 = 317 (100%)
R 110 of 317 ~ 34.7%
G 54 of 317 ~ 17.03%
B 153 of 317 ~ 48.26%

%34.7
%17.03
%48.26

CMYK RENK MODELİ

#6E3699 rengi CMYK tonu (28,65,0,40).

  • camgöbeği tonu 28.10%
  • eflatun tonu 64.71%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(28,65,0,40)
C28M65Y0K40 
(28%,65%,0%,40%)
(0.28/0.65/0.00/0.40)	

CMYK yüzdeleri

%28.1
%64.71
%0
%40

Codes

Color #6E3699 in popluar color models

6E3699
RGB11054153
HSL274°47.83%40.59%
HSB/HSV274°64.71%60.00%
CMYK28.10%64.71%0.00%
40.00%

Color #6E3699 in popluar number systems.

HEX6E3699
Decimal11054153
Binary110111011011010011001
Octal15666231

Shades and tints

Shades of #6E3699

#6E3699
(110,54,153)
#64328C
(100,50,140)
#5A2E7F
(90,46,127)
#502A72
(80,42,114)
#462665
(70,38,101)
#3C2258
(60,34,88)
#321E4B
(50,30,75)
#281A3E
(40,26,62)
#1E1631
(30,22,49)
#141224
(20,18,36)
#0A0E17
(10,14,23)
#000000
(0,0,0)

Tints of #6E3699

#6E3699
(110,54,153)
#7B48A2
(123,72,162)
#885AAB
(136,90,171)
#956CB4
(149,108,180)
#A27EBD
(162,126,189)
#AF90C6
(175,144,198)
#BCA2CF
(188,162,207)
#C9B4D8
(201,180,216)
#D6C6E1
(214,198,225)
#E3D8EA
(227,216,234)
#F0EAF3
(240,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3699 color. Also use rgb(110,54,153) instead hex code.

Text Font Color

.myTextColor { color: #6E3699; }

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

This text font color is #6E3699.


Background Color

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

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

This div background color is #6E3699.


Border color

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

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

This div border color is #6E3699.


Opacity

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

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

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

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

This text has shadow with #6E3699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3699 on black background.


Color preview on white background

This text has color #6E3699 on white background.



Black color preview on #6E3699 background

This text has black color on #6E3699 background.


White color preview on #6E3699 background

This text has white color on #6E3699 background.