COLOR #6D96B1

HEX: #6D96B1
RGB: (109,150,177)

Renk bilgisi

#6D96B1 contains mainly green and blue colors. #6D96B1 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#6D96B1 color RGB value is (109,150,177).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 150 of 255 = 59%
B 177 of 255 = 69%

109
150
177

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 150 + 177 = 436 (100%)
R 109 of 436 ~ 25%
G 150 of 436 ~ 34.4%
B 177 of 436 ~ 40.6%

%25
%34.4
%40.6

CMYK RENK MODELİ

#6D96B1 rengi CMYK tonu (38,15,0,31).

  • camgöbeği tonu 38.42%
  • eflatun tonu 15.25%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(38,15,0,31)
C38M15Y0K31 
(38%,15%,0%,31%)
(0.38/0.15/0.00/0.31)	

CMYK yüzdeleri

%38.42
%15.25
%0
%30.59

Codes

Color #6D96B1 in popluar color models

6D96B1
RGB109150177
HSL204°30.36%56.08%
HSB/HSV204°38.42%69.41%
CMYK38.42%15.25%0.00%
30.59%

Color #6D96B1 in popluar number systems.

HEX6D96B1
Decimal109150177
Binary11011011001011010110001
Octal155226261

Shades and tints

Shades of #6D96B1

#6D96B1
(109,150,177)
#6489A1
(100,137,161)
#5B7C91
(91,124,145)
#526F81
(82,111,129)
#496271
(73,98,113)
#405561
(64,85,97)
#374851
(55,72,81)
#2E3B41
(46,59,65)
#252E31
(37,46,49)
#1C2121
(28,33,33)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #6D96B1

#6D96B1
(109,150,177)
#7A9FB8
(122,159,184)
#87A8BF
(135,168,191)
#94B1C6
(148,177,198)
#A1BACD
(161,186,205)
#AEC3D4
(174,195,212)
#BBCCDB
(187,204,219)
#C8D5E2
(200,213,226)
#D5DEE9
(213,222,233)
#E2E7F0
(226,231,240)
#EFF0F7
(239,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D96B1; }

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

This text font color is #6D96B1.


Background Color

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

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

This div background color is #6D96B1.


Border color

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

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

This div border color is #6D96B1.


Opacity

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

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

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

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

This text has shadow with #6D96B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D96B1 on black background.


Color preview on white background

This text has color #6D96B1 on white background.



Black color preview on #6D96B1 background

This text has black color on #6D96B1 background.


White color preview on #6D96B1 background

This text has white color on #6D96B1 background.