COLOR #6AADE0

HEX: #6AADE0
RGB: (106,173,224)

Renk bilgisi

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

RGB renk modeli

#6AADE0 color RGB value is (106,173,224).

  • kırmız ton 106;
  • yeşil ton 173;
  • mavi ton 224.
RGB:
(106,173,224)
(42%,68%,88%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 173 of 255 = 68%
B 224 of 255 = 88%

106
173
224

R + G + B ~ 66%. #6AADE0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 173 + 224 = 503 (100%)
R 106 of 503 ~ 21.07%
G 173 of 503 ~ 34.39%
B 224 of 503 ~ 44.53%

%21.07
%34.39
%44.53

CMYK RENK MODELİ

#6AADE0 rengi CMYK tonu (53,23,0,12).

  • camgöbeği tonu 52.68%
  • eflatun tonu 22.77%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(53,23,0,12)
C53M23Y0K12 
(53%,23%,0%,12%)
(0.53/0.23/0.00/0.12)	

CMYK yüzdeleri

%52.68
%22.77
%0
%12.16

Codes

Color #6AADE0 in popluar color models

6AADE0
RGB106173224
HSL206°65.56%64.71%
HSB/HSV206°52.68%87.84%
CMYK52.68%22.77%0.00%
12.16%

Color #6AADE0 in popluar number systems.

HEX6AADE0
Decimal106173224
Binary11010101010110111100000
Octal152255340

Shades and tints

Shades of #6AADE0

#6AADE0
(106,173,224)
#619ECC
(97,158,204)
#588FB8
(88,143,184)
#4F80A4
(79,128,164)
#467190
(70,113,144)
#3D627C
(61,98,124)
#345368
(52,83,104)
#2B4454
(43,68,84)
#223540
(34,53,64)
#19262C
(25,38,44)
#101718
(16,23,24)
#000000
(0,0,0)

Tints of #6AADE0

#6AADE0
(106,173,224)
#77B4E2
(119,180,226)
#84BBE4
(132,187,228)
#91C2E6
(145,194,230)
#9EC9E8
(158,201,232)
#ABD0EA
(171,208,234)
#B8D7EC
(184,215,236)
#C5DEEE
(197,222,238)
#D2E5F0
(210,229,240)
#DFECF2
(223,236,242)
#ECF3F4
(236,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AADE0 color. Also use rgb(106,173,224) instead hex code.

Text Font Color

.myTextColor { color: #6AADE0; }

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

This text font color is #6AADE0.


Background Color

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

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

This div background color is #6AADE0.


Border color

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

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

This div border color is #6AADE0.


Opacity

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

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

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

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

This text has shadow with #6AADE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AADE0 on black background.


Color preview on white background

This text has color #6AADE0 on white background.



Black color preview on #6AADE0 background

This text has black color on #6AADE0 background.


White color preview on #6AADE0 background

This text has white color on #6AADE0 background.