COLOR #6C34A9

HEX: #6C34A9
RGB: (108,52,169)

Renk bilgisi

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

RGB renk modeli

#6C34A9 color RGB value is (108,52,169).

  • kırmız ton 108;
  • yeşil ton 52;
  • mavi ton 169.
RGB:
(108,52,169)
(42%,20%,66%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 52 of 255 = 20%
B 169 of 255 = 66%

108
52
169

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 52 + 169 = 329 (100%)
R 108 of 329 ~ 32.83%
G 52 of 329 ~ 15.81%
B 169 of 329 ~ 51.37%

%32.83
%15.81
%51.37

CMYK RENK MODELİ

#6C34A9 rengi CMYK tonu (36,69,0,34).

  • camgöbeği tonu 36.09%
  • eflatun tonu 69.23%
  • sarı tonu 0.00%
  • ana renk tonu 33.73%
CMYK:
(36,69,0,34)
C36M69Y0K34 
(36%,69%,0%,34%)
(0.36/0.69/0.00/0.34)	

CMYK yüzdeleri

%36.09
%69.23
%0
%33.73

Codes

Color #6C34A9 in popluar color models

6C34A9
RGB10852169
HSL269°52.94%43.33%
HSB/HSV269°69.23%66.27%
CMYK36.09%69.23%0.00%
33.73%

Color #6C34A9 in popluar number systems.

HEX6C34A9
Decimal10852169
Binary110110011010010101001
Octal15464251

Shades and tints

Shades of #6C34A9

#6C34A9
(108,52,169)
#63309A
(99,48,154)
#5A2C8B
(90,44,139)
#51287C
(81,40,124)
#48246D
(72,36,109)
#3F205E
(63,32,94)
#361C4F
(54,28,79)
#2D1840
(45,24,64)
#241431
(36,20,49)
#1B1022
(27,16,34)
#120C13
(18,12,19)
#000000
(0,0,0)

Tints of #6C34A9

#6C34A9
(108,52,169)
#7946B0
(121,70,176)
#8658B7
(134,88,183)
#936ABE
(147,106,190)
#A07CC5
(160,124,197)
#AD8ECC
(173,142,204)
#BAA0D3
(186,160,211)
#C7B2DA
(199,178,218)
#D4C4E1
(212,196,225)
#E1D6E8
(225,214,232)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C34A9 color. Also use rgb(108,52,169) instead hex code.

Text Font Color

.myTextColor { color: #6C34A9; }

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

This text font color is #6C34A9.


Background Color

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

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

This div background color is #6C34A9.


Border color

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

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

This div border color is #6C34A9.


Opacity

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

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

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

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

This text has shadow with #6C34A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C34A9 on black background.


Color preview on white background

This text has color #6C34A9 on white background.



Black color preview on #6C34A9 background

This text has black color on #6C34A9 background.


White color preview on #6C34A9 background

This text has white color on #6C34A9 background.