COLOR #6E97D6

HEX: #6E97D6
RGB: (110,151,214)

Renk bilgisi

#6E97D6 contains mainly blue color. #6E97D6 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6E97D6 color RGB value is (110,151,214).

  • kırmız ton 110;
  • yeşil ton 151;
  • mavi ton 214.
RGB:
(110,151,214)
(43%,59%,84%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 151 of 255 = 59%
B 214 of 255 = 84%

110
151
214

R + G + B ~ 62%. #6E97D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 151 + 214 = 475 (100%)
R 110 of 475 ~ 23.16%
G 151 of 475 ~ 31.79%
B 214 of 475 ~ 45.05%

%23.16
%31.79
%45.05

CMYK RENK MODELİ

#6E97D6 rengi CMYK tonu (49,29,0,16).

  • camgöbeği tonu 48.60%
  • eflatun tonu 29.44%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(49,29,0,16)
C49M29Y0K16 
(49%,29%,0%,16%)
(0.49/0.29/0.00/0.16)	

CMYK yüzdeleri

%48.6
%29.44
%0
%16.08

Codes

Color #6E97D6 in popluar color models

6E97D6
RGB110151214
HSL216°55.91%63.53%
HSB/HSV216°48.60%83.92%
CMYK48.60%29.44%0.00%
16.08%

Color #6E97D6 in popluar number systems.

HEX6E97D6
Decimal110151214
Binary11011101001011111010110
Octal156227326

Shades and tints

Shades of #6E97D6

#6E97D6
(110,151,214)
#648AC3
(100,138,195)
#5A7DB0
(90,125,176)
#50709D
(80,112,157)
#46638A
(70,99,138)
#3C5677
(60,86,119)
#324964
(50,73,100)
#283C51
(40,60,81)
#1E2F3E
(30,47,62)
#14222B
(20,34,43)
#0A1518
(10,21,24)
#000000
(0,0,0)

Tints of #6E97D6

#6E97D6
(110,151,214)
#7BA0D9
(123,160,217)
#88A9DC
(136,169,220)
#95B2DF
(149,178,223)
#A2BBE2
(162,187,226)
#AFC4E5
(175,196,229)
#BCCDE8
(188,205,232)
#C9D6EB
(201,214,235)
#D6DFEE
(214,223,238)
#E3E8F1
(227,232,241)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E97D6 color. Also use rgb(110,151,214) instead hex code.

Text Font Color

.myTextColor { color: #6E97D6; }

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

This text font color is #6E97D6.


Background Color

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

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

This div background color is #6E97D6.


Border color

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

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

This div border color is #6E97D6.


Opacity

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

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

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

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

This text has shadow with #6E97D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E97D6 on black background.


Color preview on white background

This text has color #6E97D6 on white background.



Black color preview on #6E97D6 background

This text has black color on #6E97D6 background.


White color preview on #6E97D6 background

This text has white color on #6E97D6 background.