COLOR #6D4681

HEX: #6D4681
RGB: (109,70,129)

Renk bilgisi

#6D4681 contains red, green and blue colors in about the same proportion. #6D4681 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#6D4681 color RGB value is (109,70,129).

  • kırmız ton 109;
  • yeşil ton 70;
  • mavi ton 129.
RGB:
(109,70,129)
(43%,27%,51%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 70 of 255 = 27%
B 129 of 255 = 51%

109
70
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 70 + 129 = 308 (100%)
R 109 of 308 ~ 35.39%
G 70 of 308 ~ 22.73%
B 129 of 308 ~ 41.88%

%35.39
%22.73
%41.88

CMYK RENK MODELİ

#6D4681 rengi CMYK tonu (16,46,0,49).

  • camgöbeği tonu 15.50%
  • eflatun tonu 45.74%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(16,46,0,49)
C16M46Y0K49 
(16%,46%,0%,49%)
(0.16/0.46/0.00/0.49)	

CMYK yüzdeleri

%15.5
%45.74
%0
%49.41

Codes

Color #6D4681 in popluar color models

6D4681
RGB10970129
HSL280°29.65%39.02%
HSB/HSV280°45.74%50.59%
CMYK15.50%45.74%0.00%
49.41%

Color #6D4681 in popluar number systems.

HEX6D4681
Decimal10970129
Binary1101101100011010000001
Octal155106201

Shades and tints

Shades of #6D4681

#6D4681
(109,70,129)
#644076
(100,64,118)
#5B3A6B
(91,58,107)
#523460
(82,52,96)
#492E55
(73,46,85)
#40284A
(64,40,74)
#37223F
(55,34,63)
#2E1C34
(46,28,52)
#251629
(37,22,41)
#1C101E
(28,16,30)
#130A13
(19,10,19)
#000000
(0,0,0)

Tints of #6D4681

#6D4681
(109,70,129)
#7A568C
(122,86,140)
#876697
(135,102,151)
#9476A2
(148,118,162)
#A186AD
(161,134,173)
#AE96B8
(174,150,184)
#BBA6C3
(187,166,195)
#C8B6CE
(200,182,206)
#D5C6D9
(213,198,217)
#E2D6E4
(226,214,228)
#EFE6EF
(239,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4681 color. Also use rgb(109,70,129) instead hex code.

Text Font Color

.myTextColor { color: #6D4681; }

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

This text font color is #6D4681.


Background Color

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

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

This div background color is #6D4681.


Border color

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

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

This div border color is #6D4681.


Opacity

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

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

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

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

This text has shadow with #6D4681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4681 on black background.


Color preview on white background

This text has color #6D4681 on white background.



Black color preview on #6D4681 background

This text has black color on #6D4681 background.


White color preview on #6D4681 background

This text has white color on #6D4681 background.