COLOR #6D8998

HEX: #6D8998
RGB: (109,137,152)

Renk bilgisi

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

RGB renk modeli

#6D8998 color RGB value is (109,137,152).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 137 of 255 = 54%
B 152 of 255 = 60%

109
137
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 137 + 152 = 398 (100%)
R 109 of 398 ~ 27.39%
G 137 of 398 ~ 34.42%
B 152 of 398 ~ 38.19%

%27.39
%34.42
%38.19

CMYK RENK MODELİ

#6D8998 rengi CMYK tonu (28,10,0,40).

  • camgöbeği tonu 28.29%
  • eflatun tonu 9.87%
  • sarı tonu 0.00%
  • ana renk tonu 40.39%
CMYK:
(28,10,0,40)
C28M10Y0K40 
(28%,10%,0%,40%)
(0.28/0.10/0.00/0.40)	

CMYK yüzdeleri

%28.29
%9.87
%0
%40.39

Codes

Color #6D8998 in popluar color models

6D8998
RGB109137152
HSL201°17.27%51.18%
HSB/HSV201°28.29%59.61%
CMYK28.29%9.87%0.00%
40.39%

Color #6D8998 in popluar number systems.

HEX6D8998
Decimal109137152
Binary11011011000100110011000
Octal155211230

Shades and tints

Shades of #6D8998

#6D8998
(109,137,152)
#647D8B
(100,125,139)
#5B717E
(91,113,126)
#526571
(82,101,113)
#495964
(73,89,100)
#404D57
(64,77,87)
#37414A
(55,65,74)
#2E353D
(46,53,61)
#252930
(37,41,48)
#1C1D23
(28,29,35)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #6D8998

#6D8998
(109,137,152)
#7A93A1
(122,147,161)
#879DAA
(135,157,170)
#94A7B3
(148,167,179)
#A1B1BC
(161,177,188)
#AEBBC5
(174,187,197)
#BBC5CE
(187,197,206)
#C8CFD7
(200,207,215)
#D5D9E0
(213,217,224)
#E2E3E9
(226,227,233)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8998; }

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

This text font color is #6D8998.


Background Color

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

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

This div background color is #6D8998.


Border color

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

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

This div border color is #6D8998.


Opacity

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

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

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

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

This text has shadow with #6D8998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8998 on black background.


Color preview on white background

This text has color #6D8998 on white background.



Black color preview on #6D8998 background

This text has black color on #6D8998 background.


White color preview on #6D8998 background

This text has white color on #6D8998 background.