COLOR #6D717D

HEX: #6D717D
RGB: (109,113,125)

Renk bilgisi

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

RGB renk modeli

#6D717D color RGB value is (109,113,125).

  • kırmız ton 109;
  • yeşil ton 113;
  • mavi ton 125.
RGB:
(109,113,125)
(43%,44%,49%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 113 of 255 = 44%
B 125 of 255 = 49%

109
113
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 113 + 125 = 347 (100%)
R 109 of 347 ~ 31.41%
G 113 of 347 ~ 32.56%
B 125 of 347 ~ 36.02%

%31.41
%32.56
%36.02

CMYK RENK MODELİ

#6D717D rengi CMYK tonu (13,10,0,51).

  • camgöbeği tonu 12.80%
  • eflatun tonu 9.60%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(13,10,0,51)
C13M10Y0K51 
(13%,10%,0%,51%)
(0.13/0.10/0.00/0.51)	

CMYK yüzdeleri

%12.8
%9.6
%0
%50.98

Codes

Color #6D717D in popluar color models

6D717D
RGB109113125
HSL225°6.84%45.88%
HSB/HSV225°12.80%49.02%
CMYK12.80%9.60%0.00%
50.98%

Color #6D717D in popluar number systems.

HEX6D717D
Decimal109113125
Binary110110111100011111101
Octal155161175

Shades and tints

Shades of #6D717D

#6D717D
(109,113,125)
#646772
(100,103,114)
#5B5D67
(91,93,103)
#52535C
(82,83,92)
#494951
(73,73,81)
#403F46
(64,63,70)
#37353B
(55,53,59)
#2E2B30
(46,43,48)
#252125
(37,33,37)
#1C171A
(28,23,26)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #6D717D

#6D717D
(109,113,125)
#7A7D88
(122,125,136)
#878993
(135,137,147)
#94959E
(148,149,158)
#A1A1A9
(161,161,169)
#AEADB4
(174,173,180)
#BBB9BF
(187,185,191)
#C8C5CA
(200,197,202)
#D5D1D5
(213,209,213)
#E2DDE0
(226,221,224)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D717D; }

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

This text font color is #6D717D.


Background Color

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

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

This div background color is #6D717D.


Border color

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

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

This div border color is #6D717D.


Opacity

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

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

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

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

This text has shadow with #6D717D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D717D on black background.


Color preview on white background

This text has color #6D717D on white background.



Black color preview on #6D717D background

This text has black color on #6D717D background.


White color preview on #6D717D background

This text has white color on #6D717D background.