COLOR #6AC6E0

HEX: #6AC6E0
RGB: (106,198,224)

Renk bilgisi

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

RGB renk modeli

#6AC6E0 color RGB value is (106,198,224).

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

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 198 of 255 = 78%
B 224 of 255 = 88%

106
198
224

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 198 + 224 = 528 (100%)
R 106 of 528 ~ 20.08%
G 198 of 528 ~ 37.5%
B 224 of 528 ~ 42.42%

%20.08
%37.5
%42.42

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%52.68
%11.61
%0
%12.16

Codes

Color #6AC6E0 in popluar color models

6AC6E0
RGB106198224
HSL193°65.56%64.71%
HSB/HSV193°52.68%87.84%
CMYK52.68%11.61%0.00%
12.16%

Color #6AC6E0 in popluar number systems.

HEX6AC6E0
Decimal106198224
Binary11010101100011011100000
Octal152306340

Shades and tints

Shades of #6AC6E0

#6AC6E0
(106,198,224)
#61B4CC
(97,180,204)
#58A2B8
(88,162,184)
#4F90A4
(79,144,164)
#467E90
(70,126,144)
#3D6C7C
(61,108,124)
#345A68
(52,90,104)
#2B4854
(43,72,84)
#223640
(34,54,64)
#19242C
(25,36,44)
#101218
(16,18,24)
#000000
(0,0,0)

Tints of #6AC6E0

#6AC6E0
(106,198,224)
#77CBE2
(119,203,226)
#84D0E4
(132,208,228)
#91D5E6
(145,213,230)
#9EDAE8
(158,218,232)
#ABDFEA
(171,223,234)
#B8E4EC
(184,228,236)
#C5E9EE
(197,233,238)
#D2EEF0
(210,238,240)
#DFF3F2
(223,243,242)
#ECF8F4
(236,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AC6E0; }

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

This text font color is #6AC6E0.


Background Color

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

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

This div background color is #6AC6E0.


Border color

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

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

This div border color is #6AC6E0.


Opacity

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

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

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

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

This text has shadow with #6AC6E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AC6E0 on black background.


Color preview on white background

This text has color #6AC6E0 on white background.



Black color preview on #6AC6E0 background

This text has black color on #6AC6E0 background.


White color preview on #6AC6E0 background

This text has white color on #6AC6E0 background.