COLOR #6EA5FD

HEX: #6EA5FD
RGB: (110,165,253)

Renk bilgisi

#6EA5FD contains mainly blue color. #6EA5FD ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#6EA5FD color RGB value is (110,165,253).

  • kırmız ton 110;
  • yeşil ton 165;
  • mavi ton 253.
RGB:
(110,165,253)
(43%,65%,99%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 165 of 255 = 65%
B 253 of 255 = 99%

110
165
253

R + G + B ~ 69%. #6EA5FD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 165 + 253 = 528 (100%)
R 110 of 528 ~ 20.83%
G 165 of 528 ~ 31.25%
B 253 of 528 ~ 47.92%

%20.83
%31.25
%47.92

CMYK RENK MODELİ

#6EA5FD rengi CMYK tonu (57,35,0,1).

  • camgöbeği tonu 56.52%
  • eflatun tonu 34.78%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(57,35,0,1)
C57M35Y0K1 
(57%,35%,0%,1%)
(0.57/0.35/0.00/0.01)	

CMYK yüzdeleri

%56.52
%34.78
%0
%0.78

Codes

Color #6EA5FD in popluar color models

6EA5FD
RGB110165253
HSL217°97.28%71.18%
HSB/HSV217°56.52%99.22%
CMYK56.52%34.78%0.00%
0.78%

Color #6EA5FD in popluar number systems.

HEX6EA5FD
Decimal110165253
Binary11011101010010111111101
Octal156245375

Shades and tints

Shades of #6EA5FD

#6EA5FD
(110,165,253)
#6496E6
(100,150,230)
#5A87CF
(90,135,207)
#5078B8
(80,120,184)
#4669A1
(70,105,161)
#3C5A8A
(60,90,138)
#324B73
(50,75,115)
#283C5C
(40,60,92)
#1E2D45
(30,45,69)
#141E2E
(20,30,46)
#0A0F17
(10,15,23)
#000000
(0,0,0)

Tints of #6EA5FD

#6EA5FD
(110,165,253)
#7BADFD
(123,173,253)
#88B5FD
(136,181,253)
#95BDFD
(149,189,253)
#A2C5FD
(162,197,253)
#AFCDFD
(175,205,253)
#BCD5FD
(188,213,253)
#C9DDFD
(201,221,253)
#D6E5FD
(214,229,253)
#E3EDFD
(227,237,253)
#F0F5FD
(240,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA5FD color. Also use rgb(110,165,253) instead hex code.

Text Font Color

.myTextColor { color: #6EA5FD; }

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

This text font color is #6EA5FD.


Background Color

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

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

This div background color is #6EA5FD.


Border color

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

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

This div border color is #6EA5FD.


Opacity

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

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

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

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

This text has shadow with #6EA5FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA5FD on black background.


Color preview on white background

This text has color #6EA5FD on white background.



Black color preview on #6EA5FD background

This text has black color on #6EA5FD background.


White color preview on #6EA5FD background

This text has white color on #6EA5FD background.