COLOR #6D8889

HEX: #6D8889
RGB: (109,136,137)

Renk bilgisi

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

RGB renk modeli

#6D8889 color RGB value is (109,136,137).

  • kırmız ton 109;
  • yeşil ton 136;
  • mavi ton 137.
RGB:
(109,136,137)
(43%,53%,54%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 136 of 255 = 53%
B 137 of 255 = 54%

109
136
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 136 + 137 = 382 (100%)
R 109 of 382 ~ 28.53%
G 136 of 382 ~ 35.6%
B 137 of 382 ~ 35.86%

%28.53
%35.6
%35.86

CMYK RENK MODELİ

#6D8889 rengi CMYK tonu (20,1,0,46).

  • camgöbeği tonu 20.44%
  • eflatun tonu 0.73%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(20,1,0,46)
C20M1Y0K46 
(20%,1%,0%,46%)
(0.20/0.01/0.00/0.46)	

CMYK yüzdeleri

%20.44
%0.73
%0
%46.27

Codes

Color #6D8889 in popluar color models

6D8889
RGB109136137
HSL182°11.38%48.24%
HSB/HSV182°20.44%53.73%
CMYK20.44%0.73%0.00%
46.27%

Color #6D8889 in popluar number systems.

HEX6D8889
Decimal109136137
Binary11011011000100010001001
Octal155210211

Shades and tints

Shades of #6D8889

#6D8889
(109,136,137)
#647C7D
(100,124,125)
#5B7071
(91,112,113)
#526465
(82,100,101)
#495859
(73,88,89)
#404C4D
(64,76,77)
#374041
(55,64,65)
#2E3435
(46,52,53)
#252829
(37,40,41)
#1C1C1D
(28,28,29)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #6D8889

#6D8889
(109,136,137)
#7A9293
(122,146,147)
#879C9D
(135,156,157)
#94A6A7
(148,166,167)
#A1B0B1
(161,176,177)
#AEBABB
(174,186,187)
#BBC4C5
(187,196,197)
#C8CECF
(200,206,207)
#D5D8D9
(213,216,217)
#E2E2E3
(226,226,227)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8889 color. Also use rgb(109,136,137) instead hex code.

Text Font Color

.myTextColor { color: #6D8889; }

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

This text font color is #6D8889.


Background Color

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

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

This div background color is #6D8889.


Border color

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

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

This div border color is #6D8889.


Opacity

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

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

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

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

This text has shadow with #6D8889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8889 on black background.


Color preview on white background

This text has color #6D8889 on white background.



Black color preview on #6D8889 background

This text has black color on #6D8889 background.


White color preview on #6D8889 background

This text has white color on #6D8889 background.