COLOR #6C4ED9

HEX: #6C4ED9
RGB: (108,78,217)

Renk bilgisi

#6C4ED9 contains mainly blue color. #6C4ED9 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#6C4ED9 color RGB value is (108,78,217).

  • kırmız ton 108;
  • yeşil ton 78;
  • mavi ton 217.
RGB:
(108,78,217)
(42%,31%,85%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 78 of 255 = 31%
B 217 of 255 = 85%

108
78
217

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 78 + 217 = 403 (100%)
R 108 of 403 ~ 26.8%
G 78 of 403 ~ 19.35%
B 217 of 403 ~ 53.85%

%26.8
%19.35
%53.85

CMYK RENK MODELİ

#6C4ED9 rengi CMYK tonu (50,64,0,15).

  • camgöbeği tonu 50.23%
  • eflatun tonu 64.06%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(50,64,0,15)
C50M64Y0K15 
(50%,64%,0%,15%)
(0.50/0.64/0.00/0.15)	

CMYK yüzdeleri

%50.23
%64.06
%0
%14.9

Codes

Color #6C4ED9 in popluar color models

6C4ED9
RGB10878217
HSL253°64.65%57.84%
HSB/HSV253°64.06%85.10%
CMYK50.23%64.06%0.00%
14.90%

Color #6C4ED9 in popluar number systems.

HEX6C4ED9
Decimal10878217
Binary1101100100111011011001
Octal154116331

Shades and tints

Shades of #6C4ED9

#6C4ED9
(108,78,217)
#6347C6
(99,71,198)
#5A40B3
(90,64,179)
#5139A0
(81,57,160)
#48328D
(72,50,141)
#3F2B7A
(63,43,122)
#362467
(54,36,103)
#2D1D54
(45,29,84)
#241641
(36,22,65)
#1B0F2E
(27,15,46)
#12081B
(18,8,27)
#000000
(0,0,0)

Tints of #6C4ED9

#6C4ED9
(108,78,217)
#795EDC
(121,94,220)
#866EDF
(134,110,223)
#937EE2
(147,126,226)
#A08EE5
(160,142,229)
#AD9EE8
(173,158,232)
#BAAEEB
(186,174,235)
#C7BEEE
(199,190,238)
#D4CEF1
(212,206,241)
#E1DEF4
(225,222,244)
#EEEEF7
(238,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4ED9 color. Also use rgb(108,78,217) instead hex code.

Text Font Color

.myTextColor { color: #6C4ED9; }

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

This text font color is #6C4ED9.


Background Color

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

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

This div background color is #6C4ED9.


Border color

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

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

This div border color is #6C4ED9.


Opacity

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

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

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

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

This text has shadow with #6C4ED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4ED9 on black background.


Color preview on white background

This text has color #6C4ED9 on white background.



Black color preview on #6C4ED9 background

This text has black color on #6C4ED9 background.


White color preview on #6C4ED9 background

This text has white color on #6C4ED9 background.