COLOR #6AB1E5

HEX: #6AB1E5
RGB: (106,177,229)

Renk bilgisi

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

RGB renk modeli

#6AB1E5 color RGB value is (106,177,229).

  • kırmız ton 106;
  • yeşil ton 177;
  • mavi ton 229.
RGB:
(106,177,229)
(42%,69%,90%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 177 of 255 = 69%
B 229 of 255 = 90%

106
177
229

R + G + B ~ 67%. #6AB1E5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 177 + 229 = 512 (100%)
R 106 of 512 ~ 20.7%
G 177 of 512 ~ 34.57%
B 229 of 512 ~ 44.73%

%20.7
%34.57
%44.73

CMYK RENK MODELİ

#6AB1E5 rengi CMYK tonu (54,23,0,10).

  • camgöbeği tonu 53.71%
  • eflatun tonu 22.71%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(54,23,0,10)
C54M23Y0K10 
(54%,23%,0%,10%)
(0.54/0.23/0.00/0.10)	

CMYK yüzdeleri

%53.71
%22.71
%0
%10.2

Codes

Color #6AB1E5 in popluar color models

6AB1E5
RGB106177229
HSL205°70.29%65.69%
HSB/HSV205°53.71%89.80%
CMYK53.71%22.71%0.00%
10.20%

Color #6AB1E5 in popluar number systems.

HEX6AB1E5
Decimal106177229
Binary11010101011000111100101
Octal152261345

Shades and tints

Shades of #6AB1E5

#6AB1E5
(106,177,229)
#61A1D1
(97,161,209)
#5891BD
(88,145,189)
#4F81A9
(79,129,169)
#467195
(70,113,149)
#3D6181
(61,97,129)
#34516D
(52,81,109)
#2B4159
(43,65,89)
#223145
(34,49,69)
#192131
(25,33,49)
#10111D
(16,17,29)
#000000
(0,0,0)

Tints of #6AB1E5

#6AB1E5
(106,177,229)
#77B8E7
(119,184,231)
#84BFE9
(132,191,233)
#91C6EB
(145,198,235)
#9ECDED
(158,205,237)
#ABD4EF
(171,212,239)
#B8DBF1
(184,219,241)
#C5E2F3
(197,226,243)
#D2E9F5
(210,233,245)
#DFF0F7
(223,240,247)
#ECF7F9
(236,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB1E5 color. Also use rgb(106,177,229) instead hex code.

Text Font Color

.myTextColor { color: #6AB1E5; }

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

This text font color is #6AB1E5.


Background Color

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

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

This div background color is #6AB1E5.


Border color

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

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

This div border color is #6AB1E5.


Opacity

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

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

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

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

This text has shadow with #6AB1E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB1E5 on black background.


Color preview on white background

This text has color #6AB1E5 on white background.



Black color preview on #6AB1E5 background

This text has black color on #6AB1E5 background.


White color preview on #6AB1E5 background

This text has white color on #6AB1E5 background.