COLOR #6D7E7B

HEX: #6D7E7B
RGB: (109,126,123)

Renk bilgisi

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

RGB renk modeli

#6D7E7B color RGB value is (109,126,123).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 126 of 255 = 49%
B 123 of 255 = 48%

109
126
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 126 + 123 = 358 (100%)
R 109 of 358 ~ 30.45%
G 126 of 358 ~ 35.2%
B 123 of 358 ~ 34.36%

%30.45
%35.2
%34.36

CMYK RENK MODELİ

#6D7E7B rengi CMYK tonu (13,0,2,51).

  • camgöbeği tonu 13.49%
  • eflatun tonu 0.00%
  • sarı tonu 2.38%
  • ana renk tonu 50.59%
CMYK:
(13,0,2,51)
C13M0Y2K51 
(13%,0%,2%,51%)
(0.13/0.00/0.02/0.51)	

CMYK yüzdeleri

%13.49
%0
%2.38
%50.59

Codes

Color #6D7E7B in popluar color models

6D7E7B
RGB109126123
HSL169°7.23%46.08%
HSB/HSV169°13.49%49.41%
CMYK13.49%0.00%2.38%
50.59%

Color #6D7E7B in popluar number systems.

HEX6D7E7B
Decimal109126123
Binary110110111111101111011
Octal155176173

Shades and tints

Shades of #6D7E7B

#6D7E7B
(109,126,123)
#647370
(100,115,112)
#5B6865
(91,104,101)
#525D5A
(82,93,90)
#49524F
(73,82,79)
#404744
(64,71,68)
#373C39
(55,60,57)
#2E312E
(46,49,46)
#252623
(37,38,35)
#1C1B18
(28,27,24)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #6D7E7B

#6D7E7B
(109,126,123)
#7A8987
(122,137,135)
#879493
(135,148,147)
#949F9F
(148,159,159)
#A1AAAB
(161,170,171)
#AEB5B7
(174,181,183)
#BBC0C3
(187,192,195)
#C8CBCF
(200,203,207)
#D5D6DB
(213,214,219)
#E2E1E7
(226,225,231)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7E7B; }

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

This text font color is #6D7E7B.


Background Color

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

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

This div background color is #6D7E7B.


Border color

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

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

This div border color is #6D7E7B.


Opacity

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

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

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

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

This text has shadow with #6D7E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7E7B on black background.


Color preview on white background

This text has color #6D7E7B on white background.



Black color preview on #6D7E7B background

This text has black color on #6D7E7B background.


White color preview on #6D7E7B background

This text has white color on #6D7E7B background.