COLOR #6D677E

HEX: #6D677E
RGB: (109,103,126)

Renk bilgisi

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

RGB renk modeli

#6D677E color RGB value is (109,103,126).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 103 of 255 = 40%
B 126 of 255 = 49%

109
103
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 103 + 126 = 338 (100%)
R 109 of 338 ~ 32.25%
G 103 of 338 ~ 30.47%
B 126 of 338 ~ 37.28%

%32.25
%30.47
%37.28

CMYK RENK MODELİ

#6D677E rengi CMYK tonu (13,18,0,51).

  • camgöbeği tonu 13.49%
  • eflatun tonu 18.25%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(13,18,0,51)
C13M18Y0K51 
(13%,18%,0%,51%)
(0.13/0.18/0.00/0.51)	

CMYK yüzdeleri

%13.49
%18.25
%0
%50.59

Codes

Color #6D677E in popluar color models

6D677E
RGB109103126
HSL256°10.04%44.90%
HSB/HSV256°18.25%49.41%
CMYK13.49%18.25%0.00%
50.59%

Color #6D677E in popluar number systems.

HEX6D677E
Decimal109103126
Binary110110111001111111110
Octal155147176

Shades and tints

Shades of #6D677E

#6D677E
(109,103,126)
#645E73
(100,94,115)
#5B5568
(91,85,104)
#524C5D
(82,76,93)
#494352
(73,67,82)
#403A47
(64,58,71)
#37313C
(55,49,60)
#2E2831
(46,40,49)
#251F26
(37,31,38)
#1C161B
(28,22,27)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #6D677E

#6D677E
(109,103,126)
#7A7489
(122,116,137)
#878194
(135,129,148)
#948E9F
(148,142,159)
#A19BAA
(161,155,170)
#AEA8B5
(174,168,181)
#BBB5C0
(187,181,192)
#C8C2CB
(200,194,203)
#D5CFD6
(213,207,214)
#E2DCE1
(226,220,225)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D677E; }

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

This text font color is #6D677E.


Background Color

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

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

This div background color is #6D677E.


Border color

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

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

This div border color is #6D677E.


Opacity

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

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

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

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

This text has shadow with #6D677E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D677E on black background.


Color preview on white background

This text has color #6D677E on white background.



Black color preview on #6D677E background

This text has black color on #6D677E background.


White color preview on #6D677E background

This text has white color on #6D677E background.