COLOR #611F63

HEX: #611F63
RGB: (97,31,99)

Color info

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

RGB color model

#611F63 color RGB value is (97,31,99).

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

RGB channels and saturation

R 97 of 255 = 38%
G 31 of 255 = 12%
B 99 of 255 = 39%

97
31
99

R + G + B ~ 30%. #611F63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 31 + 99 = 227 (100%)
R 97 of 227 ~ 42.73%
G 31 of 227 ~ 13.66%
B 99 of 227 ~ 43.61%

%42.73
%13.66
%43.61

CMYK color model

#611F63 color CMYK value is (2,69,0,61).

  • cyan value is 2.02%
  • magenta value is 68.69%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(2,69,0,61)
C2M69Y0K61 
(2%,69%,0%,61%)
(0.02/0.69/0.00/0.61)	

CMYK percentages

%2.02
%68.69
%0
%61.18

Codes

Color #611F63 in popluar color models

611F63
RGB973199
HSL298°52.31%25.49%
HSB/HSV298°68.69%38.82%
CMYK2.02%68.69%0.00%
61.18%

Color #611F63 in popluar number systems.

HEX611F63
Decimal973199
Binary1100001111111100011
Octal14137143

Shades and tints

Shades of #611F63

#611F63
(97,31,99)
#591D5A
(89,29,90)
#511B51
(81,27,81)
#491948
(73,25,72)
#41173F
(65,23,63)
#391536
(57,21,54)
#31132D
(49,19,45)
#291124
(41,17,36)
#210F1B
(33,15,27)
#190D12
(25,13,18)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #611F63

#611F63
(97,31,99)
#6F3371
(111,51,113)
#7D477F
(125,71,127)
#8B5B8D
(139,91,141)
#996F9B
(153,111,155)
#A783A9
(167,131,169)
#B597B7
(181,151,183)
#C3ABC5
(195,171,197)
#D1BFD3
(209,191,211)
#DFD3E1
(223,211,225)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #611F63; }

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

This text font color is #611F63.


Background Color

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

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

This div background color is #611F63.


Border color

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

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

This div border color is #611F63.


Opacity

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

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

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

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

This text has shadow with #611F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #611F63 on black background.


Color preview on white background

This text has color #611F63 on white background.



Black color preview on #611F63 background

This text has black color on #611F63 background.


White color preview on #611F63 background

This text has white color on #611F63 background.