COLOR #6D9DC4

HEX: #6D9DC4
RGB: (109,157,196)

Renk bilgisi

#6D9DC4 contains mainly green and blue colors. #6D9DC4 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6D9DC4 color RGB value is (109,157,196).

  • kırmız ton 109;
  • yeşil ton 157;
  • mavi ton 196.
RGB:
(109,157,196)
(43%,62%,77%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 157 of 255 = 62%
B 196 of 255 = 77%

109
157
196

R + G + B ~ 61%. #6D9DC4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 157 + 196 = 462 (100%)
R 109 of 462 ~ 23.59%
G 157 of 462 ~ 33.98%
B 196 of 462 ~ 42.42%

%23.59
%33.98
%42.42

CMYK RENK MODELİ

#6D9DC4 rengi CMYK tonu (44,20,0,23).

  • camgöbeği tonu 44.39%
  • eflatun tonu 19.90%
  • sarı tonu 0.00%
  • ana renk tonu 23.14%
CMYK:
(44,20,0,23)
C44M20Y0K23 
(44%,20%,0%,23%)
(0.44/0.20/0.00/0.23)	

CMYK yüzdeleri

%44.39
%19.9
%0
%23.14

Codes

Color #6D9DC4 in popluar color models

6D9DC4
RGB109157196
HSL207°42.44%59.80%
HSB/HSV207°44.39%76.86%
CMYK44.39%19.90%0.00%
23.14%

Color #6D9DC4 in popluar number systems.

HEX6D9DC4
Decimal109157196
Binary11011011001110111000100
Octal155235304

Shades and tints

Shades of #6D9DC4

#6D9DC4
(109,157,196)
#648FB3
(100,143,179)
#5B81A2
(91,129,162)
#527391
(82,115,145)
#496580
(73,101,128)
#40576F
(64,87,111)
#37495E
(55,73,94)
#2E3B4D
(46,59,77)
#252D3C
(37,45,60)
#1C1F2B
(28,31,43)
#13111A
(19,17,26)
#000000
(0,0,0)

Tints of #6D9DC4

#6D9DC4
(109,157,196)
#7AA5C9
(122,165,201)
#87ADCE
(135,173,206)
#94B5D3
(148,181,211)
#A1BDD8
(161,189,216)
#AEC5DD
(174,197,221)
#BBCDE2
(187,205,226)
#C8D5E7
(200,213,231)
#D5DDEC
(213,221,236)
#E2E5F1
(226,229,241)
#EFEDF6
(239,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9DC4 color. Also use rgb(109,157,196) instead hex code.

Text Font Color

.myTextColor { color: #6D9DC4; }

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

This text font color is #6D9DC4.


Background Color

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

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

This div background color is #6D9DC4.


Border color

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

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

This div border color is #6D9DC4.


Opacity

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

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

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

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

This text has shadow with #6D9DC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9DC4 on black background.


Color preview on white background

This text has color #6D9DC4 on white background.



Black color preview on #6D9DC4 background

This text has black color on #6D9DC4 background.


White color preview on #6D9DC4 background

This text has white color on #6D9DC4 background.