COLOR #6D3DAF

HEX: #6D3DAF
RGB: (109,61,175)

Renk bilgisi

#6D3DAF contains mainly blue color. #6D3DAF ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#6D3DAF color RGB value is (109,61,175).

  • kırmız ton 109;
  • yeşil ton 61;
  • mavi ton 175.
RGB:
(109,61,175)
(43%,24%,69%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 61 of 255 = 24%
B 175 of 255 = 69%

109
61
175

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 61 + 175 = 345 (100%)
R 109 of 345 ~ 31.59%
G 61 of 345 ~ 17.68%
B 175 of 345 ~ 50.72%

%31.59
%17.68
%50.72

CMYK RENK MODELİ

#6D3DAF rengi CMYK tonu (38,65,0,31).

  • camgöbeği tonu 37.71%
  • eflatun tonu 65.14%
  • sarı tonu 0.00%
  • ana renk tonu 31.37%
CMYK:
(38,65,0,31)
C38M65Y0K31 
(38%,65%,0%,31%)
(0.38/0.65/0.00/0.31)	

CMYK yüzdeleri

%37.71
%65.14
%0
%31.37

Codes

Color #6D3DAF in popluar color models

6D3DAF
RGB10961175
HSL265°48.31%46.27%
HSB/HSV265°65.14%68.63%
CMYK37.71%65.14%0.00%
31.37%

Color #6D3DAF in popluar number systems.

HEX6D3DAF
Decimal10961175
Binary110110111110110101111
Octal15575257

Shades and tints

Shades of #6D3DAF

#6D3DAF
(109,61,175)
#6438A0
(100,56,160)
#5B3391
(91,51,145)
#522E82
(82,46,130)
#492973
(73,41,115)
#402464
(64,36,100)
#371F55
(55,31,85)
#2E1A46
(46,26,70)
#251537
(37,21,55)
#1C1028
(28,16,40)
#130B19
(19,11,25)
#000000
(0,0,0)

Tints of #6D3DAF

#6D3DAF
(109,61,175)
#7A4EB6
(122,78,182)
#875FBD
(135,95,189)
#9470C4
(148,112,196)
#A181CB
(161,129,203)
#AE92D2
(174,146,210)
#BBA3D9
(187,163,217)
#C8B4E0
(200,180,224)
#D5C5E7
(213,197,231)
#E2D6EE
(226,214,238)
#EFE7F5
(239,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3DAF color. Also use rgb(109,61,175) instead hex code.

Text Font Color

.myTextColor { color: #6D3DAF; }

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

This text font color is #6D3DAF.


Background Color

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

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

This div background color is #6D3DAF.


Border color

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

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

This div border color is #6D3DAF.


Opacity

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

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

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

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

This text has shadow with #6D3DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3DAF on black background.


Color preview on white background

This text has color #6D3DAF on white background.



Black color preview on #6D3DAF background

This text has black color on #6D3DAF background.


White color preview on #6D3DAF background

This text has white color on #6D3DAF background.