COLOR #6C3C84

HEX: #6C3C84
RGB: (108,60,132)

Renk bilgisi

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

RGB renk modeli

#6C3C84 color RGB value is (108,60,132).

  • kırmız ton 108;
  • yeşil ton 60;
  • mavi ton 132.
RGB:
(108,60,132)
(42%,24%,52%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 60 of 255 = 24%
B 132 of 255 = 52%

108
60
132

R + G + B ~ 39%. #6C3C84 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 60 + 132 = 300 (100%)
R 108 of 300 ~ 36%
G 60 of 300 ~ 20%
B 132 of 300 ~ 44%

%36
%20
%44

CMYK RENK MODELİ

#6C3C84 rengi CMYK tonu (18,55,0,48).

  • camgöbeği tonu 18.18%
  • eflatun tonu 54.55%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(18,55,0,48)
C18M55Y0K48 
(18%,55%,0%,48%)
(0.18/0.55/0.00/0.48)	

CMYK yüzdeleri

%18.18
%54.55
%0
%48.24

Codes

Color #6C3C84 in popluar color models

6C3C84
RGB10860132
HSL280°37.50%37.65%
HSB/HSV280°54.55%51.76%
CMYK18.18%54.55%0.00%
48.24%

Color #6C3C84 in popluar number systems.

HEX6C3C84
Decimal10860132
Binary110110011110010000100
Octal15474204

Shades and tints

Shades of #6C3C84

#6C3C84
(108,60,132)
#633778
(99,55,120)
#5A326C
(90,50,108)
#512D60
(81,45,96)
#482854
(72,40,84)
#3F2348
(63,35,72)
#361E3C
(54,30,60)
#2D1930
(45,25,48)
#241424
(36,20,36)
#1B0F18
(27,15,24)
#120A0C
(18,10,12)
#000000
(0,0,0)

Tints of #6C3C84

#6C3C84
(108,60,132)
#794D8F
(121,77,143)
#865E9A
(134,94,154)
#936FA5
(147,111,165)
#A080B0
(160,128,176)
#AD91BB
(173,145,187)
#BAA2C6
(186,162,198)
#C7B3D1
(199,179,209)
#D4C4DC
(212,196,220)
#E1D5E7
(225,213,231)
#EEE6F2
(238,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3C84 color. Also use rgb(108,60,132) instead hex code.

Text Font Color

.myTextColor { color: #6C3C84; }

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

This text font color is #6C3C84.


Background Color

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

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

This div background color is #6C3C84.


Border color

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

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

This div border color is #6C3C84.


Opacity

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

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

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

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

This text has shadow with #6C3C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3C84 on black background.


Color preview on white background

This text has color #6C3C84 on white background.



Black color preview on #6C3C84 background

This text has black color on #6C3C84 background.


White color preview on #6C3C84 background

This text has white color on #6C3C84 background.