COLOR #6D96E7

HEX: #6D96E7
RGB: (109,150,231)

Renk bilgisi

#6D96E7 contains mainly blue color. #6D96E7 ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#6D96E7 color RGB value is (109,150,231).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 150 of 255 = 59%
B 231 of 255 = 91%

109
150
231

R + G + B ~ 64%. #6D96E7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 150 + 231 = 490 (100%)
R 109 of 490 ~ 22.24%
G 150 of 490 ~ 30.61%
B 231 of 490 ~ 47.14%

%22.24
%30.61
%47.14

CMYK RENK MODELİ

#6D96E7 rengi CMYK tonu (53,35,0,9).

  • camgöbeği tonu 52.81%
  • eflatun tonu 35.06%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(53,35,0,9)
C53M35Y0K9 
(53%,35%,0%,9%)
(0.53/0.35/0.00/0.09)	

CMYK yüzdeleri

%52.81
%35.06
%0
%9.41

Codes

Color #6D96E7 in popluar color models

6D96E7
RGB109150231
HSL220°71.76%66.67%
HSB/HSV220°52.81%90.59%
CMYK52.81%35.06%0.00%
9.41%

Color #6D96E7 in popluar number systems.

HEX6D96E7
Decimal109150231
Binary11011011001011011100111
Octal155226347

Shades and tints

Shades of #6D96E7

#6D96E7
(109,150,231)
#6489D2
(100,137,210)
#5B7CBD
(91,124,189)
#526FA8
(82,111,168)
#496293
(73,98,147)
#40557E
(64,85,126)
#374869
(55,72,105)
#2E3B54
(46,59,84)
#252E3F
(37,46,63)
#1C212A
(28,33,42)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #6D96E7

#6D96E7
(109,150,231)
#7A9FE9
(122,159,233)
#87A8EB
(135,168,235)
#94B1ED
(148,177,237)
#A1BAEF
(161,186,239)
#AEC3F1
(174,195,241)
#BBCCF3
(187,204,243)
#C8D5F5
(200,213,245)
#D5DEF7
(213,222,247)
#E2E7F9
(226,231,249)
#EFF0FB
(239,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D96E7; }

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

This text font color is #6D96E7.


Background Color

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

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

This div background color is #6D96E7.


Border color

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

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

This div border color is #6D96E7.


Opacity

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

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

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

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

This text has shadow with #6D96E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D96E7 on black background.


Color preview on white background

This text has color #6D96E7 on white background.



Black color preview on #6D96E7 background

This text has black color on #6D96E7 background.


White color preview on #6D96E7 background

This text has white color on #6D96E7 background.