COLOR #6D4FA6

HEX: #6D4FA6
RGB: (109,79,166)

Renk bilgisi

#6D4FA6 contains mainly red and blue colors. #6D4FA6 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6D4FA6 color RGB value is (109,79,166).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 79 of 255 = 31%
B 166 of 255 = 65%

109
79
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 79 + 166 = 354 (100%)
R 109 of 354 ~ 30.79%
G 79 of 354 ~ 22.32%
B 166 of 354 ~ 46.89%

%30.79
%22.32
%46.89

CMYK RENK MODELİ

#6D4FA6 rengi CMYK tonu (34,52,0,35).

  • camgöbeği tonu 34.34%
  • eflatun tonu 52.41%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(34,52,0,35)
C34M52Y0K35 
(34%,52%,0%,35%)
(0.34/0.52/0.00/0.35)	

CMYK yüzdeleri

%34.34
%52.41
%0
%34.9

Codes

Color #6D4FA6 in popluar color models

6D4FA6
RGB10979166
HSL261°35.51%48.04%
HSB/HSV261°52.41%65.10%
CMYK34.34%52.41%0.00%
34.90%

Color #6D4FA6 in popluar number systems.

HEX6D4FA6
Decimal10979166
Binary1101101100111110100110
Octal155117246

Shades and tints

Shades of #6D4FA6

#6D4FA6
(109,79,166)
#644897
(100,72,151)
#5B4188
(91,65,136)
#523A79
(82,58,121)
#49336A
(73,51,106)
#402C5B
(64,44,91)
#37254C
(55,37,76)
#2E1E3D
(46,30,61)
#25172E
(37,23,46)
#1C101F
(28,16,31)
#130910
(19,9,16)
#000000
(0,0,0)

Tints of #6D4FA6

#6D4FA6
(109,79,166)
#7A5FAE
(122,95,174)
#876FB6
(135,111,182)
#947FBE
(148,127,190)
#A18FC6
(161,143,198)
#AE9FCE
(174,159,206)
#BBAFD6
(187,175,214)
#C8BFDE
(200,191,222)
#D5CFE6
(213,207,230)
#E2DFEE
(226,223,238)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4FA6; }

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

This text font color is #6D4FA6.


Background Color

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

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

This div background color is #6D4FA6.


Border color

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

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

This div border color is #6D4FA6.


Opacity

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

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

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

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

This text has shadow with #6D4FA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4FA6 on black background.


Color preview on white background

This text has color #6D4FA6 on white background.



Black color preview on #6D4FA6 background

This text has black color on #6D4FA6 background.


White color preview on #6D4FA6 background

This text has white color on #6D4FA6 background.