COLOR #6E94D7

HEX: #6E94D7
RGB: (110,148,215)

Renk bilgisi

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

RGB renk modeli

#6E94D7 color RGB value is (110,148,215).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 148 of 255 = 58%
B 215 of 255 = 84%

110
148
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 148 + 215 = 473 (100%)
R 110 of 473 ~ 23.26%
G 148 of 473 ~ 31.29%
B 215 of 473 ~ 45.45%

%23.26
%31.29
%45.45

CMYK RENK MODELİ

#6E94D7 rengi CMYK tonu (49,31,0,16).

  • camgöbeği tonu 48.84%
  • eflatun tonu 31.16%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(49,31,0,16)
C49M31Y0K16 
(49%,31%,0%,16%)
(0.49/0.31/0.00/0.16)	

CMYK yüzdeleri

%48.84
%31.16
%0
%15.69

Codes

Color #6E94D7 in popluar color models

6E94D7
RGB110148215
HSL218°56.76%63.73%
HSB/HSV218°48.84%84.31%
CMYK48.84%31.16%0.00%
15.69%

Color #6E94D7 in popluar number systems.

HEX6E94D7
Decimal110148215
Binary11011101001010011010111
Octal156224327

Shades and tints

Shades of #6E94D7

#6E94D7
(110,148,215)
#6487C4
(100,135,196)
#5A7AB1
(90,122,177)
#506D9E
(80,109,158)
#46608B
(70,96,139)
#3C5378
(60,83,120)
#324665
(50,70,101)
#283952
(40,57,82)
#1E2C3F
(30,44,63)
#141F2C
(20,31,44)
#0A1219
(10,18,25)
#000000
(0,0,0)

Tints of #6E94D7

#6E94D7
(110,148,215)
#7B9DDA
(123,157,218)
#88A6DD
(136,166,221)
#95AFE0
(149,175,224)
#A2B8E3
(162,184,227)
#AFC1E6
(175,193,230)
#BCCAE9
(188,202,233)
#C9D3EC
(201,211,236)
#D6DCEF
(214,220,239)
#E3E5F2
(227,229,242)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E94D7; }

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

This text font color is #6E94D7.


Background Color

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

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

This div background color is #6E94D7.


Border color

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

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

This div border color is #6E94D7.


Opacity

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

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

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

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

This text has shadow with #6E94D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E94D7 on black background.


Color preview on white background

This text has color #6E94D7 on white background.



Black color preview on #6E94D7 background

This text has black color on #6E94D7 background.


White color preview on #6E94D7 background

This text has white color on #6E94D7 background.