COLOR #6D9ABA

HEX: #6D9ABA
RGB: (109,154,186)

Renk bilgisi

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

RGB renk modeli

#6D9ABA color RGB value is (109,154,186).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 154 of 255 = 60%
B 186 of 255 = 73%

109
154
186

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 154 + 186 = 449 (100%)
R 109 of 449 ~ 24.28%
G 154 of 449 ~ 34.3%
B 186 of 449 ~ 41.43%

%24.28
%34.3
%41.43

CMYK RENK MODELİ

#6D9ABA rengi CMYK tonu (41,17,0,27).

  • camgöbeği tonu 41.40%
  • eflatun tonu 17.20%
  • sarı tonu 0.00%
  • ana renk tonu 27.06%
CMYK:
(41,17,0,27)
C41M17Y0K27 
(41%,17%,0%,27%)
(0.41/0.17/0.00/0.27)	

CMYK yüzdeleri

%41.4
%17.2
%0
%27.06

Codes

Color #6D9ABA in popluar color models

6D9ABA
RGB109154186
HSL205°35.81%57.84%
HSB/HSV205°41.40%72.94%
CMYK41.40%17.20%0.00%
27.06%

Color #6D9ABA in popluar number systems.

HEX6D9ABA
Decimal109154186
Binary11011011001101010111010
Octal155232272

Shades and tints

Shades of #6D9ABA

#6D9ABA
(109,154,186)
#648CAA
(100,140,170)
#5B7E9A
(91,126,154)
#52708A
(82,112,138)
#49627A
(73,98,122)
#40546A
(64,84,106)
#37465A
(55,70,90)
#2E384A
(46,56,74)
#252A3A
(37,42,58)
#1C1C2A
(28,28,42)
#130E1A
(19,14,26)
#000000
(0,0,0)

Tints of #6D9ABA

#6D9ABA
(109,154,186)
#7AA3C0
(122,163,192)
#87ACC6
(135,172,198)
#94B5CC
(148,181,204)
#A1BED2
(161,190,210)
#AEC7D8
(174,199,216)
#BBD0DE
(187,208,222)
#C8D9E4
(200,217,228)
#D5E2EA
(213,226,234)
#E2EBF0
(226,235,240)
#EFF4F6
(239,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9ABA; }

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

This text font color is #6D9ABA.


Background Color

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

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

This div background color is #6D9ABA.


Border color

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

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

This div border color is #6D9ABA.


Opacity

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

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

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

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

This text has shadow with #6D9ABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9ABA on black background.


Color preview on white background

This text has color #6D9ABA on white background.



Black color preview on #6D9ABA background

This text has black color on #6D9ABA background.


White color preview on #6D9ABA background

This text has white color on #6D9ABA background.