COLOR #61628A

HEX: #61628A
RGB: (97,98,138)

Color info

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

RGB color model

#61628A color RGB value is (97,98,138).

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

RGB channels and saturation

R 97 of 255 = 38%
G 98 of 255 = 38%
B 138 of 255 = 54%

97
98
138

R + G + B ~ 43%. #61628A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 98 + 138 = 333 (100%)
R 97 of 333 ~ 29.13%
G 98 of 333 ~ 29.43%
B 138 of 333 ~ 41.44%

%29.13
%29.43
%41.44

CMYK color model

#61628A color CMYK value is (30,29,0,46).

  • cyan value is 29.71%
  • magenta value is 28.99%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(30,29,0,46)
C30M29Y0K46 
(30%,29%,0%,46%)
(0.30/0.29/0.00/0.46)	

CMYK percentages

%29.71
%28.99
%0
%45.88

Codes

Color #61628A in popluar color models

61628A
RGB9798138
HSL239°17.45%46.08%
HSB/HSV239°29.71%54.12%
CMYK29.71%28.99%0.00%
45.88%

Color #61628A in popluar number systems.

HEX61628A
Decimal9798138
Binary1100001110001010001010
Octal141142212

Shades and tints

Shades of #61628A

#61628A
(97,98,138)
#595A7E
(89,90,126)
#515272
(81,82,114)
#494A66
(73,74,102)
#41425A
(65,66,90)
#393A4E
(57,58,78)
#313242
(49,50,66)
#292A36
(41,42,54)
#21222A
(33,34,42)
#191A1E
(25,26,30)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #61628A

#61628A
(97,98,138)
#6F7094
(111,112,148)
#7D7E9E
(125,126,158)
#8B8CA8
(139,140,168)
#999AB2
(153,154,178)
#A7A8BC
(167,168,188)
#B5B6C6
(181,182,198)
#C3C4D0
(195,196,208)
#D1D2DA
(209,210,218)
#DFE0E4
(223,224,228)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61628A color. Also use rgb(97,98,138) instead hex code.

Text Font Color

.myTextColor { color: #61628A; }

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

This text font color is #61628A.


Background Color

.myBgColor { background-color: #61628A; }

<div style="background-color:#61628A">Inner text</div>

This div background color is #61628A.


Border color

.myBorderColor { border: 1px solid #61628A; }

<div style="border:3px solid #61628A">Div</div>

This div border color is #61628A.


Opacity

.myOpacity80 { color: #61628A; opacity: 0.8; }

<p style="color:#61628A;opacity:0.8;">80%</p>

Text with #61628A 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 #61628A;}

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

This text has shadow with #61628A color.

.textShadow {text-shadow: 3px 3px 1px #61628A, 3px 3px 1px red;}

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

This text has shadow with #61628A primary color and red secondary color.


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

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

This text has shadow with #61628A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61628A on black background.


Color preview on white background

This text has color #61628A on white background.



Black color preview on #61628A background

This text has black color on #61628A background.


White color preview on #61628A background

This text has white color on #61628A background.