COLOR #6D4384

HEX: #6D4384
RGB: (109,67,132)

Renk bilgisi

#6D4384 contains mainly red and blue colors. #6D4384 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#6D4384 color RGB value is (109,67,132).

  • kırmız ton 109;
  • yeşil ton 67;
  • mavi ton 132.
RGB:
(109,67,132)
(43%,26%,52%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 67 of 255 = 26%
B 132 of 255 = 52%

109
67
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 67 + 132 = 308 (100%)
R 109 of 308 ~ 35.39%
G 67 of 308 ~ 21.75%
B 132 of 308 ~ 42.86%

%35.39
%21.75
%42.86

CMYK RENK MODELİ

#6D4384 rengi CMYK tonu (17,49,0,48).

  • camgöbeği tonu 17.42%
  • eflatun tonu 49.24%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(17,49,0,48)
C17M49Y0K48 
(17%,49%,0%,48%)
(0.17/0.49/0.00/0.48)	

CMYK yüzdeleri

%17.42
%49.24
%0
%48.24

Codes

Color #6D4384 in popluar color models

6D4384
RGB10967132
HSL279°32.66%39.02%
HSB/HSV279°49.24%51.76%
CMYK17.42%49.24%0.00%
48.24%

Color #6D4384 in popluar number systems.

HEX6D4384
Decimal10967132
Binary1101101100001110000100
Octal155103204

Shades and tints

Shades of #6D4384

#6D4384
(109,67,132)
#643D78
(100,61,120)
#5B376C
(91,55,108)
#523160
(82,49,96)
#492B54
(73,43,84)
#402548
(64,37,72)
#371F3C
(55,31,60)
#2E1930
(46,25,48)
#251324
(37,19,36)
#1C0D18
(28,13,24)
#13070C
(19,7,12)
#000000
(0,0,0)

Tints of #6D4384

#6D4384
(109,67,132)
#7A548F
(122,84,143)
#87659A
(135,101,154)
#9476A5
(148,118,165)
#A187B0
(161,135,176)
#AE98BB
(174,152,187)
#BBA9C6
(187,169,198)
#C8BAD1
(200,186,209)
#D5CBDC
(213,203,220)
#E2DCE7
(226,220,231)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4384 color. Also use rgb(109,67,132) instead hex code.

Text Font Color

.myTextColor { color: #6D4384; }

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

This text font color is #6D4384.


Background Color

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

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

This div background color is #6D4384.


Border color

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

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

This div border color is #6D4384.


Opacity

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

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

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

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

This text has shadow with #6D4384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4384 on black background.


Color preview on white background

This text has color #6D4384 on white background.



Black color preview on #6D4384 background

This text has black color on #6D4384 background.


White color preview on #6D4384 background

This text has white color on #6D4384 background.