COLOR #6D8198

HEX: #6D8198
RGB: (109,129,152)

Renk bilgisi

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

RGB renk modeli

#6D8198 color RGB value is (109,129,152).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 129 of 255 = 51%
B 152 of 255 = 60%

109
129
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 129 + 152 = 390 (100%)
R 109 of 390 ~ 27.95%
G 129 of 390 ~ 33.08%
B 152 of 390 ~ 38.97%

%27.95
%33.08
%38.97

CMYK RENK MODELİ

#6D8198 rengi CMYK tonu (28,15,0,40).

  • camgöbeği tonu 28.29%
  • eflatun tonu 15.13%
  • sarı tonu 0.00%
  • ana renk tonu 40.39%
CMYK:
(28,15,0,40)
C28M15Y0K40 
(28%,15%,0%,40%)
(0.28/0.15/0.00/0.40)	

CMYK yüzdeleri

%28.29
%15.13
%0
%40.39

Codes

Color #6D8198 in popluar color models

6D8198
RGB109129152
HSL212°17.27%51.18%
HSB/HSV212°28.29%59.61%
CMYK28.29%15.13%0.00%
40.39%

Color #6D8198 in popluar number systems.

HEX6D8198
Decimal109129152
Binary11011011000000110011000
Octal155201230

Shades and tints

Shades of #6D8198

#6D8198
(109,129,152)
#64768B
(100,118,139)
#5B6B7E
(91,107,126)
#526071
(82,96,113)
#495564
(73,85,100)
#404A57
(64,74,87)
#373F4A
(55,63,74)
#2E343D
(46,52,61)
#252930
(37,41,48)
#1C1E23
(28,30,35)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #6D8198

#6D8198
(109,129,152)
#7A8CA1
(122,140,161)
#8797AA
(135,151,170)
#94A2B3
(148,162,179)
#A1ADBC
(161,173,188)
#AEB8C5
(174,184,197)
#BBC3CE
(187,195,206)
#C8CED7
(200,206,215)
#D5D9E0
(213,217,224)
#E2E4E9
(226,228,233)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8198; }

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

This text font color is #6D8198.


Background Color

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

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

This div background color is #6D8198.


Border color

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

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

This div border color is #6D8198.


Opacity

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

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

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

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

This text has shadow with #6D8198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8198 on black background.


Color preview on white background

This text has color #6D8198 on white background.



Black color preview on #6D8198 background

This text has black color on #6D8198 background.


White color preview on #6D8198 background

This text has white color on #6D8198 background.