COLOR #6EA1E2

HEX: #6EA1E2
RGB: (110,161,226)

Renk bilgisi

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

RGB renk modeli

#6EA1E2 color RGB value is (110,161,226).

  • kırmız ton 110;
  • yeşil ton 161;
  • mavi ton 226.
RGB:
(110,161,226)
(43%,63%,89%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 161 of 255 = 63%
B 226 of 255 = 89%

110
161
226

R + G + B ~ 65%. #6EA1E2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 161 + 226 = 497 (100%)
R 110 of 497 ~ 22.13%
G 161 of 497 ~ 32.39%
B 226 of 497 ~ 45.47%

%22.13
%32.39
%45.47

CMYK RENK MODELİ

#6EA1E2 rengi CMYK tonu (51,29,0,11).

  • camgöbeği tonu 51.33%
  • eflatun tonu 28.76%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(51,29,0,11)
C51M29Y0K11 
(51%,29%,0%,11%)
(0.51/0.29/0.00/0.11)	

CMYK yüzdeleri

%51.33
%28.76
%0
%11.37

Codes

Color #6EA1E2 in popluar color models

6EA1E2
RGB110161226
HSL214°66.67%65.88%
HSB/HSV214°51.33%88.63%
CMYK51.33%28.76%0.00%
11.37%

Color #6EA1E2 in popluar number systems.

HEX6EA1E2
Decimal110161226
Binary11011101010000111100010
Octal156241342

Shades and tints

Shades of #6EA1E2

#6EA1E2
(110,161,226)
#6493CE
(100,147,206)
#5A85BA
(90,133,186)
#5077A6
(80,119,166)
#466992
(70,105,146)
#3C5B7E
(60,91,126)
#324D6A
(50,77,106)
#283F56
(40,63,86)
#1E3142
(30,49,66)
#14232E
(20,35,46)
#0A151A
(10,21,26)
#000000
(0,0,0)

Tints of #6EA1E2

#6EA1E2
(110,161,226)
#7BA9E4
(123,169,228)
#88B1E6
(136,177,230)
#95B9E8
(149,185,232)
#A2C1EA
(162,193,234)
#AFC9EC
(175,201,236)
#BCD1EE
(188,209,238)
#C9D9F0
(201,217,240)
#D6E1F2
(214,225,242)
#E3E9F4
(227,233,244)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA1E2 color. Also use rgb(110,161,226) instead hex code.

Text Font Color

.myTextColor { color: #6EA1E2; }

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

This text font color is #6EA1E2.


Background Color

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

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

This div background color is #6EA1E2.


Border color

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

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

This div border color is #6EA1E2.


Opacity

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

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

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

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

This text has shadow with #6EA1E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA1E2 on black background.


Color preview on white background

This text has color #6EA1E2 on white background.



Black color preview on #6EA1E2 background

This text has black color on #6EA1E2 background.


White color preview on #6EA1E2 background

This text has white color on #6EA1E2 background.