COLOR #6E94E4

HEX: #6E94E4
RGB: (110,148,228)

Renk bilgisi

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

RGB renk modeli

#6E94E4 color RGB value is (110,148,228).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 148 of 255 = 58%
B 228 of 255 = 89%

110
148
228

R + G + B ~ 63%. #6E94E4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 148 + 228 = 486 (100%)
R 110 of 486 ~ 22.63%
G 148 of 486 ~ 30.45%
B 228 of 486 ~ 46.91%

%22.63
%30.45
%46.91

CMYK RENK MODELİ

#6E94E4 rengi CMYK tonu (52,35,0,11).

  • camgöbeği tonu 51.75%
  • eflatun tonu 35.09%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(52,35,0,11)
C52M35Y0K11 
(52%,35%,0%,11%)
(0.52/0.35/0.00/0.11)	

CMYK yüzdeleri

%51.75
%35.09
%0
%10.59

Codes

Color #6E94E4 in popluar color models

6E94E4
RGB110148228
HSL221°68.60%66.27%
HSB/HSV221°51.75%89.41%
CMYK51.75%35.09%0.00%
10.59%

Color #6E94E4 in popluar number systems.

HEX6E94E4
Decimal110148228
Binary11011101001010011100100
Octal156224344

Shades and tints

Shades of #6E94E4

#6E94E4
(110,148,228)
#6487D0
(100,135,208)
#5A7ABC
(90,122,188)
#506DA8
(80,109,168)
#466094
(70,96,148)
#3C5380
(60,83,128)
#32466C
(50,70,108)
#283958
(40,57,88)
#1E2C44
(30,44,68)
#141F30
(20,31,48)
#0A121C
(10,18,28)
#000000
(0,0,0)

Tints of #6E94E4

#6E94E4
(110,148,228)
#7B9DE6
(123,157,230)
#88A6E8
(136,166,232)
#95AFEA
(149,175,234)
#A2B8EC
(162,184,236)
#AFC1EE
(175,193,238)
#BCCAF0
(188,202,240)
#C9D3F2
(201,211,242)
#D6DCF4
(214,220,244)
#E3E5F6
(227,229,246)
#F0EEF8
(240,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E94E4; }

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

This text font color is #6E94E4.


Background Color

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

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

This div background color is #6E94E4.


Border color

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

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

This div border color is #6E94E4.


Opacity

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

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

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

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

This text has shadow with #6E94E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E94E4 on black background.


Color preview on white background

This text has color #6E94E4 on white background.



Black color preview on #6E94E4 background

This text has black color on #6E94E4 background.


White color preview on #6E94E4 background

This text has white color on #6E94E4 background.