COLOR #6A47A0

HEX: #6A47A0
RGB: (106,71,160)

Renk bilgisi

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

RGB renk modeli

#6A47A0 color RGB value is (106,71,160).

  • kırmız ton 106;
  • yeşil ton 71;
  • mavi ton 160.
RGB:
(106,71,160)
(42%,28%,63%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 71 of 255 = 28%
B 160 of 255 = 63%

106
71
160

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 71 + 160 = 337 (100%)
R 106 of 337 ~ 31.45%
G 71 of 337 ~ 21.07%
B 160 of 337 ~ 47.48%

%31.45
%21.07
%47.48

CMYK RENK MODELİ

#6A47A0 rengi CMYK tonu (34,56,0,37).

  • camgöbeği tonu 33.75%
  • eflatun tonu 55.63%
  • sarı tonu 0.00%
  • ana renk tonu 37.25%
CMYK:
(34,56,0,37)
C34M56Y0K37 
(34%,56%,0%,37%)
(0.34/0.56/0.00/0.37)	

CMYK yüzdeleri

%33.75
%55.63
%0
%37.25

Codes

Color #6A47A0 in popluar color models

6A47A0
RGB10671160
HSL264°38.53%45.29%
HSB/HSV264°55.63%62.75%
CMYK33.75%55.63%0.00%
37.25%

Color #6A47A0 in popluar number systems.

HEX6A47A0
Decimal10671160
Binary1101010100011110100000
Octal152107240

Shades and tints

Shades of #6A47A0

#6A47A0
(106,71,160)
#614192
(97,65,146)
#583B84
(88,59,132)
#4F3576
(79,53,118)
#462F68
(70,47,104)
#3D295A
(61,41,90)
#34234C
(52,35,76)
#2B1D3E
(43,29,62)
#221730
(34,23,48)
#191122
(25,17,34)
#100B14
(16,11,20)
#000000
(0,0,0)

Tints of #6A47A0

#6A47A0
(106,71,160)
#7757A8
(119,87,168)
#8467B0
(132,103,176)
#9177B8
(145,119,184)
#9E87C0
(158,135,192)
#AB97C8
(171,151,200)
#B8A7D0
(184,167,208)
#C5B7D8
(197,183,216)
#D2C7E0
(210,199,224)
#DFD7E8
(223,215,232)
#ECE7F0
(236,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A47A0 color. Also use rgb(106,71,160) instead hex code.

Text Font Color

.myTextColor { color: #6A47A0; }

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

This text font color is #6A47A0.


Background Color

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

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

This div background color is #6A47A0.


Border color

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

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

This div border color is #6A47A0.


Opacity

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

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

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

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

This text has shadow with #6A47A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A47A0 on black background.


Color preview on white background

This text has color #6A47A0 on white background.



Black color preview on #6A47A0 background

This text has black color on #6A47A0 background.


White color preview on #6A47A0 background

This text has white color on #6A47A0 background.