COLOR #6D419A

HEX: #6D419A
RGB: (109,65,154)

Renk bilgisi

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

RGB renk modeli

#6D419A color RGB value is (109,65,154).

  • kırmız ton 109;
  • yeşil ton 65;
  • mavi ton 154.
RGB:
(109,65,154)
(43%,25%,60%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 65 of 255 = 25%
B 154 of 255 = 60%

109
65
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 65 + 154 = 328 (100%)
R 109 of 328 ~ 33.23%
G 65 of 328 ~ 19.82%
B 154 of 328 ~ 46.95%

%33.23
%19.82
%46.95

CMYK RENK MODELİ

#6D419A rengi CMYK tonu (29,58,0,40).

  • camgöbeği tonu 29.22%
  • eflatun tonu 57.79%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(29,58,0,40)
C29M58Y0K40 
(29%,58%,0%,40%)
(0.29/0.58/0.00/0.40)	

CMYK yüzdeleri

%29.22
%57.79
%0
%39.61

Codes

Color #6D419A in popluar color models

6D419A
RGB10965154
HSL270°40.64%42.94%
HSB/HSV270°57.79%60.39%
CMYK29.22%57.79%0.00%
39.61%

Color #6D419A in popluar number systems.

HEX6D419A
Decimal10965154
Binary1101101100000110011010
Octal155101232

Shades and tints

Shades of #6D419A

#6D419A
(109,65,154)
#643C8C
(100,60,140)
#5B377E
(91,55,126)
#523270
(82,50,112)
#492D62
(73,45,98)
#402854
(64,40,84)
#372346
(55,35,70)
#2E1E38
(46,30,56)
#25192A
(37,25,42)
#1C141C
(28,20,28)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #6D419A

#6D419A
(109,65,154)
#7A52A3
(122,82,163)
#8763AC
(135,99,172)
#9474B5
(148,116,181)
#A185BE
(161,133,190)
#AE96C7
(174,150,199)
#BBA7D0
(187,167,208)
#C8B8D9
(200,184,217)
#D5C9E2
(213,201,226)
#E2DAEB
(226,218,235)
#EFEBF4
(239,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D419A color. Also use rgb(109,65,154) instead hex code.

Text Font Color

.myTextColor { color: #6D419A; }

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

This text font color is #6D419A.


Background Color

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

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

This div background color is #6D419A.


Border color

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

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

This div border color is #6D419A.


Opacity

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

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

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

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

This text has shadow with #6D419A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D419A on black background.


Color preview on white background

This text has color #6D419A on white background.



Black color preview on #6D419A background

This text has black color on #6D419A background.


White color preview on #6D419A background

This text has white color on #6D419A background.