COLOR #6D14A1

HEX: #6D14A1
RGB: (109,20,161)

Renk bilgisi

#6D14A1 contains mainly red and blue colors. #6D14A1 ‘ nin web güvenlik rengi #660099 (ya da #609) dir.

RGB renk modeli

#6D14A1 color RGB value is (109,20,161).

  • kırmız ton 109;
  • yeşil ton 20;
  • mavi ton 161.
RGB:
(109,20,161)
(43%,8%,63%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 20 of 255 = 8%
B 161 of 255 = 63%

109
20
161

R + G + B ~ 38%. #6D14A1 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 20 + 161 = 290 (100%)
R 109 of 290 ~ 37.59%
G 20 of 290 ~ 6.9%
B 161 of 290 ~ 55.52%

%37.59
%55.52

CMYK RENK MODELİ

#6D14A1 rengi CMYK tonu (32,88,0,37).

  • camgöbeği tonu 32.30%
  • eflatun tonu 87.58%
  • sarı tonu 0.00%
  • ana renk tonu 36.86%
CMYK:
(32,88,0,37)
C32M88Y0K37 
(32%,88%,0%,37%)
(0.32/0.88/0.00/0.37)	

CMYK yüzdeleri

%32.3
%87.58
%0
%36.86

Codes

Color #6D14A1 in popluar color models

6D14A1
RGB10920161
HSL278°77.90%35.49%
HSB/HSV278°87.58%63.14%
CMYK32.30%87.58%0.00%
36.86%

Color #6D14A1 in popluar number systems.

HEX6D14A1
Decimal10920161
Binary11011011010010100001
Octal15524241

Shades and tints

Shades of #6D14A1

#6D14A1
(109,20,161)
#641393
(100,19,147)
#5B1285
(91,18,133)
#521177
(82,17,119)
#491069
(73,16,105)
#400F5B
(64,15,91)
#370E4D
(55,14,77)
#2E0D3F
(46,13,63)
#250C31
(37,12,49)
#1C0B23
(28,11,35)
#130A15
(19,10,21)
#000000
(0,0,0)

Tints of #6D14A1

#6D14A1
(109,20,161)
#7A29A9
(122,41,169)
#873EB1
(135,62,177)
#9453B9
(148,83,185)
#A168C1
(161,104,193)
#AE7DC9
(174,125,201)
#BB92D1
(187,146,209)
#C8A7D9
(200,167,217)
#D5BCE1
(213,188,225)
#E2D1E9
(226,209,233)
#EFE6F1
(239,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D14A1 color. Also use rgb(109,20,161) instead hex code.

Text Font Color

.myTextColor { color: #6D14A1; }

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

This text font color is #6D14A1.


Background Color

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

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

This div background color is #6D14A1.


Border color

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

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

This div border color is #6D14A1.


Opacity

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

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

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

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

This text has shadow with #6D14A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D14A1 on black background.


Color preview on white background

This text has color #6D14A1 on white background.



Black color preview on #6D14A1 background

This text has black color on #6D14A1 background.


White color preview on #6D14A1 background

This text has white color on #6D14A1 background.