COLOR #61759E

HEX: #61759E
RGB: (97,117,158)

Color info

#61759E contains mainly green and blue colors. Web safe color of #61759E is #666699 (or #669).

RGB color model

#61759E color RGB value is (97,117,158).

  • red value is 97;
  • green value is 117;
  • blue value is 158.
RGB:
(97,117,158)
(38%,46%,62%)

RGB channels and saturation

R 97 of 255 = 38%
G 117 of 255 = 46%
B 158 of 255 = 62%

97
117
158

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

Portions of RGB colors in percentages

R + G + B =
97 + 117 + 158 = 372 (100%)
R 97 of 372 ~ 26.08%
G 117 of 372 ~ 31.45%
B 158 of 372 ~ 42.47%

%26.08
%31.45
%42.47

CMYK color model

#61759E color CMYK value is (39,26,0,38).

  • cyan value is 38.61%
  • magenta value is 25.95%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(39,26,0,38)
C39M26Y0K38 
(39%,26%,0%,38%)
(0.39/0.26/0.00/0.38)	

CMYK percentages

%38.61
%25.95
%0
%38.04

Codes

Color #61759E in popluar color models

61759E
RGB97117158
HSL220°23.92%50.00%
HSB/HSV220°38.61%61.96%
CMYK38.61%25.95%0.00%
38.04%

Color #61759E in popluar number systems.

HEX61759E
Decimal97117158
Binary1100001111010110011110
Octal141165236

Shades and tints

Shades of #61759E

#61759E
(97,117,158)
#596B90
(89,107,144)
#516182
(81,97,130)
#495774
(73,87,116)
#414D66
(65,77,102)
#394358
(57,67,88)
#31394A
(49,57,74)
#292F3C
(41,47,60)
#21252E
(33,37,46)
#191B20
(25,27,32)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #61759E

#61759E
(97,117,158)
#6F81A6
(111,129,166)
#7D8DAE
(125,141,174)
#8B99B6
(139,153,182)
#99A5BE
(153,165,190)
#A7B1C6
(167,177,198)
#B5BDCE
(181,189,206)
#C3C9D6
(195,201,214)
#D1D5DE
(209,213,222)
#DFE1E6
(223,225,230)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61759E color. Also use rgb(97,117,158) instead hex code.

Text Font Color

.myTextColor { color: #61759E; }

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

This text font color is #61759E.


Background Color

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

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

This div background color is #61759E.


Border color

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

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

This div border color is #61759E.


Opacity

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

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

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

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

This text has shadow with #61759E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61759E on black background.


Color preview on white background

This text has color #61759E on white background.



Black color preview on #61759E background

This text has black color on #61759E background.


White color preview on #61759E background

This text has white color on #61759E background.