COLOR #6D96B7

HEX: #6D96B7
RGB: (109,150,183)

Renk bilgisi

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

RGB renk modeli

#6D96B7 color RGB value is (109,150,183).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 150 of 255 = 59%
B 183 of 255 = 72%

109
150
183

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 150 + 183 = 442 (100%)
R 109 of 442 ~ 24.66%
G 150 of 442 ~ 33.94%
B 183 of 442 ~ 41.4%

%24.66
%33.94
%41.4

CMYK RENK MODELİ

#6D96B7 rengi CMYK tonu (40,18,0,28).

  • camgöbeği tonu 40.44%
  • eflatun tonu 18.03%
  • sarı tonu 0.00%
  • ana renk tonu 28.24%
CMYK:
(40,18,0,28)
C40M18Y0K28 
(40%,18%,0%,28%)
(0.40/0.18/0.00/0.28)	

CMYK yüzdeleri

%40.44
%18.03
%0
%28.24

Codes

Color #6D96B7 in popluar color models

6D96B7
RGB109150183
HSL207°33.94%57.25%
HSB/HSV207°40.44%71.76%
CMYK40.44%18.03%0.00%
28.24%

Color #6D96B7 in popluar number systems.

HEX6D96B7
Decimal109150183
Binary11011011001011010110111
Octal155226267

Shades and tints

Shades of #6D96B7

#6D96B7
(109,150,183)
#6489A7
(100,137,167)
#5B7C97
(91,124,151)
#526F87
(82,111,135)
#496277
(73,98,119)
#405567
(64,85,103)
#374857
(55,72,87)
#2E3B47
(46,59,71)
#252E37
(37,46,55)
#1C2127
(28,33,39)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #6D96B7

#6D96B7
(109,150,183)
#7A9FBD
(122,159,189)
#87A8C3
(135,168,195)
#94B1C9
(148,177,201)
#A1BACF
(161,186,207)
#AEC3D5
(174,195,213)
#BBCCDB
(187,204,219)
#C8D5E1
(200,213,225)
#D5DEE7
(213,222,231)
#E2E7ED
(226,231,237)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D96B7; }

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

This text font color is #6D96B7.


Background Color

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

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

This div background color is #6D96B7.


Border color

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

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

This div border color is #6D96B7.


Opacity

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

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

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

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

This text has shadow with #6D96B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D96B7 on black background.


Color preview on white background

This text has color #6D96B7 on white background.



Black color preview on #6D96B7 background

This text has black color on #6D96B7 background.


White color preview on #6D96B7 background

This text has white color on #6D96B7 background.