COLOR #6D9CA0

HEX: #6D9CA0
RGB: (109,156,160)

Renk bilgisi

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

RGB renk modeli

#6D9CA0 color RGB value is (109,156,160).

  • kırmız ton 109;
  • yeşil ton 156;
  • mavi ton 160.
RGB:
(109,156,160)
(43%,61%,63%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 156 of 255 = 61%
B 160 of 255 = 63%

109
156
160

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 156 + 160 = 425 (100%)
R 109 of 425 ~ 25.65%
G 156 of 425 ~ 36.71%
B 160 of 425 ~ 37.65%

%25.65
%36.71
%37.65

CMYK RENK MODELİ

#6D9CA0 rengi CMYK tonu (32,2,0,37).

  • camgöbeği tonu 31.88%
  • eflatun tonu 2.50%
  • sarı tonu 0.00%
  • ana renk tonu 37.25%
CMYK:
(32,2,0,37)
C32M2Y0K37 
(32%,2%,0%,37%)
(0.32/0.02/0.00/0.37)	

CMYK yüzdeleri

%31.88
%2.5
%0
%37.25

Codes

Color #6D9CA0 in popluar color models

6D9CA0
RGB109156160
HSL185°21.16%52.75%
HSB/HSV185°31.88%62.75%
CMYK31.88%2.50%0.00%
37.25%

Color #6D9CA0 in popluar number systems.

HEX6D9CA0
Decimal109156160
Binary11011011001110010100000
Octal155234240

Shades and tints

Shades of #6D9CA0

#6D9CA0
(109,156,160)
#648E92
(100,142,146)
#5B8084
(91,128,132)
#527276
(82,114,118)
#496468
(73,100,104)
#40565A
(64,86,90)
#37484C
(55,72,76)
#2E3A3E
(46,58,62)
#252C30
(37,44,48)
#1C1E22
(28,30,34)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #6D9CA0

#6D9CA0
(109,156,160)
#7AA5A8
(122,165,168)
#87AEB0
(135,174,176)
#94B7B8
(148,183,184)
#A1C0C0
(161,192,192)
#AEC9C8
(174,201,200)
#BBD2D0
(187,210,208)
#C8DBD8
(200,219,216)
#D5E4E0
(213,228,224)
#E2EDE8
(226,237,232)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9CA0 color. Also use rgb(109,156,160) instead hex code.

Text Font Color

.myTextColor { color: #6D9CA0; }

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

This text font color is #6D9CA0.


Background Color

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

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

This div background color is #6D9CA0.


Border color

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

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

This div border color is #6D9CA0.


Opacity

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

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

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

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

This text has shadow with #6D9CA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9CA0 on black background.


Color preview on white background

This text has color #6D9CA0 on white background.



Black color preview on #6D9CA0 background

This text has black color on #6D9CA0 background.


White color preview on #6D9CA0 background

This text has white color on #6D9CA0 background.