COLOR #6D0ECC

HEX: #6D0ECC
RGB: (109,14,204)

Renk bilgisi

#6D0ECC contains mainly blue color. #6D0ECC ‘ nin web güvenlik rengi #6600CC (ya da #60C) dir.

RGB renk modeli

#6D0ECC color RGB value is (109,14,204).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 14 of 255 = 5%
B 204 of 255 = 80%

109
14
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 14 + 204 = 327 (100%)
R 109 of 327 ~ 33.33%
G 14 of 327 ~ 4.28%
B 204 of 327 ~ 62.39%

%33.33
%62.39

CMYK RENK MODELİ

#6D0ECC rengi CMYK tonu (47,93,0,20).

  • camgöbeği tonu 46.57%
  • eflatun tonu 93.14%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(47,93,0,20)
C47M93Y0K20 
(47%,93%,0%,20%)
(0.47/0.93/0.00/0.20)	

CMYK yüzdeleri

%46.57
%93.14
%0
%20

Codes

Color #6D0ECC in popluar color models

6D0ECC
RGB10914204
HSL270°87.16%42.75%
HSB/HSV270°93.14%80.00%
CMYK46.57%93.14%0.00%
20.00%

Color #6D0ECC in popluar number systems.

HEX6D0ECC
Decimal10914204
Binary1101101111011001100
Octal15516314

Shades and tints

Shades of #6D0ECC

#6D0ECC
(109,14,204)
#640DBA
(100,13,186)
#5B0CA8
(91,12,168)
#520B96
(82,11,150)
#490A84
(73,10,132)
#400972
(64,9,114)
#370860
(55,8,96)
#2E074E
(46,7,78)
#25063C
(37,6,60)
#1C052A
(28,5,42)
#130418
(19,4,24)
#000000
(0,0,0)

Tints of #6D0ECC

#6D0ECC
(109,14,204)
#7A23D0
(122,35,208)
#8738D4
(135,56,212)
#944DD8
(148,77,216)
#A162DC
(161,98,220)
#AE77E0
(174,119,224)
#BB8CE4
(187,140,228)
#C8A1E8
(200,161,232)
#D5B6EC
(213,182,236)
#E2CBF0
(226,203,240)
#EFE0F4
(239,224,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D0ECC; }

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

This text font color is #6D0ECC.


Background Color

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

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

This div background color is #6D0ECC.


Border color

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

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

This div border color is #6D0ECC.


Opacity

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

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

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

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

This text has shadow with #6D0ECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D0ECC on black background.


Color preview on white background

This text has color #6D0ECC on white background.



Black color preview on #6D0ECC background

This text has black color on #6D0ECC background.


White color preview on #6D0ECC background

This text has white color on #6D0ECC background.