COLOR #6D4890

HEX: #6D4890
RGB: (109,72,144)

Renk bilgisi

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

RGB renk modeli

#6D4890 color RGB value is (109,72,144).

  • kırmız ton 109;
  • yeşil ton 72;
  • mavi ton 144.
RGB:
(109,72,144)
(43%,28%,56%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 72 of 255 = 28%
B 144 of 255 = 56%

109
72
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 72 + 144 = 325 (100%)
R 109 of 325 ~ 33.54%
G 72 of 325 ~ 22.15%
B 144 of 325 ~ 44.31%

%33.54
%22.15
%44.31

CMYK RENK MODELİ

#6D4890 rengi CMYK tonu (24,50,0,44).

  • camgöbeği tonu 24.31%
  • eflatun tonu 50.00%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(24,50,0,44)
C24M50Y0K44 
(24%,50%,0%,44%)
(0.24/0.50/0.00/0.44)	

CMYK yüzdeleri

%24.31
%50
%0
%43.53

Codes

Color #6D4890 in popluar color models

6D4890
RGB10972144
HSL271°33.33%42.35%
HSB/HSV271°50.00%56.47%
CMYK24.31%50.00%0.00%
43.53%

Color #6D4890 in popluar number systems.

HEX6D4890
Decimal10972144
Binary1101101100100010010000
Octal155110220

Shades and tints

Shades of #6D4890

#6D4890
(109,72,144)
#644283
(100,66,131)
#5B3C76
(91,60,118)
#523669
(82,54,105)
#49305C
(73,48,92)
#402A4F
(64,42,79)
#372442
(55,36,66)
#2E1E35
(46,30,53)
#251828
(37,24,40)
#1C121B
(28,18,27)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #6D4890

#6D4890
(109,72,144)
#7A589A
(122,88,154)
#8768A4
(135,104,164)
#9478AE
(148,120,174)
#A188B8
(161,136,184)
#AE98C2
(174,152,194)
#BBA8CC
(187,168,204)
#C8B8D6
(200,184,214)
#D5C8E0
(213,200,224)
#E2D8EA
(226,216,234)
#EFE8F4
(239,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4890 color. Also use rgb(109,72,144) instead hex code.

Text Font Color

.myTextColor { color: #6D4890; }

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

This text font color is #6D4890.


Background Color

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

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

This div background color is #6D4890.


Border color

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

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

This div border color is #6D4890.


Opacity

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

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

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

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

This text has shadow with #6D4890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4890 on black background.


Color preview on white background

This text has color #6D4890 on white background.



Black color preview on #6D4890 background

This text has black color on #6D4890 background.


White color preview on #6D4890 background

This text has white color on #6D4890 background.