COLOR #6D4672

HEX: #6D4672
RGB: (109,70,114)

Renk bilgisi

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

RGB renk modeli

#6D4672 color RGB value is (109,70,114).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 70 of 255 = 27%
B 114 of 255 = 45%

109
70
114

R + G + B ~ 38%. #6D4672 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 70 + 114 = 293 (100%)
R 109 of 293 ~ 37.2%
G 70 of 293 ~ 23.89%
B 114 of 293 ~ 38.91%

%37.2
%23.89
%38.91

CMYK RENK MODELİ

#6D4672 rengi CMYK tonu (4,39,0,55).

  • camgöbeği tonu 4.39%
  • eflatun tonu 38.60%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(4,39,0,55)
C4M39Y0K55 
(4%,39%,0%,55%)
(0.04/0.39/0.00/0.55)	

CMYK yüzdeleri

%4.39
%38.6
%0
%55.29

Codes

Color #6D4672 in popluar color models

6D4672
RGB10970114
HSL293°23.91%36.08%
HSB/HSV293°38.60%44.71%
CMYK4.39%38.60%0.00%
55.29%

Color #6D4672 in popluar number systems.

HEX6D4672
Decimal10970114
Binary110110110001101110010
Octal155106162

Shades and tints

Shades of #6D4672

#6D4672
(109,70,114)
#644068
(100,64,104)
#5B3A5E
(91,58,94)
#523454
(82,52,84)
#492E4A
(73,46,74)
#402840
(64,40,64)
#372236
(55,34,54)
#2E1C2C
(46,28,44)
#251622
(37,22,34)
#1C1018
(28,16,24)
#130A0E
(19,10,14)
#000000
(0,0,0)

Tints of #6D4672

#6D4672
(109,70,114)
#7A567E
(122,86,126)
#87668A
(135,102,138)
#947696
(148,118,150)
#A186A2
(161,134,162)
#AE96AE
(174,150,174)
#BBA6BA
(187,166,186)
#C8B6C6
(200,182,198)
#D5C6D2
(213,198,210)
#E2D6DE
(226,214,222)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4672; }

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

This text font color is #6D4672.


Background Color

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

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

This div background color is #6D4672.


Border color

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

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

This div border color is #6D4672.


Opacity

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

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

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

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

This text has shadow with #6D4672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4672 on black background.


Color preview on white background

This text has color #6D4672 on white background.



Black color preview on #6D4672 background

This text has black color on #6D4672 background.


White color preview on #6D4672 background

This text has white color on #6D4672 background.