COLOR #6D4FF1

HEX: #6D4FF1
RGB: (109,79,241)

Renk bilgisi

#6D4FF1 contains mainly blue color. #6D4FF1 ‘ nin web güvenlik rengi #6666FF (ya da #66F) dir.

RGB renk modeli

#6D4FF1 color RGB value is (109,79,241).

  • kırmız ton 109;
  • yeşil ton 79;
  • mavi ton 241.
RGB:
(109,79,241)
(43%,31%,95%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 79 of 255 = 31%
B 241 of 255 = 95%

109
79
241

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 79 + 241 = 429 (100%)
R 109 of 429 ~ 25.41%
G 79 of 429 ~ 18.41%
B 241 of 429 ~ 56.18%

%25.41
%18.41
%56.18

CMYK RENK MODELİ

#6D4FF1 rengi CMYK tonu (55,67,0,5).

  • camgöbeği tonu 54.77%
  • eflatun tonu 67.22%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(55,67,0,5)
C55M67Y0K5 
(55%,67%,0%,5%)
(0.55/0.67/0.00/0.05)	

CMYK yüzdeleri

%54.77
%67.22
%0
%5.49

Codes

Color #6D4FF1 in popluar color models

6D4FF1
RGB10979241
HSL251°85.26%62.75%
HSB/HSV251°67.22%94.51%
CMYK54.77%67.22%0.00%
5.49%

Color #6D4FF1 in popluar number systems.

HEX6D4FF1
Decimal10979241
Binary1101101100111111110001
Octal155117361

Shades and tints

Shades of #6D4FF1

#6D4FF1
(109,79,241)
#6448DC
(100,72,220)
#5B41C7
(91,65,199)
#523AB2
(82,58,178)
#49339D
(73,51,157)
#402C88
(64,44,136)
#372573
(55,37,115)
#2E1E5E
(46,30,94)
#251749
(37,23,73)
#1C1034
(28,16,52)
#13091F
(19,9,31)
#000000
(0,0,0)

Tints of #6D4FF1

#6D4FF1
(109,79,241)
#7A5FF2
(122,95,242)
#876FF3
(135,111,243)
#947FF4
(148,127,244)
#A18FF5
(161,143,245)
#AE9FF6
(174,159,246)
#BBAFF7
(187,175,247)
#C8BFF8
(200,191,248)
#D5CFF9
(213,207,249)
#E2DFFA
(226,223,250)
#EFEFFB
(239,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4FF1 color. Also use rgb(109,79,241) instead hex code.

Text Font Color

.myTextColor { color: #6D4FF1; }

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

This text font color is #6D4FF1.


Background Color

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

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

This div background color is #6D4FF1.


Border color

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

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

This div border color is #6D4FF1.


Opacity

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

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

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

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

This text has shadow with #6D4FF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4FF1 on black background.


Color preview on white background

This text has color #6D4FF1 on white background.



Black color preview on #6D4FF1 background

This text has black color on #6D4FF1 background.


White color preview on #6D4FF1 background

This text has white color on #6D4FF1 background.