COLOR #6D9597

HEX: #6D9597
RGB: (109,149,151)

Renk bilgisi

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

RGB renk modeli

#6D9597 color RGB value is (109,149,151).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 149 of 255 = 58%
B 151 of 255 = 59%

109
149
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 149 + 151 = 409 (100%)
R 109 of 409 ~ 26.65%
G 149 of 409 ~ 36.43%
B 151 of 409 ~ 36.92%

%26.65
%36.43
%36.92

CMYK RENK MODELİ

#6D9597 rengi CMYK tonu (28,1,0,41).

  • camgöbeği tonu 27.81%
  • eflatun tonu 1.32%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(28,1,0,41)
C28M1Y0K41 
(28%,1%,0%,41%)
(0.28/0.01/0.00/0.41)	

CMYK yüzdeleri

%27.81
%1.32
%0
%40.78

Codes

Color #6D9597 in popluar color models

6D9597
RGB109149151
HSL183°16.80%50.98%
HSB/HSV183°27.81%59.22%
CMYK27.81%1.32%0.00%
40.78%

Color #6D9597 in popluar number systems.

HEX6D9597
Decimal109149151
Binary11011011001010110010111
Octal155225227

Shades and tints

Shades of #6D9597

#6D9597
(109,149,151)
#64888A
(100,136,138)
#5B7B7D
(91,123,125)
#526E70
(82,110,112)
#496163
(73,97,99)
#405456
(64,84,86)
#374749
(55,71,73)
#2E3A3C
(46,58,60)
#252D2F
(37,45,47)
#1C2022
(28,32,34)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #6D9597

#6D9597
(109,149,151)
#7A9EA0
(122,158,160)
#87A7A9
(135,167,169)
#94B0B2
(148,176,178)
#A1B9BB
(161,185,187)
#AEC2C4
(174,194,196)
#BBCBCD
(187,203,205)
#C8D4D6
(200,212,214)
#D5DDDF
(213,221,223)
#E2E6E8
(226,230,232)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9597; }

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

This text font color is #6D9597.


Background Color

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

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

This div background color is #6D9597.


Border color

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

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

This div border color is #6D9597.


Opacity

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

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

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

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

This text has shadow with #6D9597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9597 on black background.


Color preview on white background

This text has color #6D9597 on white background.



Black color preview on #6D9597 background

This text has black color on #6D9597 background.


White color preview on #6D9597 background

This text has white color on #6D9597 background.