COLOR #61898E

HEX: #61898E
RGB: (97,137,142)

Color info

#61898E contains red, green and blue colors in about the same proportion. Web safe color of #61898E is #669999 (or #699).

RGB color model

#61898E color RGB value is (97,137,142).

  • red value is 97;
  • green value is 137;
  • blue value is 142.
RGB:
(97,137,142)
(38%,54%,56%)

RGB channels and saturation

R 97 of 255 = 38%
G 137 of 255 = 54%
B 142 of 255 = 56%

97
137
142

R + G + B ~ 49%. #61898E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 137 + 142 = 376 (100%)
R 97 of 376 ~ 25.8%
G 137 of 376 ~ 36.44%
B 142 of 376 ~ 37.77%

%25.8
%36.44
%37.77

CMYK color model

#61898E color CMYK value is (32,4,0,44).

  • cyan value is 31.69%
  • magenta value is 3.52%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(32,4,0,44)
C32M4Y0K44 
(32%,4%,0%,44%)
(0.32/0.04/0.00/0.44)	

CMYK percentages

%31.69
%3.52
%0
%44.31

Codes

Color #61898E in popluar color models

61898E
RGB97137142
HSL187°18.83%46.86%
HSB/HSV187°31.69%55.69%
CMYK31.69%3.52%0.00%
44.31%

Color #61898E in popluar number systems.

HEX61898E
Decimal97137142
Binary11000011000100110001110
Octal141211216

Shades and tints

Shades of #61898E

#61898E
(97,137,142)
#597D82
(89,125,130)
#517176
(81,113,118)
#49656A
(73,101,106)
#41595E
(65,89,94)
#394D52
(57,77,82)
#314146
(49,65,70)
#29353A
(41,53,58)
#21292E
(33,41,46)
#191D22
(25,29,34)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #61898E

#61898E
(97,137,142)
#6F9398
(111,147,152)
#7D9DA2
(125,157,162)
#8BA7AC
(139,167,172)
#99B1B6
(153,177,182)
#A7BBC0
(167,187,192)
#B5C5CA
(181,197,202)
#C3CFD4
(195,207,212)
#D1D9DE
(209,217,222)
#DFE3E8
(223,227,232)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61898E color. Also use rgb(97,137,142) instead hex code.

Text Font Color

.myTextColor { color: #61898E; }

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

This text font color is #61898E.


Background Color

.myBgColor { background-color: #61898E; }

<div style="background-color:#61898E">Inner text</div>

This div background color is #61898E.


Border color

.myBorderColor { border: 1px solid #61898E; }

<div style="border:3px solid #61898E">Div</div>

This div border color is #61898E.


Opacity

.myOpacity80 { color: #61898E; opacity: 0.8; }

<p style="color:#61898E;opacity:0.8;">80%</p>

Text with #61898E 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 #61898E;}

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

This text has shadow with #61898E color.

.textShadow {text-shadow: 3px 3px 1px #61898E, 3px 3px 1px red;}

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

This text has shadow with #61898E primary color and red secondary color.


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

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

This text has shadow with #61898E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61898E on black background.


Color preview on white background

This text has color #61898E on white background.



Black color preview on #61898E background

This text has black color on #61898E background.


White color preview on #61898E background

This text has white color on #61898E background.