COLOR #6D8994

HEX: #6D8994
RGB: (109,137,148)

Renk bilgisi

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

RGB renk modeli

#6D8994 color RGB value is (109,137,148).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 137 of 255 = 54%
B 148 of 255 = 58%

109
137
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 137 + 148 = 394 (100%)
R 109 of 394 ~ 27.66%
G 137 of 394 ~ 34.77%
B 148 of 394 ~ 37.56%

%27.66
%34.77
%37.56

CMYK RENK MODELİ

#6D8994 rengi CMYK tonu (26,7,0,42).

  • camgöbeği tonu 26.35%
  • eflatun tonu 7.43%
  • sarı tonu 0.00%
  • ana renk tonu 41.96%
CMYK:
(26,7,0,42)
C26M7Y0K42 
(26%,7%,0%,42%)
(0.26/0.07/0.00/0.42)	

CMYK yüzdeleri

%26.35
%7.43
%0
%41.96

Codes

Color #6D8994 in popluar color models

6D8994
RGB109137148
HSL197°15.42%50.39%
HSB/HSV197°26.35%58.04%
CMYK26.35%7.43%0.00%
41.96%

Color #6D8994 in popluar number systems.

HEX6D8994
Decimal109137148
Binary11011011000100110010100
Octal155211224

Shades and tints

Shades of #6D8994

#6D8994
(109,137,148)
#647D87
(100,125,135)
#5B717A
(91,113,122)
#52656D
(82,101,109)
#495960
(73,89,96)
#404D53
(64,77,83)
#374146
(55,65,70)
#2E3539
(46,53,57)
#25292C
(37,41,44)
#1C1D1F
(28,29,31)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #6D8994

#6D8994
(109,137,148)
#7A939D
(122,147,157)
#879DA6
(135,157,166)
#94A7AF
(148,167,175)
#A1B1B8
(161,177,184)
#AEBBC1
(174,187,193)
#BBC5CA
(187,197,202)
#C8CFD3
(200,207,211)
#D5D9DC
(213,217,220)
#E2E3E5
(226,227,229)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8994; }

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

This text font color is #6D8994.


Background Color

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

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

This div background color is #6D8994.


Border color

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

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

This div border color is #6D8994.


Opacity

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

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

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

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

This text has shadow with #6D8994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8994 on black background.


Color preview on white background

This text has color #6D8994 on white background.



Black color preview on #6D8994 background

This text has black color on #6D8994 background.


White color preview on #6D8994 background

This text has white color on #6D8994 background.