COLOR #6D5D6A

HEX: #6D5D6A
RGB: (109,93,106)

Renk bilgisi

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

RGB renk modeli

#6D5D6A color RGB value is (109,93,106).

  • kırmız ton 109;
  • yeşil ton 93;
  • mavi ton 106.
RGB:
(109,93,106)
(43%,36%,42%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 93 of 255 = 36%
B 106 of 255 = 42%

109
93
106

R + G + B ~ 40%. #6D5D6A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 93 + 106 = 308 (100%)
R 109 of 308 ~ 35.39%
G 93 of 308 ~ 30.19%
B 106 of 308 ~ 34.42%

%35.39
%30.19
%34.42

CMYK RENK MODELİ

#6D5D6A rengi CMYK tonu (0,15,3,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.68%
  • sarı tonu 2.75%
  • ana renk tonu 57.25%
CMYK:
(0,15,3,57)
C0M15Y3K57 
(0%,15%,3%,57%)
(0.00/0.15/0.03/0.57)	

CMYK yüzdeleri

%0
%14.68
%2.75
%57.25

Codes

Color #6D5D6A in popluar color models

6D5D6A
RGB10993106
HSL311°7.92%39.61%
HSB/HSV311°14.68%42.75%
CMYK0.00%14.68%2.75%
57.25%

Color #6D5D6A in popluar number systems.

HEX6D5D6A
Decimal10993106
Binary110110110111011101010
Octal155135152

Shades and tints

Shades of #6D5D6A

#6D5D6A
(109,93,106)
#645561
(100,85,97)
#5B4D58
(91,77,88)
#52454F
(82,69,79)
#493D46
(73,61,70)
#40353D
(64,53,61)
#372D34
(55,45,52)
#2E252B
(46,37,43)
#251D22
(37,29,34)
#1C1519
(28,21,25)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #6D5D6A

#6D5D6A
(109,93,106)
#7A6B77
(122,107,119)
#877984
(135,121,132)
#948791
(148,135,145)
#A1959E
(161,149,158)
#AEA3AB
(174,163,171)
#BBB1B8
(187,177,184)
#C8BFC5
(200,191,197)
#D5CDD2
(213,205,210)
#E2DBDF
(226,219,223)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5D6A color. Also use rgb(109,93,106) instead hex code.

Text Font Color

.myTextColor { color: #6D5D6A; }

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

This text font color is #6D5D6A.


Background Color

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

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

This div background color is #6D5D6A.


Border color

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

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

This div border color is #6D5D6A.


Opacity

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

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

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

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

This text has shadow with #6D5D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5D6A on black background.


Color preview on white background

This text has color #6D5D6A on white background.



Black color preview on #6D5D6A background

This text has black color on #6D5D6A background.


White color preview on #6D5D6A background

This text has white color on #6D5D6A background.