COLOR #6D9393

HEX: #6D9393
RGB: (109,147,147)

Renk bilgisi

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

RGB renk modeli

#6D9393 color RGB value is (109,147,147).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 147 of 255 = 58%
B 147 of 255 = 58%

109
147
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 147 + 147 = 403 (100%)
R 109 of 403 ~ 27.05%
G 147 of 403 ~ 36.48%
B 147 of 403 ~ 36.48%

%27.05
%36.48
%36.48

CMYK RENK MODELİ

#6D9393 rengi CMYK tonu (26,0,0,42).

  • camgöbeği tonu 25.85%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 42.35%
CMYK:
(26,0,0,42)
C26M0Y0K42 
(26%,0%,0%,42%)
(0.26/0.00/0.00/0.42)	

CMYK yüzdeleri

%25.85
%0
%0
%42.35

Codes

Color #6D9393 in popluar color models

6D9393
RGB109147147
HSL180°14.96%50.20%
HSB/HSV180°25.85%57.65%
CMYK25.85%0.00%0.00%
42.35%

Color #6D9393 in popluar number systems.

HEX6D9393
Decimal109147147
Binary11011011001001110010011
Octal155223223

Shades and tints

Shades of #6D9393

#6D9393
(109,147,147)
#648686
(100,134,134)
#5B7979
(91,121,121)
#526C6C
(82,108,108)
#495F5F
(73,95,95)
#405252
(64,82,82)
#374545
(55,69,69)
#2E3838
(46,56,56)
#252B2B
(37,43,43)
#1C1E1E
(28,30,30)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #6D9393

#6D9393
(109,147,147)
#7A9C9C
(122,156,156)
#87A5A5
(135,165,165)
#94AEAE
(148,174,174)
#A1B7B7
(161,183,183)
#AEC0C0
(174,192,192)
#BBC9C9
(187,201,201)
#C8D2D2
(200,210,210)
#D5DBDB
(213,219,219)
#E2E4E4
(226,228,228)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9393; }

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

This text font color is #6D9393.


Background Color

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

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

This div background color is #6D9393.


Border color

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

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

This div border color is #6D9393.


Opacity

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

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

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

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

This text has shadow with #6D9393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9393 on black background.


Color preview on white background

This text has color #6D9393 on white background.



Black color preview on #6D9393 background

This text has black color on #6D9393 background.


White color preview on #6D9393 background

This text has white color on #6D9393 background.