COLOR #6A21AA

HEX: #6A21AA
RGB: (106,33,170)

Renk bilgisi

#6A21AA contains mainly blue color. #6A21AA ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#6A21AA color RGB value is (106,33,170).

  • kırmız ton 106;
  • yeşil ton 33;
  • mavi ton 170.
RGB:
(106,33,170)
(42%,13%,67%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 33 of 255 = 13%
B 170 of 255 = 67%

106
33
170

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 33 + 170 = 309 (100%)
R 106 of 309 ~ 34.3%
G 33 of 309 ~ 10.68%
B 170 of 309 ~ 55.02%

%34.3
%10.68
%55.02

CMYK RENK MODELİ

#6A21AA rengi CMYK tonu (38,81,0,33).

  • camgöbeği tonu 37.65%
  • eflatun tonu 80.59%
  • sarı tonu 0.00%
  • ana renk tonu 33.33%
CMYK:
(38,81,0,33)
C38M81Y0K33 
(38%,81%,0%,33%)
(0.38/0.81/0.00/0.33)	

CMYK yüzdeleri

%37.65
%80.59
%0
%33.33

Codes

Color #6A21AA in popluar color models

6A21AA
RGB10633170
HSL272°67.49%39.80%
HSB/HSV272°80.59%66.67%
CMYK37.65%80.59%0.00%
33.33%

Color #6A21AA in popluar number systems.

HEX6A21AA
Decimal10633170
Binary110101010000110101010
Octal15241252

Shades and tints

Shades of #6A21AA

#6A21AA
(106,33,170)
#611E9B
(97,30,155)
#581B8C
(88,27,140)
#4F187D
(79,24,125)
#46156E
(70,21,110)
#3D125F
(61,18,95)
#340F50
(52,15,80)
#2B0C41
(43,12,65)
#220932
(34,9,50)
#190623
(25,6,35)
#100314
(16,3,20)
#000000
(0,0,0)

Tints of #6A21AA

#6A21AA
(106,33,170)
#7735B1
(119,53,177)
#8449B8
(132,73,184)
#915DBF
(145,93,191)
#9E71C6
(158,113,198)
#AB85CD
(171,133,205)
#B899D4
(184,153,212)
#C5ADDB
(197,173,219)
#D2C1E2
(210,193,226)
#DFD5E9
(223,213,233)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A21AA color. Also use rgb(106,33,170) instead hex code.

Text Font Color

.myTextColor { color: #6A21AA; }

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

This text font color is #6A21AA.


Background Color

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

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

This div background color is #6A21AA.


Border color

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

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

This div border color is #6A21AA.


Opacity

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

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

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

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

This text has shadow with #6A21AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A21AA on black background.


Color preview on white background

This text has color #6A21AA on white background.



Black color preview on #6A21AA background

This text has black color on #6A21AA background.


White color preview on #6A21AA background

This text has white color on #6A21AA background.