COLOR #613664

HEX: #613664
RGB: (97,54,100)

Color info

#613664 contains red, green and blue colors in about the same proportion. Web safe color of #613664 is #663366 (or #636).

RGB color model

#613664 color RGB value is (97,54,100).

  • red value is 97;
  • green value is 54;
  • blue value is 100.
RGB:
(97,54,100)
(38%,21%,39%)

RGB channels and saturation

R 97 of 255 = 38%
G 54 of 255 = 21%
B 100 of 255 = 39%

97
54
100

R + G + B ~ 33%. #613664 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 54 + 100 = 251 (100%)
R 97 of 251 ~ 38.65%
G 54 of 251 ~ 21.51%
B 100 of 251 ~ 39.84%

%38.65
%21.51
%39.84

CMYK color model

#613664 color CMYK value is (3,46,0,61).

  • cyan value is 3.00%
  • magenta value is 46.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(3,46,0,61)
C3M46Y0K61 
(3%,46%,0%,61%)
(0.03/0.46/0.00/0.61)	

CMYK percentages

%3
%46
%0
%60.78

Codes

Color #613664 in popluar color models

613664
RGB9754100
HSL296°29.87%30.20%
HSB/HSV296°46.00%39.22%
CMYK3.00%46.00%0.00%
60.78%

Color #613664 in popluar number systems.

HEX613664
Decimal9754100
Binary11000011101101100100
Octal14166144

Shades and tints

Shades of #613664

#613664
(97,54,100)
#59325B
(89,50,91)
#512E52
(81,46,82)
#492A49
(73,42,73)
#412640
(65,38,64)
#392237
(57,34,55)
#311E2E
(49,30,46)
#291A25
(41,26,37)
#21161C
(33,22,28)
#191213
(25,18,19)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #613664

#613664
(97,54,100)
#6F4872
(111,72,114)
#7D5A80
(125,90,128)
#8B6C8E
(139,108,142)
#997E9C
(153,126,156)
#A790AA
(167,144,170)
#B5A2B8
(181,162,184)
#C3B4C6
(195,180,198)
#D1C6D4
(209,198,212)
#DFD8E2
(223,216,226)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613664 color. Also use rgb(97,54,100) instead hex code.

Text Font Color

.myTextColor { color: #613664; }

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

This text font color is #613664.


Background Color

.myBgColor { background-color: #613664; }

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

This div background color is #613664.


Border color

.myBorderColor { border: 1px solid #613664; }

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

This div border color is #613664.


Opacity

.myOpacity80 { color: #613664; opacity: 0.8; }

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

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

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

This text has shadow with #613664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613664 on black background.


Color preview on white background

This text has color #613664 on white background.



Black color preview on #613664 background

This text has black color on #613664 background.


White color preview on #613664 background

This text has white color on #613664 background.