COLOR #61629B

HEX: #61629B
RGB: (97,98,155)

Color info

#61629B contains red, green and blue colors in about the same proportion. Web safe color of #61629B is #666699 (or #669).

RGB color model

#61629B color RGB value is (97,98,155).

  • red value is 97;
  • green value is 98;
  • blue value is 155.
RGB:
(97,98,155)
(38%,38%,61%)

RGB channels and saturation

R 97 of 255 = 38%
G 98 of 255 = 38%
B 155 of 255 = 61%

97
98
155

R + G + B ~ 46%. #61629B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 98 + 155 = 350 (100%)
R 97 of 350 ~ 27.71%
G 98 of 350 ~ 28%
B 155 of 350 ~ 44.29%

%27.71
%28
%44.29

CMYK color model

#61629B color CMYK value is (37,37,0,39).

  • cyan value is 37.42%
  • magenta value is 36.77%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(37,37,0,39)
C37M37Y0K39 
(37%,37%,0%,39%)
(0.37/0.37/0.00/0.39)	

CMYK percentages

%37.42
%36.77
%0
%39.22

Codes

Color #61629B in popluar color models

61629B
RGB9798155
HSL239°23.02%49.41%
HSB/HSV239°37.42%60.78%
CMYK37.42%36.77%0.00%
39.22%

Color #61629B in popluar number systems.

HEX61629B
Decimal9798155
Binary1100001110001010011011
Octal141142233

Shades and tints

Shades of #61629B

#61629B
(97,98,155)
#595A8D
(89,90,141)
#51527F
(81,82,127)
#494A71
(73,74,113)
#414263
(65,66,99)
#393A55
(57,58,85)
#313247
(49,50,71)
#292A39
(41,42,57)
#21222B
(33,34,43)
#191A1D
(25,26,29)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #61629B

#61629B
(97,98,155)
#6F70A4
(111,112,164)
#7D7EAD
(125,126,173)
#8B8CB6
(139,140,182)
#999ABF
(153,154,191)
#A7A8C8
(167,168,200)
#B5B6D1
(181,182,209)
#C3C4DA
(195,196,218)
#D1D2E3
(209,210,227)
#DFE0EC
(223,224,236)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61629B color. Also use rgb(97,98,155) instead hex code.

Text Font Color

.myTextColor { color: #61629B; }

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

This text font color is #61629B.


Background Color

.myBgColor { background-color: #61629B; }

<div style="background-color:#61629B">Inner text</div>

This div background color is #61629B.


Border color

.myBorderColor { border: 1px solid #61629B; }

<div style="border:3px solid #61629B">Div</div>

This div border color is #61629B.


Opacity

.myOpacity80 { color: #61629B; opacity: 0.8; }

<p style="color:#61629B;opacity:0.8;">80%</p>

Text with #61629B 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 #61629B;}

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

This text has shadow with #61629B color.

.textShadow {text-shadow: 3px 3px 1px #61629B, 3px 3px 1px red;}

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

This text has shadow with #61629B primary color and red secondary color.


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

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

This text has shadow with #61629B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61629B on black background.


Color preview on white background

This text has color #61629B on white background.



Black color preview on #61629B background

This text has black color on #61629B background.


White color preview on #61629B background

This text has white color on #61629B background.