COLOR #6D0E9F

HEX: #6D0E9F
RGB: (109,14,159)

Renk bilgisi

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

RGB renk modeli

#6D0E9F color RGB value is (109,14,159).

  • kırmız ton 109;
  • yeşil ton 14;
  • mavi ton 159.
RGB:
(109,14,159)
(43%,5%,62%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 14 of 255 = 5%
B 159 of 255 = 62%

109
14
159

R + G + B ~ 37%. #6D0E9F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 14 + 159 = 282 (100%)
R 109 of 282 ~ 38.65%
G 14 of 282 ~ 4.96%
B 159 of 282 ~ 56.38%

%38.65
%56.38

CMYK RENK MODELİ

#6D0E9F rengi CMYK tonu (31,91,0,38).

  • camgöbeği tonu 31.45%
  • eflatun tonu 91.19%
  • sarı tonu 0.00%
  • ana renk tonu 37.65%
CMYK:
(31,91,0,38)
C31M91Y0K38 
(31%,91%,0%,38%)
(0.31/0.91/0.00/0.38)	

CMYK yüzdeleri

%31.45
%91.19
%0
%37.65

Codes

Color #6D0E9F in popluar color models

6D0E9F
RGB10914159
HSL279°83.82%33.92%
HSB/HSV279°91.19%62.35%
CMYK31.45%91.19%0.00%
37.65%

Color #6D0E9F in popluar number systems.

HEX6D0E9F
Decimal10914159
Binary1101101111010011111
Octal15516237

Shades and tints

Shades of #6D0E9F

#6D0E9F
(109,14,159)
#640D91
(100,13,145)
#5B0C83
(91,12,131)
#520B75
(82,11,117)
#490A67
(73,10,103)
#400959
(64,9,89)
#37084B
(55,8,75)
#2E073D
(46,7,61)
#25062F
(37,6,47)
#1C0521
(28,5,33)
#130413
(19,4,19)
#000000
(0,0,0)

Tints of #6D0E9F

#6D0E9F
(109,14,159)
#7A23A7
(122,35,167)
#8738AF
(135,56,175)
#944DB7
(148,77,183)
#A162BF
(161,98,191)
#AE77C7
(174,119,199)
#BB8CCF
(187,140,207)
#C8A1D7
(200,161,215)
#D5B6DF
(213,182,223)
#E2CBE7
(226,203,231)
#EFE0EF
(239,224,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D0E9F color. Also use rgb(109,14,159) instead hex code.

Text Font Color

.myTextColor { color: #6D0E9F; }

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

This text font color is #6D0E9F.


Background Color

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

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

This div background color is #6D0E9F.


Border color

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

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

This div border color is #6D0E9F.


Opacity

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

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

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

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

This text has shadow with #6D0E9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D0E9F on black background.


Color preview on white background

This text has color #6D0E9F on white background.



Black color preview on #6D0E9F background

This text has black color on #6D0E9F background.


White color preview on #6D0E9F background

This text has white color on #6D0E9F background.