COLOR #6AD6E8

HEX: #6AD6E8
RGB: (106,214,232)

Renk bilgisi

#6AD6E8 contains mainly green and blue colors. #6AD6E8 ‘ nin web güvenlik rengi #66CCFF (ya da #6CF) dir.

RGB renk modeli

#6AD6E8 color RGB value is (106,214,232).

  • kırmız ton 106;
  • yeşil ton 214;
  • mavi ton 232.
RGB:
(106,214,232)
(42%,84%,91%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 214 of 255 = 84%
B 232 of 255 = 91%

106
214
232

R + G + B ~ 72%. #6AD6E8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 214 + 232 = 552 (100%)
R 106 of 552 ~ 19.2%
G 214 of 552 ~ 38.77%
B 232 of 552 ~ 42.03%

%19.2
%38.77
%42.03

CMYK RENK MODELİ

#6AD6E8 rengi CMYK tonu (54,8,0,9).

  • camgöbeği tonu 54.31%
  • eflatun tonu 7.76%
  • sarı tonu 0.00%
  • ana renk tonu 9.02%
CMYK:
(54,8,0,9)
C54M8Y0K9 
(54%,8%,0%,9%)
(0.54/0.08/0.00/0.09)	

CMYK yüzdeleri

%54.31
%7.76
%0
%9.02

Codes

Color #6AD6E8 in popluar color models

6AD6E8
RGB106214232
HSL189°73.26%66.27%
HSB/HSV189°54.31%90.98%
CMYK54.31%7.76%0.00%
9.02%

Color #6AD6E8 in popluar number systems.

HEX6AD6E8
Decimal106214232
Binary11010101101011011101000
Octal152326350

Shades and tints

Shades of #6AD6E8

#6AD6E8
(106,214,232)
#61C3D3
(97,195,211)
#58B0BE
(88,176,190)
#4F9DA9
(79,157,169)
#468A94
(70,138,148)
#3D777F
(61,119,127)
#34646A
(52,100,106)
#2B5155
(43,81,85)
#223E40
(34,62,64)
#192B2B
(25,43,43)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #6AD6E8

#6AD6E8
(106,214,232)
#77D9EA
(119,217,234)
#84DCEC
(132,220,236)
#91DFEE
(145,223,238)
#9EE2F0
(158,226,240)
#ABE5F2
(171,229,242)
#B8E8F4
(184,232,244)
#C5EBF6
(197,235,246)
#D2EEF8
(210,238,248)
#DFF1FA
(223,241,250)
#ECF4FC
(236,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AD6E8 color. Also use rgb(106,214,232) instead hex code.

Text Font Color

.myTextColor { color: #6AD6E8; }

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

This text font color is #6AD6E8.


Background Color

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

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

This div background color is #6AD6E8.


Border color

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

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

This div border color is #6AD6E8.


Opacity

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

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

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

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

This text has shadow with #6AD6E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AD6E8 on black background.


Color preview on white background

This text has color #6AD6E8 on white background.



Black color preview on #6AD6E8 background

This text has black color on #6AD6E8 background.


White color preview on #6AD6E8 background

This text has white color on #6AD6E8 background.