COLOR #6EB8CA

HEX: #6EB8CA
RGB: (110,184,202)

Renk bilgisi

#6EB8CA contains mainly green and blue colors. #6EB8CA ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#6EB8CA color RGB value is (110,184,202).

  • kırmız ton 110;
  • yeşil ton 184;
  • mavi ton 202.
RGB:
(110,184,202)
(43%,72%,79%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 184 of 255 = 72%
B 202 of 255 = 79%

110
184
202

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 184 + 202 = 496 (100%)
R 110 of 496 ~ 22.18%
G 184 of 496 ~ 37.1%
B 202 of 496 ~ 40.73%

%22.18
%37.1
%40.73

CMYK RENK MODELİ

#6EB8CA rengi CMYK tonu (46,9,0,21).

  • camgöbeği tonu 45.54%
  • eflatun tonu 8.91%
  • sarı tonu 0.00%
  • ana renk tonu 20.78%
CMYK:
(46,9,0,21)
C46M9Y0K21 
(46%,9%,0%,21%)
(0.46/0.09/0.00/0.21)	

CMYK yüzdeleri

%45.54
%8.91
%0
%20.78

Codes

Color #6EB8CA in popluar color models

6EB8CA
RGB110184202
HSL192°46.46%61.18%
HSB/HSV192°45.54%79.22%
CMYK45.54%8.91%0.00%
20.78%

Color #6EB8CA in popluar number systems.

HEX6EB8CA
Decimal110184202
Binary11011101011100011001010
Octal156270312

Shades and tints

Shades of #6EB8CA

#6EB8CA
(110,184,202)
#64A8B8
(100,168,184)
#5A98A6
(90,152,166)
#508894
(80,136,148)
#467882
(70,120,130)
#3C6870
(60,104,112)
#32585E
(50,88,94)
#28484C
(40,72,76)
#1E383A
(30,56,58)
#142828
(20,40,40)
#0A1816
(10,24,22)
#000000
(0,0,0)

Tints of #6EB8CA

#6EB8CA
(110,184,202)
#7BBECE
(123,190,206)
#88C4D2
(136,196,210)
#95CAD6
(149,202,214)
#A2D0DA
(162,208,218)
#AFD6DE
(175,214,222)
#BCDCE2
(188,220,226)
#C9E2E6
(201,226,230)
#D6E8EA
(214,232,234)
#E3EEEE
(227,238,238)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB8CA color. Also use rgb(110,184,202) instead hex code.

Text Font Color

.myTextColor { color: #6EB8CA; }

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

This text font color is #6EB8CA.


Background Color

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

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

This div background color is #6EB8CA.


Border color

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

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

This div border color is #6EB8CA.


Opacity

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

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

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

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

This text has shadow with #6EB8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EB8CA on black background.


Color preview on white background

This text has color #6EB8CA on white background.



Black color preview on #6EB8CA background

This text has black color on #6EB8CA background.


White color preview on #6EB8CA background

This text has white color on #6EB8CA background.