COLOR #6D5060

HEX: #6D5060
RGB: (109,80,96)

Renk bilgisi

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

RGB renk modeli

#6D5060 color RGB value is (109,80,96).

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

RGB bağlantıları ve doygunluk

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

109
80
96

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 80 + 96 = 285 (100%)
R 109 of 285 ~ 38.25%
G 80 of 285 ~ 28.07%
B 96 of 285 ~ 33.68%

%38.25
%28.07
%33.68

CMYK RENK MODELİ

#6D5060 rengi CMYK tonu (0,27,12,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.61%
  • sarı tonu 11.93%
  • ana renk tonu 57.25%
CMYK:
(0,27,12,57)
C0M27Y12K57 
(0%,27%,12%,57%)
(0.00/0.27/0.12/0.57)	

CMYK yüzdeleri

%0
%26.61
%11.93
%57.25

Codes

Color #6D5060 in popluar color models

6D5060
RGB1098096
HSL327°15.34%37.06%
HSB/HSV327°26.61%42.75%
CMYK0.00%26.61%11.93%
57.25%

Color #6D5060 in popluar number systems.

HEX6D5060
Decimal1098096
Binary110110110100001100000
Octal155120140

Shades and tints

Shades of #6D5060

#6D5060
(109,80,96)
#644958
(100,73,88)
#5B4250
(91,66,80)
#523B48
(82,59,72)
#493440
(73,52,64)
#402D38
(64,45,56)
#372630
(55,38,48)
#2E1F28
(46,31,40)
#251820
(37,24,32)
#1C1118
(28,17,24)
#130A10
(19,10,16)
#000000
(0,0,0)

Tints of #6D5060

#6D5060
(109,80,96)
#7A5F6E
(122,95,110)
#876E7C
(135,110,124)
#947D8A
(148,125,138)
#A18C98
(161,140,152)
#AE9BA6
(174,155,166)
#BBAAB4
(187,170,180)
#C8B9C2
(200,185,194)
#D5C8D0
(213,200,208)
#E2D7DE
(226,215,222)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5060; }

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

This text font color is #6D5060.


Background Color

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

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

This div background color is #6D5060.


Border color

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

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

This div border color is #6D5060.


Opacity

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

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

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

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

This text has shadow with #6D5060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5060 on black background.


Color preview on white background

This text has color #6D5060 on white background.



Black color preview on #6D5060 background

This text has black color on #6D5060 background.


White color preview on #6D5060 background

This text has white color on #6D5060 background.