COLOR #6EA9D7

HEX: #6EA9D7
RGB: (110,169,215)

Renk bilgisi

#6EA9D7 contains mainly green and blue colors. #6EA9D7 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6EA9D7 color RGB value is (110,169,215).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 169 of 255 = 66%
B 215 of 255 = 84%

110
169
215

R + G + B ~ 64%. #6EA9D7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 169 + 215 = 494 (100%)
R 110 of 494 ~ 22.27%
G 169 of 494 ~ 34.21%
B 215 of 494 ~ 43.52%

%22.27
%34.21
%43.52

CMYK RENK MODELİ

#6EA9D7 rengi CMYK tonu (49,21,0,16).

  • camgöbeği tonu 48.84%
  • eflatun tonu 21.40%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(49,21,0,16)
C49M21Y0K16 
(49%,21%,0%,16%)
(0.49/0.21/0.00/0.16)	

CMYK yüzdeleri

%48.84
%21.4
%0
%15.69

Codes

Color #6EA9D7 in popluar color models

6EA9D7
RGB110169215
HSL206°56.76%63.73%
HSB/HSV206°48.84%84.31%
CMYK48.84%21.40%0.00%
15.69%

Color #6EA9D7 in popluar number systems.

HEX6EA9D7
Decimal110169215
Binary11011101010100111010111
Octal156251327

Shades and tints

Shades of #6EA9D7

#6EA9D7
(110,169,215)
#649AC4
(100,154,196)
#5A8BB1
(90,139,177)
#507C9E
(80,124,158)
#466D8B
(70,109,139)
#3C5E78
(60,94,120)
#324F65
(50,79,101)
#284052
(40,64,82)
#1E313F
(30,49,63)
#14222C
(20,34,44)
#0A1319
(10,19,25)
#000000
(0,0,0)

Tints of #6EA9D7

#6EA9D7
(110,169,215)
#7BB0DA
(123,176,218)
#88B7DD
(136,183,221)
#95BEE0
(149,190,224)
#A2C5E3
(162,197,227)
#AFCCE6
(175,204,230)
#BCD3E9
(188,211,233)
#C9DAEC
(201,218,236)
#D6E1EF
(214,225,239)
#E3E8F2
(227,232,242)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EA9D7; }

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

This text font color is #6EA9D7.


Background Color

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

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

This div background color is #6EA9D7.


Border color

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

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

This div border color is #6EA9D7.


Opacity

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

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

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

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

This text has shadow with #6EA9D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA9D7 on black background.


Color preview on white background

This text has color #6EA9D7 on white background.



Black color preview on #6EA9D7 background

This text has black color on #6EA9D7 background.


White color preview on #6EA9D7 background

This text has white color on #6EA9D7 background.