COLOR #6D8084

HEX: #6D8084
RGB: (109,128,132)

Renk bilgisi

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

RGB renk modeli

#6D8084 color RGB value is (109,128,132).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 128 of 255 = 50%
B 132 of 255 = 52%

109
128
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 128 + 132 = 369 (100%)
R 109 of 369 ~ 29.54%
G 128 of 369 ~ 34.69%
B 132 of 369 ~ 35.77%

%29.54
%34.69
%35.77

CMYK RENK MODELİ

#6D8084 rengi CMYK tonu (17,3,0,48).

  • camgöbeği tonu 17.42%
  • eflatun tonu 3.03%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(17,3,0,48)
C17M3Y0K48 
(17%,3%,0%,48%)
(0.17/0.03/0.00/0.48)	

CMYK yüzdeleri

%17.42
%3.03
%0
%48.24

Codes

Color #6D8084 in popluar color models

6D8084
RGB109128132
HSL190°9.54%47.25%
HSB/HSV190°17.42%51.76%
CMYK17.42%3.03%0.00%
48.24%

Color #6D8084 in popluar number systems.

HEX6D8084
Decimal109128132
Binary11011011000000010000100
Octal155200204

Shades and tints

Shades of #6D8084

#6D8084
(109,128,132)
#647578
(100,117,120)
#5B6A6C
(91,106,108)
#525F60
(82,95,96)
#495454
(73,84,84)
#404948
(64,73,72)
#373E3C
(55,62,60)
#2E3330
(46,51,48)
#252824
(37,40,36)
#1C1D18
(28,29,24)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #6D8084

#6D8084
(109,128,132)
#7A8B8F
(122,139,143)
#87969A
(135,150,154)
#94A1A5
(148,161,165)
#A1ACB0
(161,172,176)
#AEB7BB
(174,183,187)
#BBC2C6
(187,194,198)
#C8CDD1
(200,205,209)
#D5D8DC
(213,216,220)
#E2E3E7
(226,227,231)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8084; }

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

This text font color is #6D8084.


Background Color

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

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

This div background color is #6D8084.


Border color

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

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

This div border color is #6D8084.


Opacity

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

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

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

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

This text has shadow with #6D8084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8084 on black background.


Color preview on white background

This text has color #6D8084 on white background.



Black color preview on #6D8084 background

This text has black color on #6D8084 background.


White color preview on #6D8084 background

This text has white color on #6D8084 background.