COLOR #6D8199

HEX: #6D8199
RGB: (109,129,153)

Renk bilgisi

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

RGB renk modeli

#6D8199 color RGB value is (109,129,153).

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

RGB bağlantıları ve doygunluk

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

109
129
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 129 + 153 = 391 (100%)
R 109 of 391 ~ 27.88%
G 129 of 391 ~ 32.99%
B 153 of 391 ~ 39.13%

%27.88
%32.99
%39.13

CMYK RENK MODELİ

#6D8199 rengi CMYK tonu (29,16,0,40).

  • camgöbeği tonu 28.76%
  • eflatun tonu 15.69%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(29,16,0,40)
C29M16Y0K40 
(29%,16%,0%,40%)
(0.29/0.16/0.00/0.40)	

CMYK yüzdeleri

%28.76
%15.69
%0
%40

Codes

Color #6D8199 in popluar color models

6D8199
RGB109129153
HSL213°17.74%51.37%
HSB/HSV213°28.76%60.00%
CMYK28.76%15.69%0.00%
40.00%

Color #6D8199 in popluar number systems.

HEX6D8199
Decimal109129153
Binary11011011000000110011001
Octal155201231

Shades and tints

Shades of #6D8199

#6D8199
(109,129,153)
#64768C
(100,118,140)
#5B6B7F
(91,107,127)
#526072
(82,96,114)
#495565
(73,85,101)
#404A58
(64,74,88)
#373F4B
(55,63,75)
#2E343E
(46,52,62)
#252931
(37,41,49)
#1C1E24
(28,30,36)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #6D8199

#6D8199
(109,129,153)
#7A8CA2
(122,140,162)
#8797AB
(135,151,171)
#94A2B4
(148,162,180)
#A1ADBD
(161,173,189)
#AEB8C6
(174,184,198)
#BBC3CF
(187,195,207)
#C8CED8
(200,206,216)
#D5D9E1
(213,217,225)
#E2E4EA
(226,228,234)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8199; }

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

This text font color is #6D8199.


Background Color

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

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

This div background color is #6D8199.


Border color

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

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

This div border color is #6D8199.


Opacity

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

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

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

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

This text has shadow with #6D8199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8199 on black background.


Color preview on white background

This text has color #6D8199 on white background.



Black color preview on #6D8199 background

This text has black color on #6D8199 background.


White color preview on #6D8199 background

This text has white color on #6D8199 background.