COLOR #6D4969

HEX: #6D4969
RGB: (109,73,105)

Renk bilgisi

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

RGB renk modeli

#6D4969 color RGB value is (109,73,105).

  • kırmız ton 109;
  • yeşil ton 73;
  • mavi ton 105.
RGB:
(109,73,105)
(43%,29%,41%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 73 of 255 = 29%
B 105 of 255 = 41%

109
73
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 73 + 105 = 287 (100%)
R 109 of 287 ~ 37.98%
G 73 of 287 ~ 25.44%
B 105 of 287 ~ 36.59%

%37.98
%25.44
%36.59

CMYK RENK MODELİ

#6D4969 rengi CMYK tonu (0,33,4,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.03%
  • sarı tonu 3.67%
  • ana renk tonu 57.25%
CMYK:
(0,33,4,57)
C0M33Y4K57 
(0%,33%,4%,57%)
(0.00/0.33/0.04/0.57)	

CMYK yüzdeleri

%0
%33.03
%3.67
%57.25

Codes

Color #6D4969 in popluar color models

6D4969
RGB10973105
HSL307°19.78%35.69%
HSB/HSV307°33.03%42.75%
CMYK0.00%33.03%3.67%
57.25%

Color #6D4969 in popluar number systems.

HEX6D4969
Decimal10973105
Binary110110110010011101001
Octal155111151

Shades and tints

Shades of #6D4969

#6D4969
(109,73,105)
#644360
(100,67,96)
#5B3D57
(91,61,87)
#52374E
(82,55,78)
#493145
(73,49,69)
#402B3C
(64,43,60)
#372533
(55,37,51)
#2E1F2A
(46,31,42)
#251921
(37,25,33)
#1C1318
(28,19,24)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #6D4969

#6D4969
(109,73,105)
#7A5976
(122,89,118)
#876983
(135,105,131)
#947990
(148,121,144)
#A1899D
(161,137,157)
#AE99AA
(174,153,170)
#BBA9B7
(187,169,183)
#C8B9C4
(200,185,196)
#D5C9D1
(213,201,209)
#E2D9DE
(226,217,222)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4969 color. Also use rgb(109,73,105) instead hex code.

Text Font Color

.myTextColor { color: #6D4969; }

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

This text font color is #6D4969.


Background Color

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

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

This div background color is #6D4969.


Border color

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

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

This div border color is #6D4969.


Opacity

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

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

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

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

This text has shadow with #6D4969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4969 on black background.


Color preview on white background

This text has color #6D4969 on white background.



Black color preview on #6D4969 background

This text has black color on #6D4969 background.


White color preview on #6D4969 background

This text has white color on #6D4969 background.