COLOR #6ABDF4

HEX: #6ABDF4
RGB: (106,189,244)

Renk bilgisi

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

RGB renk modeli

#6ABDF4 color RGB value is (106,189,244).

  • kırmız ton 106;
  • yeşil ton 189;
  • mavi ton 244.
RGB:
(106,189,244)
(42%,74%,96%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 189 of 255 = 74%
B 244 of 255 = 96%

106
189
244

R + G + B ~ 71%. #6ABDF4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 189 + 244 = 539 (100%)
R 106 of 539 ~ 19.67%
G 189 of 539 ~ 35.06%
B 244 of 539 ~ 45.27%

%19.67
%35.06
%45.27

CMYK RENK MODELİ

#6ABDF4 rengi CMYK tonu (57,23,0,4).

  • camgöbeği tonu 56.56%
  • eflatun tonu 22.54%
  • sarı tonu 0.00%
  • ana renk tonu 4.31%
CMYK:
(57,23,0,4)
C57M23Y0K4 
(57%,23%,0%,4%)
(0.57/0.23/0.00/0.04)	

CMYK yüzdeleri

%56.56
%22.54
%0
%4.31

Codes

Color #6ABDF4 in popluar color models

6ABDF4
RGB106189244
HSL204°86.25%68.63%
HSB/HSV204°56.56%95.69%
CMYK56.56%22.54%0.00%
4.31%

Color #6ABDF4 in popluar number systems.

HEX6ABDF4
Decimal106189244
Binary11010101011110111110100
Octal152275364

Shades and tints

Shades of #6ABDF4

#6ABDF4
(106,189,244)
#61ACDE
(97,172,222)
#589BC8
(88,155,200)
#4F8AB2
(79,138,178)
#46799C
(70,121,156)
#3D6886
(61,104,134)
#345770
(52,87,112)
#2B465A
(43,70,90)
#223544
(34,53,68)
#19242E
(25,36,46)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #6ABDF4

#6ABDF4
(106,189,244)
#77C3F5
(119,195,245)
#84C9F6
(132,201,246)
#91CFF7
(145,207,247)
#9ED5F8
(158,213,248)
#ABDBF9
(171,219,249)
#B8E1FA
(184,225,250)
#C5E7FB
(197,231,251)
#D2EDFC
(210,237,252)
#DFF3FD
(223,243,253)
#ECF9FE
(236,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ABDF4 color. Also use rgb(106,189,244) instead hex code.

Text Font Color

.myTextColor { color: #6ABDF4; }

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

This text font color is #6ABDF4.


Background Color

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

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

This div background color is #6ABDF4.


Border color

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

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

This div border color is #6ABDF4.


Opacity

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

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

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

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

This text has shadow with #6ABDF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ABDF4 on black background.


Color preview on white background

This text has color #6ABDF4 on white background.



Black color preview on #6ABDF4 background

This text has black color on #6ABDF4 background.


White color preview on #6ABDF4 background

This text has white color on #6ABDF4 background.