COLOR #6D1EB4

HEX: #6D1EB4
RGB: (109,30,180)

Renk bilgisi

#6D1EB4 contains mainly blue color. #6D1EB4 ‘ nin web güvenlik rengi #6633CC (ya da #63C) dir.

RGB renk modeli

#6D1EB4 color RGB value is (109,30,180).

  • kırmız ton 109;
  • yeşil ton 30;
  • mavi ton 180.
RGB:
(109,30,180)
(43%,12%,71%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 30 of 255 = 12%
B 180 of 255 = 71%

109
30
180

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 30 + 180 = 319 (100%)
R 109 of 319 ~ 34.17%
G 30 of 319 ~ 9.4%
B 180 of 319 ~ 56.43%

%34.17
%56.43

CMYK RENK MODELİ

#6D1EB4 rengi CMYK tonu (39,83,0,29).

  • camgöbeği tonu 39.44%
  • eflatun tonu 83.33%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(39,83,0,29)
C39M83Y0K29 
(39%,83%,0%,29%)
(0.39/0.83/0.00/0.29)	

CMYK yüzdeleri

%39.44
%83.33
%0
%29.41

Codes

Color #6D1EB4 in popluar color models

6D1EB4
RGB10930180
HSL272°71.43%41.18%
HSB/HSV272°83.33%70.59%
CMYK39.44%83.33%0.00%
29.41%

Color #6D1EB4 in popluar number systems.

HEX6D1EB4
Decimal10930180
Binary11011011111010110100
Octal15536264

Shades and tints

Shades of #6D1EB4

#6D1EB4
(109,30,180)
#641CA4
(100,28,164)
#5B1A94
(91,26,148)
#521884
(82,24,132)
#491674
(73,22,116)
#401464
(64,20,100)
#371254
(55,18,84)
#2E1044
(46,16,68)
#250E34
(37,14,52)
#1C0C24
(28,12,36)
#130A14
(19,10,20)
#000000
(0,0,0)

Tints of #6D1EB4

#6D1EB4
(109,30,180)
#7A32BA
(122,50,186)
#8746C0
(135,70,192)
#945AC6
(148,90,198)
#A16ECC
(161,110,204)
#AE82D2
(174,130,210)
#BB96D8
(187,150,216)
#C8AADE
(200,170,222)
#D5BEE4
(213,190,228)
#E2D2EA
(226,210,234)
#EFE6F0
(239,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D1EB4 color. Also use rgb(109,30,180) instead hex code.

Text Font Color

.myTextColor { color: #6D1EB4; }

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

This text font color is #6D1EB4.


Background Color

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

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

This div background color is #6D1EB4.


Border color

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

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

This div border color is #6D1EB4.


Opacity

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

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

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

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

This text has shadow with #6D1EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1EB4 on black background.


Color preview on white background

This text has color #6D1EB4 on white background.



Black color preview on #6D1EB4 background

This text has black color on #6D1EB4 background.


White color preview on #6D1EB4 background

This text has white color on #6D1EB4 background.