COLOR #6D5061

HEX: #6D5061
RGB: (109,80,97)

Renk bilgisi

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

RGB renk modeli

#6D5061 color RGB value is (109,80,97).

  • kırmız ton 109;
  • yeşil ton 80;
  • mavi ton 97.
RGB:
(109,80,97)
(43%,31%,38%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 80 of 255 = 31%
B 97 of 255 = 38%

109
80
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 80 + 97 = 286 (100%)
R 109 of 286 ~ 38.11%
G 80 of 286 ~ 27.97%
B 97 of 286 ~ 33.92%

%38.11
%27.97
%33.92

CMYK RENK MODELİ

#6D5061 rengi CMYK tonu (0,27,11,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.61%
  • sarı tonu 11.01%
  • ana renk tonu 57.25%
CMYK:
(0,27,11,57)
C0M27Y11K57 
(0%,27%,11%,57%)
(0.00/0.27/0.11/0.57)	

CMYK yüzdeleri

%0
%26.61
%11.01
%57.25

Codes

Color #6D5061 in popluar color models

6D5061
RGB1098097
HSL325°15.34%37.06%
HSB/HSV325°26.61%42.75%
CMYK0.00%26.61%11.01%
57.25%

Color #6D5061 in popluar number systems.

HEX6D5061
Decimal1098097
Binary110110110100001100001
Octal155120141

Shades and tints

Shades of #6D5061

#6D5061
(109,80,97)
#644959
(100,73,89)
#5B4251
(91,66,81)
#523B49
(82,59,73)
#493441
(73,52,65)
#402D39
(64,45,57)
#372631
(55,38,49)
#2E1F29
(46,31,41)
#251821
(37,24,33)
#1C1119
(28,17,25)
#130A11
(19,10,17)
#000000
(0,0,0)

Tints of #6D5061

#6D5061
(109,80,97)
#7A5F6F
(122,95,111)
#876E7D
(135,110,125)
#947D8B
(148,125,139)
#A18C99
(161,140,153)
#AE9BA7
(174,155,167)
#BBAAB5
(187,170,181)
#C8B9C3
(200,185,195)
#D5C8D1
(213,200,209)
#E2D7DF
(226,215,223)
#EFE6ED
(239,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5061 color. Also use rgb(109,80,97) instead hex code.

Text Font Color

.myTextColor { color: #6D5061; }

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

This text font color is #6D5061.


Background Color

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

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

This div background color is #6D5061.


Border color

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

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

This div border color is #6D5061.


Opacity

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

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

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

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

This text has shadow with #6D5061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5061 on black background.


Color preview on white background

This text has color #6D5061 on white background.



Black color preview on #6D5061 background

This text has black color on #6D5061 background.


White color preview on #6D5061 background

This text has white color on #6D5061 background.