COLOR #6D4B8D

HEX: #6D4B8D
RGB: (109,75,141)

Renk bilgisi

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

RGB renk modeli

#6D4B8D color RGB value is (109,75,141).

  • kırmız ton 109;
  • yeşil ton 75;
  • mavi ton 141.
RGB:
(109,75,141)
(43%,29%,55%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 75 of 255 = 29%
B 141 of 255 = 55%

109
75
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 75 + 141 = 325 (100%)
R 109 of 325 ~ 33.54%
G 75 of 325 ~ 23.08%
B 141 of 325 ~ 43.38%

%33.54
%23.08
%43.38

CMYK RENK MODELİ

#6D4B8D rengi CMYK tonu (23,47,0,45).

  • camgöbeği tonu 22.70%
  • eflatun tonu 46.81%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(23,47,0,45)
C23M47Y0K45 
(23%,47%,0%,45%)
(0.23/0.47/0.00/0.45)	

CMYK yüzdeleri

%22.7
%46.81
%0
%44.71

Codes

Color #6D4B8D in popluar color models

6D4B8D
RGB10975141
HSL271°30.56%42.35%
HSB/HSV271°46.81%55.29%
CMYK22.70%46.81%0.00%
44.71%

Color #6D4B8D in popluar number systems.

HEX6D4B8D
Decimal10975141
Binary1101101100101110001101
Octal155113215

Shades and tints

Shades of #6D4B8D

#6D4B8D
(109,75,141)
#644581
(100,69,129)
#5B3F75
(91,63,117)
#523969
(82,57,105)
#49335D
(73,51,93)
#402D51
(64,45,81)
#372745
(55,39,69)
#2E2139
(46,33,57)
#251B2D
(37,27,45)
#1C1521
(28,21,33)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #6D4B8D

#6D4B8D
(109,75,141)
#7A5B97
(122,91,151)
#876BA1
(135,107,161)
#947BAB
(148,123,171)
#A18BB5
(161,139,181)
#AE9BBF
(174,155,191)
#BBABC9
(187,171,201)
#C8BBD3
(200,187,211)
#D5CBDD
(213,203,221)
#E2DBE7
(226,219,231)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4B8D color. Also use rgb(109,75,141) instead hex code.

Text Font Color

.myTextColor { color: #6D4B8D; }

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

This text font color is #6D4B8D.


Background Color

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

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

This div background color is #6D4B8D.


Border color

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

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

This div border color is #6D4B8D.


Opacity

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

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

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

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

This text has shadow with #6D4B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4B8D on black background.


Color preview on white background

This text has color #6D4B8D on white background.



Black color preview on #6D4B8D background

This text has black color on #6D4B8D background.


White color preview on #6D4B8D background

This text has white color on #6D4B8D background.