COLOR #6D7084

HEX: #6D7084
RGB: (109,112,132)

Renk bilgisi

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

RGB renk modeli

#6D7084 color RGB value is (109,112,132).

  • kırmız ton 109;
  • yeşil ton 112;
  • mavi ton 132.
RGB:
(109,112,132)
(43%,44%,52%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 112 of 255 = 44%
B 132 of 255 = 52%

109
112
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 112 + 132 = 353 (100%)
R 109 of 353 ~ 30.88%
G 112 of 353 ~ 31.73%
B 132 of 353 ~ 37.39%

%30.88
%31.73
%37.39

CMYK RENK MODELİ

#6D7084 rengi CMYK tonu (17,15,0,48).

  • camgöbeği tonu 17.42%
  • eflatun tonu 15.15%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(17,15,0,48)
C17M15Y0K48 
(17%,15%,0%,48%)
(0.17/0.15/0.00/0.48)	

CMYK yüzdeleri

%17.42
%15.15
%0
%48.24

Codes

Color #6D7084 in popluar color models

6D7084
RGB109112132
HSL232°9.54%47.25%
HSB/HSV232°17.42%51.76%
CMYK17.42%15.15%0.00%
48.24%

Color #6D7084 in popluar number systems.

HEX6D7084
Decimal109112132
Binary1101101111000010000100
Octal155160204

Shades and tints

Shades of #6D7084

#6D7084
(109,112,132)
#646678
(100,102,120)
#5B5C6C
(91,92,108)
#525260
(82,82,96)
#494854
(73,72,84)
#403E48
(64,62,72)
#37343C
(55,52,60)
#2E2A30
(46,42,48)
#252024
(37,32,36)
#1C1618
(28,22,24)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #6D7084

#6D7084
(109,112,132)
#7A7D8F
(122,125,143)
#878A9A
(135,138,154)
#9497A5
(148,151,165)
#A1A4B0
(161,164,176)
#AEB1BB
(174,177,187)
#BBBEC6
(187,190,198)
#C8CBD1
(200,203,209)
#D5D8DC
(213,216,220)
#E2E5E7
(226,229,231)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7084 color. Also use rgb(109,112,132) instead hex code.

Text Font Color

.myTextColor { color: #6D7084; }

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

This text font color is #6D7084.


Background Color

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

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

This div background color is #6D7084.


Border color

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

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

This div border color is #6D7084.


Opacity

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

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

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

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

This text has shadow with #6D7084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7084 on black background.


Color preview on white background

This text has color #6D7084 on white background.



Black color preview on #6D7084 background

This text has black color on #6D7084 background.


White color preview on #6D7084 background

This text has white color on #6D7084 background.