COLOR #61A0E4

HEX: #61A0E4
RGB: (97,160,228)

Color info

#61A0E4 contains mainly blue color. Web safe color of #61A0E4 is #6699CC (or #69C).

RGB color model

#61A0E4 color RGB value is (97,160,228).

  • red value is 97;
  • green value is 160;
  • blue value is 228.
RGB:
(97,160,228)
(38%,63%,89%)

RGB channels and saturation

R 97 of 255 = 38%
G 160 of 255 = 63%
B 228 of 255 = 89%

97
160
228

R + G + B ~ 63%. #61A0E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
97 + 160 + 228 = 485 (100%)
R 97 of 485 ~ 20%
G 160 of 485 ~ 32.99%
B 228 of 485 ~ 47.01%

%20
%32.99
%47.01

CMYK color model

#61A0E4 color CMYK value is (57,30,0,11).

  • cyan value is 57.46%
  • magenta value is 29.82%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(57,30,0,11)
C57M30Y0K11 
(57%,30%,0%,11%)
(0.57/0.30/0.00/0.11)	

CMYK percentages

%57.46
%29.82
%0
%10.59

Codes

Color #61A0E4 in popluar color models

61A0E4
RGB97160228
HSL211°70.81%63.73%
HSB/HSV211°57.46%89.41%
CMYK57.46%29.82%0.00%
10.59%

Color #61A0E4 in popluar number systems.

HEX61A0E4
Decimal97160228
Binary11000011010000011100100
Octal141240344

Shades and tints

Shades of #61A0E4

#61A0E4
(97,160,228)
#5992D0
(89,146,208)
#5184BC
(81,132,188)
#4976A8
(73,118,168)
#416894
(65,104,148)
#395A80
(57,90,128)
#314C6C
(49,76,108)
#293E58
(41,62,88)
#213044
(33,48,68)
#192230
(25,34,48)
#11141C
(17,20,28)
#000000
(0,0,0)

Tints of #61A0E4

#61A0E4
(97,160,228)
#6FA8E6
(111,168,230)
#7DB0E8
(125,176,232)
#8BB8EA
(139,184,234)
#99C0EC
(153,192,236)
#A7C8EE
(167,200,238)
#B5D0F0
(181,208,240)
#C3D8F2
(195,216,242)
#D1E0F4
(209,224,244)
#DFE8F6
(223,232,246)
#EDF0F8
(237,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61A0E4 color. Also use rgb(97,160,228) instead hex code.

Text Font Color

.myTextColor { color: #61A0E4; }

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

This text font color is #61A0E4.


Background Color

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

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

This div background color is #61A0E4.


Border color

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

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

This div border color is #61A0E4.


Opacity

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

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

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

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

This text has shadow with #61A0E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61A0E4 on black background.


Color preview on white background

This text has color #61A0E4 on white background.



Black color preview on #61A0E4 background

This text has black color on #61A0E4 background.


White color preview on #61A0E4 background

This text has white color on #61A0E4 background.