COLOR #611D63

HEX: #611D63
RGB: (97,29,99)

Color info

#611D63 contains mainly red and blue colors. Web safe color of #611D63 is #663366 (or #636).

RGB color model

#611D63 color RGB value is (97,29,99).

  • red value is 97;
  • green value is 29;
  • blue value is 99.
RGB:
(97,29,99)
(38%,11%,39%)

RGB channels and saturation

R 97 of 255 = 38%
G 29 of 255 = 11%
B 99 of 255 = 39%

97
29
99

R + G + B ~ 29%. #611D63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 29 + 99 = 225 (100%)
R 97 of 225 ~ 43.11%
G 29 of 225 ~ 12.89%
B 99 of 225 ~ 44%

%43.11
%12.89
%44

CMYK color model

#611D63 color CMYK value is (2,71,0,61).

  • cyan value is 2.02%
  • magenta value is 70.71%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(2,71,0,61)
C2M71Y0K61 
(2%,71%,0%,61%)
(0.02/0.71/0.00/0.61)	

CMYK percentages

%2.02
%70.71
%0
%61.18

Codes

Color #611D63 in popluar color models

611D63
RGB972999
HSL298°54.69%25.10%
HSB/HSV298°70.71%38.82%
CMYK2.02%70.71%0.00%
61.18%

Color #611D63 in popluar number systems.

HEX611D63
Decimal972999
Binary1100001111011100011
Octal14135143

Shades and tints

Shades of #611D63

#611D63
(97,29,99)
#591B5A
(89,27,90)
#511951
(81,25,81)
#491748
(73,23,72)
#41153F
(65,21,63)
#391336
(57,19,54)
#31112D
(49,17,45)
#290F24
(41,15,36)
#210D1B
(33,13,27)
#190B12
(25,11,18)
#110909
(17,9,9)
#000000
(0,0,0)

Tints of #611D63

#611D63
(97,29,99)
#6F3171
(111,49,113)
#7D457F
(125,69,127)
#8B598D
(139,89,141)
#996D9B
(153,109,155)
#A781A9
(167,129,169)
#B595B7
(181,149,183)
#C3A9C5
(195,169,197)
#D1BDD3
(209,189,211)
#DFD1E1
(223,209,225)
#EDE5EF
(237,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #611D63 color. Also use rgb(97,29,99) instead hex code.

Text Font Color

.myTextColor { color: #611D63; }

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

This text font color is #611D63.


Background Color

.myBgColor { background-color: #611D63; }

<div style="background-color:#611D63">Inner text</div>

This div background color is #611D63.


Border color

.myBorderColor { border: 1px solid #611D63; }

<div style="border:3px solid #611D63">Div</div>

This div border color is #611D63.


Opacity

.myOpacity80 { color: #611D63; opacity: 0.8; }

<p style="color:#611D63;opacity:0.8;">80%</p>

Text with #611D63 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 #611D63;}

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

This text has shadow with #611D63 color.

.textShadow {text-shadow: 3px 3px 1px #611D63, 3px 3px 1px red;}

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

This text has shadow with #611D63 primary color and red secondary color.


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

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

This text has shadow with #611D63 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #611D63 on black background.


Color preview on white background

This text has color #611D63 on white background.



Black color preview on #611D63 background

This text has black color on #611D63 background.


White color preview on #611D63 background

This text has white color on #611D63 background.