COLOR #6D9197

HEX: #6D9197
RGB: (109,145,151)

Renk bilgisi

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

RGB renk modeli

#6D9197 color RGB value is (109,145,151).

  • kırmız ton 109;
  • yeşil ton 145;
  • mavi ton 151.
RGB:
(109,145,151)
(43%,57%,59%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 145 of 255 = 57%
B 151 of 255 = 59%

109
145
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 145 + 151 = 405 (100%)
R 109 of 405 ~ 26.91%
G 145 of 405 ~ 35.8%
B 151 of 405 ~ 37.28%

%26.91
%35.8
%37.28

CMYK RENK MODELİ

#6D9197 rengi CMYK tonu (28,4,0,41).

  • camgöbeği tonu 27.81%
  • eflatun tonu 3.97%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(28,4,0,41)
C28M4Y0K41 
(28%,4%,0%,41%)
(0.28/0.04/0.00/0.41)	

CMYK yüzdeleri

%27.81
%3.97
%0
%40.78

Codes

Color #6D9197 in popluar color models

6D9197
RGB109145151
HSL189°16.80%50.98%
HSB/HSV189°27.81%59.22%
CMYK27.81%3.97%0.00%
40.78%

Color #6D9197 in popluar number systems.

HEX6D9197
Decimal109145151
Binary11011011001000110010111
Octal155221227

Shades and tints

Shades of #6D9197

#6D9197
(109,145,151)
#64848A
(100,132,138)
#5B777D
(91,119,125)
#526A70
(82,106,112)
#495D63
(73,93,99)
#405056
(64,80,86)
#374349
(55,67,73)
#2E363C
(46,54,60)
#25292F
(37,41,47)
#1C1C22
(28,28,34)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #6D9197

#6D9197
(109,145,151)
#7A9BA0
(122,155,160)
#87A5A9
(135,165,169)
#94AFB2
(148,175,178)
#A1B9BB
(161,185,187)
#AEC3C4
(174,195,196)
#BBCDCD
(187,205,205)
#C8D7D6
(200,215,214)
#D5E1DF
(213,225,223)
#E2EBE8
(226,235,232)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9197 color. Also use rgb(109,145,151) instead hex code.

Text Font Color

.myTextColor { color: #6D9197; }

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

This text font color is #6D9197.


Background Color

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

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

This div background color is #6D9197.


Border color

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

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

This div border color is #6D9197.


Opacity

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

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

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

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

This text has shadow with #6D9197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9197 on black background.


Color preview on white background

This text has color #6D9197 on white background.



Black color preview on #6D9197 background

This text has black color on #6D9197 background.


White color preview on #6D9197 background

This text has white color on #6D9197 background.