COLOR #6D797E

HEX: #6D797E
RGB: (109,121,126)

Renk bilgisi

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

RGB renk modeli

#6D797E color RGB value is (109,121,126).

  • kırmız ton 109;
  • yeşil ton 121;
  • mavi ton 126.
RGB:
(109,121,126)
(43%,47%,49%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 121 of 255 = 47%
B 126 of 255 = 49%

109
121
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 121 + 126 = 356 (100%)
R 109 of 356 ~ 30.62%
G 121 of 356 ~ 33.99%
B 126 of 356 ~ 35.39%

%30.62
%33.99
%35.39

CMYK RENK MODELİ

#6D797E rengi CMYK tonu (13,4,0,51).

  • camgöbeği tonu 13.49%
  • eflatun tonu 3.97%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(13,4,0,51)
C13M4Y0K51 
(13%,4%,0%,51%)
(0.13/0.04/0.00/0.51)	

CMYK yüzdeleri

%13.49
%3.97
%0
%50.59

Codes

Color #6D797E in popluar color models

6D797E
RGB109121126
HSL198°7.23%46.08%
HSB/HSV198°13.49%49.41%
CMYK13.49%3.97%0.00%
50.59%

Color #6D797E in popluar number systems.

HEX6D797E
Decimal109121126
Binary110110111110011111110
Octal155171176

Shades and tints

Shades of #6D797E

#6D797E
(109,121,126)
#646E73
(100,110,115)
#5B6368
(91,99,104)
#52585D
(82,88,93)
#494D52
(73,77,82)
#404247
(64,66,71)
#37373C
(55,55,60)
#2E2C31
(46,44,49)
#252126
(37,33,38)
#1C161B
(28,22,27)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #6D797E

#6D797E
(109,121,126)
#7A8589
(122,133,137)
#879194
(135,145,148)
#949D9F
(148,157,159)
#A1A9AA
(161,169,170)
#AEB5B5
(174,181,181)
#BBC1C0
(187,193,192)
#C8CDCB
(200,205,203)
#D5D9D6
(213,217,214)
#E2E5E1
(226,229,225)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D797E; }

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

This text font color is #6D797E.


Background Color

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

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

This div background color is #6D797E.


Border color

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

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

This div border color is #6D797E.


Opacity

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

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

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

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

This text has shadow with #6D797E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D797E on black background.


Color preview on white background

This text has color #6D797E on white background.



Black color preview on #6D797E background

This text has black color on #6D797E background.


White color preview on #6D797E background

This text has white color on #6D797E background.