COLOR #6E94D9

HEX: #6E94D9
RGB: (110,148,217)

Renk bilgisi

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

RGB renk modeli

#6E94D9 color RGB value is (110,148,217).

  • kırmız ton 110;
  • yeşil ton 148;
  • mavi ton 217.
RGB:
(110,148,217)
(43%,58%,85%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 148 of 255 = 58%
B 217 of 255 = 85%

110
148
217

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 148 + 217 = 475 (100%)
R 110 of 475 ~ 23.16%
G 148 of 475 ~ 31.16%
B 217 of 475 ~ 45.68%

%23.16
%31.16
%45.68

CMYK RENK MODELİ

#6E94D9 rengi CMYK tonu (49,32,0,15).

  • camgöbeği tonu 49.31%
  • eflatun tonu 31.80%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(49,32,0,15)
C49M32Y0K15 
(49%,32%,0%,15%)
(0.49/0.32/0.00/0.15)	

CMYK yüzdeleri

%49.31
%31.8
%0
%14.9

Codes

Color #6E94D9 in popluar color models

6E94D9
RGB110148217
HSL219°58.47%64.12%
HSB/HSV219°49.31%85.10%
CMYK49.31%31.80%0.00%
14.90%

Color #6E94D9 in popluar number systems.

HEX6E94D9
Decimal110148217
Binary11011101001010011011001
Octal156224331

Shades and tints

Shades of #6E94D9

#6E94D9
(110,148,217)
#6487C6
(100,135,198)
#5A7AB3
(90,122,179)
#506DA0
(80,109,160)
#46608D
(70,96,141)
#3C537A
(60,83,122)
#324667
(50,70,103)
#283954
(40,57,84)
#1E2C41
(30,44,65)
#141F2E
(20,31,46)
#0A121B
(10,18,27)
#000000
(0,0,0)

Tints of #6E94D9

#6E94D9
(110,148,217)
#7B9DDC
(123,157,220)
#88A6DF
(136,166,223)
#95AFE2
(149,175,226)
#A2B8E5
(162,184,229)
#AFC1E8
(175,193,232)
#BCCAEB
(188,202,235)
#C9D3EE
(201,211,238)
#D6DCF1
(214,220,241)
#E3E5F4
(227,229,244)
#F0EEF7
(240,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E94D9 color. Also use rgb(110,148,217) instead hex code.

Text Font Color

.myTextColor { color: #6E94D9; }

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

This text font color is #6E94D9.


Background Color

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

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

This div background color is #6E94D9.


Border color

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

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

This div border color is #6E94D9.


Opacity

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

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

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

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

This text has shadow with #6E94D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E94D9 on black background.


Color preview on white background

This text has color #6E94D9 on white background.



Black color preview on #6E94D9 background

This text has black color on #6E94D9 background.


White color preview on #6E94D9 background

This text has white color on #6E94D9 background.