COLOR #6D3477

HEX: #6D3477
RGB: (109,52,119)

Renk bilgisi

#6D3477 contains mainly red and blue colors. #6D3477 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#6D3477 color RGB value is (109,52,119).

  • kırmız ton 109;
  • yeşil ton 52;
  • mavi ton 119.
RGB:
(109,52,119)
(43%,20%,47%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 52 of 255 = 20%
B 119 of 255 = 47%

109
52
119

R + G + B ~ 37%. #6D3477 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 52 + 119 = 280 (100%)
R 109 of 280 ~ 38.93%
G 52 of 280 ~ 18.57%
B 119 of 280 ~ 42.5%

%38.93
%18.57
%42.5

CMYK RENK MODELİ

#6D3477 rengi CMYK tonu (8,56,0,53).

  • camgöbeği tonu 8.40%
  • eflatun tonu 56.30%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(8,56,0,53)
C8M56Y0K53 
(8%,56%,0%,53%)
(0.08/0.56/0.00/0.53)	

CMYK yüzdeleri

%8.4
%56.3
%0
%53.33

Codes

Color #6D3477 in popluar color models

6D3477
RGB10952119
HSL291°39.18%33.53%
HSB/HSV291°56.30%46.67%
CMYK8.40%56.30%0.00%
53.33%

Color #6D3477 in popluar number systems.

HEX6D3477
Decimal10952119
Binary11011011101001110111
Octal15564167

Shades and tints

Shades of #6D3477

#6D3477
(109,52,119)
#64306D
(100,48,109)
#5B2C63
(91,44,99)
#522859
(82,40,89)
#49244F
(73,36,79)
#402045
(64,32,69)
#371C3B
(55,28,59)
#2E1831
(46,24,49)
#251427
(37,20,39)
#1C101D
(28,16,29)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #6D3477

#6D3477
(109,52,119)
#7A4683
(122,70,131)
#87588F
(135,88,143)
#946A9B
(148,106,155)
#A17CA7
(161,124,167)
#AE8EB3
(174,142,179)
#BBA0BF
(187,160,191)
#C8B2CB
(200,178,203)
#D5C4D7
(213,196,215)
#E2D6E3
(226,214,227)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3477 color. Also use rgb(109,52,119) instead hex code.

Text Font Color

.myTextColor { color: #6D3477; }

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

This text font color is #6D3477.


Background Color

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

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

This div background color is #6D3477.


Border color

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

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

This div border color is #6D3477.


Opacity

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

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

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

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

This text has shadow with #6D3477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3477 on black background.


Color preview on white background

This text has color #6D3477 on white background.



Black color preview on #6D3477 background

This text has black color on #6D3477 background.


White color preview on #6D3477 background

This text has white color on #6D3477 background.