COLOR #6C36A9

HEX: #6C36A9
RGB: (108,54,169)

Renk bilgisi

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

RGB renk modeli

#6C36A9 color RGB value is (108,54,169).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 54 of 255 = 21%
B 169 of 255 = 66%

108
54
169

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 54 + 169 = 331 (100%)
R 108 of 331 ~ 32.63%
G 54 of 331 ~ 16.31%
B 169 of 331 ~ 51.06%

%32.63
%16.31
%51.06

CMYK RENK MODELİ

#6C36A9 rengi CMYK tonu (36,68,0,34).

  • camgöbeği tonu 36.09%
  • eflatun tonu 68.05%
  • sarı tonu 0.00%
  • ana renk tonu 33.73%
CMYK:
(36,68,0,34)
C36M68Y0K34 
(36%,68%,0%,34%)
(0.36/0.68/0.00/0.34)	

CMYK yüzdeleri

%36.09
%68.05
%0
%33.73

Codes

Color #6C36A9 in popluar color models

6C36A9
RGB10854169
HSL268°51.57%43.73%
HSB/HSV268°68.05%66.27%
CMYK36.09%68.05%0.00%
33.73%

Color #6C36A9 in popluar number systems.

HEX6C36A9
Decimal10854169
Binary110110011011010101001
Octal15466251

Shades and tints

Shades of #6C36A9

#6C36A9
(108,54,169)
#63329A
(99,50,154)
#5A2E8B
(90,46,139)
#512A7C
(81,42,124)
#48266D
(72,38,109)
#3F225E
(63,34,94)
#361E4F
(54,30,79)
#2D1A40
(45,26,64)
#241631
(36,22,49)
#1B1222
(27,18,34)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #6C36A9

#6C36A9
(108,54,169)
#7948B0
(121,72,176)
#865AB7
(134,90,183)
#936CBE
(147,108,190)
#A07EC5
(160,126,197)
#AD90CC
(173,144,204)
#BAA2D3
(186,162,211)
#C7B4DA
(199,180,218)
#D4C6E1
(212,198,225)
#E1D8E8
(225,216,232)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C36A9; }

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

This text font color is #6C36A9.


Background Color

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

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

This div background color is #6C36A9.


Border color

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

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

This div border color is #6C36A9.


Opacity

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

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

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

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

This text has shadow with #6C36A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C36A9 on black background.


Color preview on white background

This text has color #6C36A9 on white background.



Black color preview on #6C36A9 background

This text has black color on #6C36A9 background.


White color preview on #6C36A9 background

This text has white color on #6C36A9 background.