COLOR #6D6677

HEX: #6D6677
RGB: (109,102,119)

Renk bilgisi

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

RGB renk modeli

#6D6677 color RGB value is (109,102,119).

  • kırmız ton 109;
  • yeşil ton 102;
  • mavi ton 119.
RGB:
(109,102,119)
(43%,40%,47%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 102 of 255 = 40%
B 119 of 255 = 47%

109
102
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 102 + 119 = 330 (100%)
R 109 of 330 ~ 33.03%
G 102 of 330 ~ 30.91%
B 119 of 330 ~ 36.06%

%33.03
%30.91
%36.06

CMYK RENK MODELİ

#6D6677 rengi CMYK tonu (8,14,0,53).

  • camgöbeği tonu 8.40%
  • eflatun tonu 14.29%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(8,14,0,53)
C8M14Y0K53 
(8%,14%,0%,53%)
(0.08/0.14/0.00/0.53)	

CMYK yüzdeleri

%8.4
%14.29
%0
%53.33

Codes

Color #6D6677 in popluar color models

6D6677
RGB109102119
HSL265°7.69%43.33%
HSB/HSV265°14.29%46.67%
CMYK8.40%14.29%0.00%
53.33%

Color #6D6677 in popluar number systems.

HEX6D6677
Decimal109102119
Binary110110111001101110111
Octal155146167

Shades and tints

Shades of #6D6677

#6D6677
(109,102,119)
#645D6D
(100,93,109)
#5B5463
(91,84,99)
#524B59
(82,75,89)
#49424F
(73,66,79)
#403945
(64,57,69)
#37303B
(55,48,59)
#2E2731
(46,39,49)
#251E27
(37,30,39)
#1C151D
(28,21,29)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #6D6677

#6D6677
(109,102,119)
#7A7383
(122,115,131)
#87808F
(135,128,143)
#948D9B
(148,141,155)
#A19AA7
(161,154,167)
#AEA7B3
(174,167,179)
#BBB4BF
(187,180,191)
#C8C1CB
(200,193,203)
#D5CED7
(213,206,215)
#E2DBE3
(226,219,227)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6677; }

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

This text font color is #6D6677.


Background Color

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

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

This div background color is #6D6677.


Border color

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

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

This div border color is #6D6677.


Opacity

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

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

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

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

This text has shadow with #6D6677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6677 on black background.


Color preview on white background

This text has color #6D6677 on white background.



Black color preview on #6D6677 background

This text has black color on #6D6677 background.


White color preview on #6D6677 background

This text has white color on #6D6677 background.