COLOR #6D9585

HEX: #6D9585
RGB: (109,149,133)

Renk bilgisi

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

RGB renk modeli

#6D9585 color RGB value is (109,149,133).

  • kırmız ton 109;
  • yeşil ton 149;
  • mavi ton 133.
RGB:
(109,149,133)
(43%,58%,52%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 149 of 255 = 58%
B 133 of 255 = 52%

109
149
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 149 + 133 = 391 (100%)
R 109 of 391 ~ 27.88%
G 149 of 391 ~ 38.11%
B 133 of 391 ~ 34.02%

%27.88
%38.11
%34.02

CMYK RENK MODELİ

#6D9585 rengi CMYK tonu (27,0,11,42).

  • camgöbeği tonu 26.85%
  • eflatun tonu 0.00%
  • sarı tonu 10.74%
  • ana renk tonu 41.57%
CMYK:
(27,0,11,42)
C27M0Y11K42 
(27%,0%,11%,42%)
(0.27/0.00/0.11/0.42)	

CMYK yüzdeleri

%26.85
%0
%10.74
%41.57

Codes

Color #6D9585 in popluar color models

6D9585
RGB109149133
HSL156°15.87%50.59%
HSB/HSV156°26.85%58.43%
CMYK26.85%0.00%10.74%
41.57%

Color #6D9585 in popluar number systems.

HEX6D9585
Decimal109149133
Binary11011011001010110000101
Octal155225205

Shades and tints

Shades of #6D9585

#6D9585
(109,149,133)
#648879
(100,136,121)
#5B7B6D
(91,123,109)
#526E61
(82,110,97)
#496155
(73,97,85)
#405449
(64,84,73)
#37473D
(55,71,61)
#2E3A31
(46,58,49)
#252D25
(37,45,37)
#1C2019
(28,32,25)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #6D9585

#6D9585
(109,149,133)
#7A9E90
(122,158,144)
#87A79B
(135,167,155)
#94B0A6
(148,176,166)
#A1B9B1
(161,185,177)
#AEC2BC
(174,194,188)
#BBCBC7
(187,203,199)
#C8D4D2
(200,212,210)
#D5DDDD
(213,221,221)
#E2E6E8
(226,230,232)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9585 color. Also use rgb(109,149,133) instead hex code.

Text Font Color

.myTextColor { color: #6D9585; }

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

This text font color is #6D9585.


Background Color

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

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

This div background color is #6D9585.


Border color

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

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

This div border color is #6D9585.


Opacity

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

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

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

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

This text has shadow with #6D9585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9585 on black background.


Color preview on white background

This text has color #6D9585 on white background.



Black color preview on #6D9585 background

This text has black color on #6D9585 background.


White color preview on #6D9585 background

This text has white color on #6D9585 background.