COLOR #6D7C85

HEX: #6D7C85
RGB: (109,124,133)

Renk bilgisi

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

RGB renk modeli

#6D7C85 color RGB value is (109,124,133).

  • kırmız ton 109;
  • yeşil ton 124;
  • mavi ton 133.
RGB:
(109,124,133)
(43%,49%,52%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 124 of 255 = 49%
B 133 of 255 = 52%

109
124
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 124 + 133 = 366 (100%)
R 109 of 366 ~ 29.78%
G 124 of 366 ~ 33.88%
B 133 of 366 ~ 36.34%

%29.78
%33.88
%36.34

CMYK RENK MODELİ

#6D7C85 rengi CMYK tonu (18,7,0,48).

  • camgöbeği tonu 18.05%
  • eflatun tonu 6.77%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(18,7,0,48)
C18M7Y0K48 
(18%,7%,0%,48%)
(0.18/0.07/0.00/0.48)	

CMYK yüzdeleri

%18.05
%6.77
%0
%47.84

Codes

Color #6D7C85 in popluar color models

6D7C85
RGB109124133
HSL203°9.92%47.45%
HSB/HSV203°18.05%52.16%
CMYK18.05%6.77%0.00%
47.84%

Color #6D7C85 in popluar number systems.

HEX6D7C85
Decimal109124133
Binary1101101111110010000101
Octal155174205

Shades and tints

Shades of #6D7C85

#6D7C85
(109,124,133)
#647179
(100,113,121)
#5B666D
(91,102,109)
#525B61
(82,91,97)
#495055
(73,80,85)
#404549
(64,69,73)
#373A3D
(55,58,61)
#2E2F31
(46,47,49)
#252425
(37,36,37)
#1C1919
(28,25,25)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #6D7C85

#6D7C85
(109,124,133)
#7A8790
(122,135,144)
#87929B
(135,146,155)
#949DA6
(148,157,166)
#A1A8B1
(161,168,177)
#AEB3BC
(174,179,188)
#BBBEC7
(187,190,199)
#C8C9D2
(200,201,210)
#D5D4DD
(213,212,221)
#E2DFE8
(226,223,232)
#EFEAF3
(239,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7C85 color. Also use rgb(109,124,133) instead hex code.

Text Font Color

.myTextColor { color: #6D7C85; }

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

This text font color is #6D7C85.


Background Color

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

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

This div background color is #6D7C85.


Border color

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

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

This div border color is #6D7C85.


Opacity

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

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

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

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

This text has shadow with #6D7C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7C85 on black background.


Color preview on white background

This text has color #6D7C85 on white background.



Black color preview on #6D7C85 background

This text has black color on #6D7C85 background.


White color preview on #6D7C85 background

This text has white color on #6D7C85 background.