COLOR #61B6DA

HEX: #61B6DA
RGB: (97,182,218)

Renk bilgisi

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

RGB renk modeli

#61B6DA color RGB value is (97,182,218).

  • kırmız ton 97;
  • yeşil ton 182;
  • mavi ton 218.
RGB:
(97,182,218)
(38%,71%,85%)

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 182 of 255 = 71%
B 218 of 255 = 85%

97
182
218

R + G + B ~ 65%. #61B6DA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 182 + 218 = 497 (100%)
R 97 of 497 ~ 19.52%
G 182 of 497 ~ 36.62%
B 218 of 497 ~ 43.86%

%19.52
%36.62
%43.86

CMYK RENK MODELİ

#61B6DA rengi CMYK tonu (56,17,0,15).

  • camgöbeği tonu 55.50%
  • eflatun tonu 16.51%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(56,17,0,15)
C56M17Y0K15 
(56%,17%,0%,15%)
(0.56/0.17/0.00/0.15)	

CMYK yüzdeleri

%55.5
%16.51
%0
%14.51

Codes

Color #61B6DA in popluar color models

61B6DA
RGB97182218
HSL198°62.05%61.76%
HSB/HSV198°55.50%85.49%
CMYK55.50%16.51%0.00%
14.51%

Color #61B6DA in popluar number systems.

HEX61B6DA
Decimal97182218
Binary11000011011011011011010
Octal141266332

Shades and tints

Shades of #61B6DA

#61B6DA
(97,182,218)
#59A6C7
(89,166,199)
#5196B4
(81,150,180)
#4986A1
(73,134,161)
#41768E
(65,118,142)
#39667B
(57,102,123)
#315668
(49,86,104)
#294655
(41,70,85)
#213642
(33,54,66)
#19262F
(25,38,47)
#11161C
(17,22,28)
#000000
(0,0,0)

Tints of #61B6DA

#61B6DA
(97,182,218)
#6FBCDD
(111,188,221)
#7DC2E0
(125,194,224)
#8BC8E3
(139,200,227)
#99CEE6
(153,206,230)
#A7D4E9
(167,212,233)
#B5DAEC
(181,218,236)
#C3E0EF
(195,224,239)
#D1E6F2
(209,230,242)
#DFECF5
(223,236,245)
#EDF2F8
(237,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61B6DA color. Also use rgb(97,182,218) instead hex code.

Text Font Color

.myTextColor { color: #61B6DA; }

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

This text font color is #61B6DA.


Background Color

.myBgColor { background-color: #61B6DA; }

<div style="background-color:#61B6DA">Inner text</div>

This div background color is #61B6DA.


Border color

.myBorderColor { border: 1px solid #61B6DA; }

<div style="border:3px solid #61B6DA">Div</div>

This div border color is #61B6DA.


Opacity

.myOpacity80 { color: #61B6DA; opacity: 0.8; }

<p style="color:#61B6DA;opacity:0.8;">80%</p>

Text with #61B6DA 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 #61B6DA;}

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

This text has shadow with #61B6DA color.

.textShadow {text-shadow: 3px 3px 1px #61B6DA, 3px 3px 1px red;}

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

This text has shadow with #61B6DA primary color and red secondary color.


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

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

This text has shadow with #61B6DA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61B6DA on black background.


Color preview on white background

This text has color #61B6DA on white background.



Black color preview on #61B6DA background

This text has black color on #61B6DA background.


White color preview on #61B6DA background

This text has white color on #61B6DA background.