COLOR #6D4566

HEX: #6D4566
RGB: (109,69,102)

Renk bilgisi

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

RGB renk modeli

#6D4566 color RGB value is (109,69,102).

  • kırmız ton 109;
  • yeşil ton 69;
  • mavi ton 102.
RGB:
(109,69,102)
(43%,27%,40%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 69 of 255 = 27%
B 102 of 255 = 40%

109
69
102

R + G + B ~ 37%. #6D4566 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 69 + 102 = 280 (100%)
R 109 of 280 ~ 38.93%
G 69 of 280 ~ 24.64%
B 102 of 280 ~ 36.43%

%38.93
%24.64
%36.43

CMYK RENK MODELİ

#6D4566 rengi CMYK tonu (0,37,6,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.70%
  • sarı tonu 6.42%
  • ana renk tonu 57.25%
CMYK:
(0,37,6,57)
C0M37Y6K57 
(0%,37%,6%,57%)
(0.00/0.37/0.06/0.57)	

CMYK yüzdeleri

%0
%36.7
%6.42
%57.25

Codes

Color #6D4566 in popluar color models

6D4566
RGB10969102
HSL311°22.47%34.90%
HSB/HSV311°36.70%42.75%
CMYK0.00%36.70%6.42%
57.25%

Color #6D4566 in popluar number systems.

HEX6D4566
Decimal10969102
Binary110110110001011100110
Octal155105146

Shades and tints

Shades of #6D4566

#6D4566
(109,69,102)
#643F5D
(100,63,93)
#5B3954
(91,57,84)
#52334B
(82,51,75)
#492D42
(73,45,66)
#402739
(64,39,57)
#372130
(55,33,48)
#2E1B27
(46,27,39)
#25151E
(37,21,30)
#1C0F15
(28,15,21)
#13090C
(19,9,12)
#000000
(0,0,0)

Tints of #6D4566

#6D4566
(109,69,102)
#7A5573
(122,85,115)
#876580
(135,101,128)
#94758D
(148,117,141)
#A1859A
(161,133,154)
#AE95A7
(174,149,167)
#BBA5B4
(187,165,180)
#C8B5C1
(200,181,193)
#D5C5CE
(213,197,206)
#E2D5DB
(226,213,219)
#EFE5E8
(239,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4566 color. Also use rgb(109,69,102) instead hex code.

Text Font Color

.myTextColor { color: #6D4566; }

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

This text font color is #6D4566.


Background Color

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

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

This div background color is #6D4566.


Border color

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

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

This div border color is #6D4566.


Opacity

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

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

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

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

This text has shadow with #6D4566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4566 on black background.


Color preview on white background

This text has color #6D4566 on white background.



Black color preview on #6D4566 background

This text has black color on #6D4566 background.


White color preview on #6D4566 background

This text has white color on #6D4566 background.