COLOR #6D9FBA

HEX: #6D9FBA
RGB: (109,159,186)

Renk bilgisi

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

RGB renk modeli

#6D9FBA color RGB value is (109,159,186).

  • kırmız ton 109;
  • yeşil ton 159;
  • mavi ton 186.
RGB:
(109,159,186)
(43%,62%,73%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 159 of 255 = 62%
B 186 of 255 = 73%

109
159
186

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 159 + 186 = 454 (100%)
R 109 of 454 ~ 24.01%
G 159 of 454 ~ 35.02%
B 186 of 454 ~ 40.97%

%24.01
%35.02
%40.97

CMYK RENK MODELİ

#6D9FBA rengi CMYK tonu (41,15,0,27).

  • camgöbeği tonu 41.40%
  • eflatun tonu 14.52%
  • sarı tonu 0.00%
  • ana renk tonu 27.06%
CMYK:
(41,15,0,27)
C41M15Y0K27 
(41%,15%,0%,27%)
(0.41/0.15/0.00/0.27)	

CMYK yüzdeleri

%41.4
%14.52
%0
%27.06

Codes

Color #6D9FBA in popluar color models

6D9FBA
RGB109159186
HSL201°35.81%57.84%
HSB/HSV201°41.40%72.94%
CMYK41.40%14.52%0.00%
27.06%

Color #6D9FBA in popluar number systems.

HEX6D9FBA
Decimal109159186
Binary11011011001111110111010
Octal155237272

Shades and tints

Shades of #6D9FBA

#6D9FBA
(109,159,186)
#6491AA
(100,145,170)
#5B839A
(91,131,154)
#52758A
(82,117,138)
#49677A
(73,103,122)
#40596A
(64,89,106)
#374B5A
(55,75,90)
#2E3D4A
(46,61,74)
#252F3A
(37,47,58)
#1C212A
(28,33,42)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #6D9FBA

#6D9FBA
(109,159,186)
#7AA7C0
(122,167,192)
#87AFC6
(135,175,198)
#94B7CC
(148,183,204)
#A1BFD2
(161,191,210)
#AEC7D8
(174,199,216)
#BBCFDE
(187,207,222)
#C8D7E4
(200,215,228)
#D5DFEA
(213,223,234)
#E2E7F0
(226,231,240)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9FBA color. Also use rgb(109,159,186) instead hex code.

Text Font Color

.myTextColor { color: #6D9FBA; }

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

This text font color is #6D9FBA.


Background Color

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

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

This div background color is #6D9FBA.


Border color

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

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

This div border color is #6D9FBA.


Opacity

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

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

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

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

This text has shadow with #6D9FBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9FBA on black background.


Color preview on white background

This text has color #6D9FBA on white background.



Black color preview on #6D9FBA background

This text has black color on #6D9FBA background.


White color preview on #6D9FBA background

This text has white color on #6D9FBA background.