COLOR #6B41A2

HEX: #6B41A2
RGB: (107,65,162)

Renk bilgisi

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

RGB renk modeli

#6B41A2 color RGB value is (107,65,162).

  • kırmız ton 107;
  • yeşil ton 65;
  • mavi ton 162.
RGB:
(107,65,162)
(42%,25%,64%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 65 of 255 = 25%
B 162 of 255 = 64%

107
65
162

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 65 + 162 = 334 (100%)
R 107 of 334 ~ 32.04%
G 65 of 334 ~ 19.46%
B 162 of 334 ~ 48.5%

%32.04
%19.46
%48.5

CMYK RENK MODELİ

#6B41A2 rengi CMYK tonu (34,60,0,36).

  • camgöbeği tonu 33.95%
  • eflatun tonu 59.88%
  • sarı tonu 0.00%
  • ana renk tonu 36.47%
CMYK:
(34,60,0,36)
C34M60Y0K36 
(34%,60%,0%,36%)
(0.34/0.60/0.00/0.36)	

CMYK yüzdeleri

%33.95
%59.88
%0
%36.47

Codes

Color #6B41A2 in popluar color models

6B41A2
RGB10765162
HSL266°42.73%44.51%
HSB/HSV266°59.88%63.53%
CMYK33.95%59.88%0.00%
36.47%

Color #6B41A2 in popluar number systems.

HEX6B41A2
Decimal10765162
Binary1101011100000110100010
Octal153101242

Shades and tints

Shades of #6B41A2

#6B41A2
(107,65,162)
#623C94
(98,60,148)
#593786
(89,55,134)
#503278
(80,50,120)
#472D6A
(71,45,106)
#3E285C
(62,40,92)
#35234E
(53,35,78)
#2C1E40
(44,30,64)
#231932
(35,25,50)
#1A1424
(26,20,36)
#110F16
(17,15,22)
#000000
(0,0,0)

Tints of #6B41A2

#6B41A2
(107,65,162)
#7852AA
(120,82,170)
#8563B2
(133,99,178)
#9274BA
(146,116,186)
#9F85C2
(159,133,194)
#AC96CA
(172,150,202)
#B9A7D2
(185,167,210)
#C6B8DA
(198,184,218)
#D3C9E2
(211,201,226)
#E0DAEA
(224,218,234)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B41A2 color. Also use rgb(107,65,162) instead hex code.

Text Font Color

.myTextColor { color: #6B41A2; }

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

This text font color is #6B41A2.


Background Color

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

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

This div background color is #6B41A2.


Border color

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

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

This div border color is #6B41A2.


Opacity

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

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

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

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

This text has shadow with #6B41A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B41A2 on black background.


Color preview on white background

This text has color #6B41A2 on white background.



Black color preview on #6B41A2 background

This text has black color on #6B41A2 background.


White color preview on #6B41A2 background

This text has white color on #6B41A2 background.