COLOR #6D1DD7

HEX: #6D1DD7
RGB: (109,29,215)

Renk bilgisi

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

RGB renk modeli

#6D1DD7 color RGB value is (109,29,215).

  • kırmız ton 109;
  • yeşil ton 29;
  • mavi ton 215.
RGB:
(109,29,215)
(43%,11%,84%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 29 of 255 = 11%
B 215 of 255 = 84%

109
29
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 29 + 215 = 353 (100%)
R 109 of 353 ~ 30.88%
G 29 of 353 ~ 8.22%
B 215 of 353 ~ 60.91%

%30.88
%60.91

CMYK RENK MODELİ

#6D1DD7 rengi CMYK tonu (49,87,0,16).

  • camgöbeği tonu 49.30%
  • eflatun tonu 86.51%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(49,87,0,16)
C49M87Y0K16 
(49%,87%,0%,16%)
(0.49/0.87/0.00/0.16)	

CMYK yüzdeleri

%49.3
%86.51
%0
%15.69

Codes

Color #6D1DD7 in popluar color models

6D1DD7
RGB10929215
HSL266°76.23%47.84%
HSB/HSV266°86.51%84.31%
CMYK49.30%86.51%0.00%
15.69%

Color #6D1DD7 in popluar number systems.

HEX6D1DD7
Decimal10929215
Binary11011011110111010111
Octal15535327

Shades and tints

Shades of #6D1DD7

#6D1DD7
(109,29,215)
#641BC4
(100,27,196)
#5B19B1
(91,25,177)
#52179E
(82,23,158)
#49158B
(73,21,139)
#401378
(64,19,120)
#371165
(55,17,101)
#2E0F52
(46,15,82)
#250D3F
(37,13,63)
#1C0B2C
(28,11,44)
#130919
(19,9,25)
#000000
(0,0,0)

Tints of #6D1DD7

#6D1DD7
(109,29,215)
#7A31DA
(122,49,218)
#8745DD
(135,69,221)
#9459E0
(148,89,224)
#A16DE3
(161,109,227)
#AE81E6
(174,129,230)
#BB95E9
(187,149,233)
#C8A9EC
(200,169,236)
#D5BDEF
(213,189,239)
#E2D1F2
(226,209,242)
#EFE5F5
(239,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D1DD7 color. Also use rgb(109,29,215) instead hex code.

Text Font Color

.myTextColor { color: #6D1DD7; }

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

This text font color is #6D1DD7.


Background Color

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

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

This div background color is #6D1DD7.


Border color

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

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

This div border color is #6D1DD7.


Opacity

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

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

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

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

This text has shadow with #6D1DD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1DD7 on black background.


Color preview on white background

This text has color #6D1DD7 on white background.



Black color preview on #6D1DD7 background

This text has black color on #6D1DD7 background.


White color preview on #6D1DD7 background

This text has white color on #6D1DD7 background.