COLOR #6C47AA

HEX: #6C47AA
RGB: (108,71,170)

Renk bilgisi

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

RGB renk modeli

#6C47AA color RGB value is (108,71,170).

  • kırmız ton 108;
  • yeşil ton 71;
  • mavi ton 170.
RGB:
(108,71,170)
(42%,28%,67%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 71 of 255 = 28%
B 170 of 255 = 67%

108
71
170

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 71 + 170 = 349 (100%)
R 108 of 349 ~ 30.95%
G 71 of 349 ~ 20.34%
B 170 of 349 ~ 48.71%

%30.95
%20.34
%48.71

CMYK RENK MODELİ

#6C47AA rengi CMYK tonu (36,58,0,33).

  • camgöbeği tonu 36.47%
  • eflatun tonu 58.24%
  • sarı tonu 0.00%
  • ana renk tonu 33.33%
CMYK:
(36,58,0,33)
C36M58Y0K33 
(36%,58%,0%,33%)
(0.36/0.58/0.00/0.33)	

CMYK yüzdeleri

%36.47
%58.24
%0
%33.33

Codes

Color #6C47AA in popluar color models

6C47AA
RGB10871170
HSL262°41.08%47.25%
HSB/HSV262°58.24%66.67%
CMYK36.47%58.24%0.00%
33.33%

Color #6C47AA in popluar number systems.

HEX6C47AA
Decimal10871170
Binary1101100100011110101010
Octal154107252

Shades and tints

Shades of #6C47AA

#6C47AA
(108,71,170)
#63419B
(99,65,155)
#5A3B8C
(90,59,140)
#51357D
(81,53,125)
#482F6E
(72,47,110)
#3F295F
(63,41,95)
#362350
(54,35,80)
#2D1D41
(45,29,65)
#241732
(36,23,50)
#1B1123
(27,17,35)
#120B14
(18,11,20)
#000000
(0,0,0)

Tints of #6C47AA

#6C47AA
(108,71,170)
#7957B1
(121,87,177)
#8667B8
(134,103,184)
#9377BF
(147,119,191)
#A087C6
(160,135,198)
#AD97CD
(173,151,205)
#BAA7D4
(186,167,212)
#C7B7DB
(199,183,219)
#D4C7E2
(212,199,226)
#E1D7E9
(225,215,233)
#EEE7F0
(238,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C47AA color. Also use rgb(108,71,170) instead hex code.

Text Font Color

.myTextColor { color: #6C47AA; }

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

This text font color is #6C47AA.


Background Color

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

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

This div background color is #6C47AA.


Border color

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

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

This div border color is #6C47AA.


Opacity

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

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

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

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

This text has shadow with #6C47AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C47AA on black background.


Color preview on white background

This text has color #6C47AA on white background.



Black color preview on #6C47AA background

This text has black color on #6C47AA background.


White color preview on #6C47AA background

This text has white color on #6C47AA background.