COLOR #6D4B99

HEX: #6D4B99
RGB: (109,75,153)

Renk bilgisi

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

RGB renk modeli

#6D4B99 color RGB value is (109,75,153).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 75 of 255 = 29%
B 153 of 255 = 60%

109
75
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 75 + 153 = 337 (100%)
R 109 of 337 ~ 32.34%
G 75 of 337 ~ 22.26%
B 153 of 337 ~ 45.4%

%32.34
%22.26
%45.4

CMYK RENK MODELİ

#6D4B99 rengi CMYK tonu (29,51,0,40).

  • camgöbeği tonu 28.76%
  • eflatun tonu 50.98%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(29,51,0,40)
C29M51Y0K40 
(29%,51%,0%,40%)
(0.29/0.51/0.00/0.40)	

CMYK yüzdeleri

%28.76
%50.98
%0
%40

Codes

Color #6D4B99 in popluar color models

6D4B99
RGB10975153
HSL266°34.21%44.71%
HSB/HSV266°50.98%60.00%
CMYK28.76%50.98%0.00%
40.00%

Color #6D4B99 in popluar number systems.

HEX6D4B99
Decimal10975153
Binary1101101100101110011001
Octal155113231

Shades and tints

Shades of #6D4B99

#6D4B99
(109,75,153)
#64458C
(100,69,140)
#5B3F7F
(91,63,127)
#523972
(82,57,114)
#493365
(73,51,101)
#402D58
(64,45,88)
#37274B
(55,39,75)
#2E213E
(46,33,62)
#251B31
(37,27,49)
#1C1524
(28,21,36)
#130F17
(19,15,23)
#000000
(0,0,0)

Tints of #6D4B99

#6D4B99
(109,75,153)
#7A5BA2
(122,91,162)
#876BAB
(135,107,171)
#947BB4
(148,123,180)
#A18BBD
(161,139,189)
#AE9BC6
(174,155,198)
#BBABCF
(187,171,207)
#C8BBD8
(200,187,216)
#D5CBE1
(213,203,225)
#E2DBEA
(226,219,234)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4B99; }

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

This text font color is #6D4B99.


Background Color

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

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

This div background color is #6D4B99.


Border color

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

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

This div border color is #6D4B99.


Opacity

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

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

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

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

This text has shadow with #6D4B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4B99 on black background.


Color preview on white background

This text has color #6D4B99 on white background.



Black color preview on #6D4B99 background

This text has black color on #6D4B99 background.


White color preview on #6D4B99 background

This text has white color on #6D4B99 background.