COLOR #6D9699

HEX: #6D9699
RGB: (109,150,153)

Renk bilgisi

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

RGB renk modeli

#6D9699 color RGB value is (109,150,153).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 150 of 255 = 59%
B 153 of 255 = 60%

109
150
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 150 + 153 = 412 (100%)
R 109 of 412 ~ 26.46%
G 150 of 412 ~ 36.41%
B 153 of 412 ~ 37.14%

%26.46
%36.41
%37.14

CMYK RENK MODELİ

#6D9699 rengi CMYK tonu (29,2,0,40).

  • camgöbeği tonu 28.76%
  • eflatun tonu 1.96%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(29,2,0,40)
C29M2Y0K40 
(29%,2%,0%,40%)
(0.29/0.02/0.00/0.40)	

CMYK yüzdeleri

%28.76
%1.96
%0
%40

Codes

Color #6D9699 in popluar color models

6D9699
RGB109150153
HSL184°17.74%51.37%
HSB/HSV184°28.76%60.00%
CMYK28.76%1.96%0.00%
40.00%

Color #6D9699 in popluar number systems.

HEX6D9699
Decimal109150153
Binary11011011001011010011001
Octal155226231

Shades and tints

Shades of #6D9699

#6D9699
(109,150,153)
#64898C
(100,137,140)
#5B7C7F
(91,124,127)
#526F72
(82,111,114)
#496265
(73,98,101)
#405558
(64,85,88)
#37484B
(55,72,75)
#2E3B3E
(46,59,62)
#252E31
(37,46,49)
#1C2124
(28,33,36)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #6D9699

#6D9699
(109,150,153)
#7A9FA2
(122,159,162)
#87A8AB
(135,168,171)
#94B1B4
(148,177,180)
#A1BABD
(161,186,189)
#AEC3C6
(174,195,198)
#BBCCCF
(187,204,207)
#C8D5D8
(200,213,216)
#D5DEE1
(213,222,225)
#E2E7EA
(226,231,234)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9699; }

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

This text font color is #6D9699.


Background Color

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

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

This div background color is #6D9699.


Border color

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

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

This div border color is #6D9699.


Opacity

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

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

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

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

This text has shadow with #6D9699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9699 on black background.


Color preview on white background

This text has color #6D9699 on white background.



Black color preview on #6D9699 background

This text has black color on #6D9699 background.


White color preview on #6D9699 background

This text has white color on #6D9699 background.