COLOR #612665

HEX: #612665
RGB: (97,38,101)

Color info

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

RGB color model

#612665 color RGB value is (97,38,101).

  • red value is 97;
  • green value is 38;
  • blue value is 101.
RGB:
(97,38,101)
(38%,15%,40%)

RGB channels and saturation

R 97 of 255 = 38%
G 38 of 255 = 15%
B 101 of 255 = 40%

97
38
101

R + G + B ~ 31%. #612665 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 38 + 101 = 236 (100%)
R 97 of 236 ~ 41.1%
G 38 of 236 ~ 16.1%
B 101 of 236 ~ 42.8%

%41.1
%16.1
%42.8

CMYK color model

#612665 color CMYK value is (4,62,0,60).

  • cyan value is 3.96%
  • magenta value is 62.38%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(4,62,0,60)
C4M62Y0K60 
(4%,62%,0%,60%)
(0.04/0.62/0.00/0.60)	

CMYK percentages

%3.96
%62.38
%0
%60.39

Codes

Color #612665 in popluar color models

612665
RGB9738101
HSL296°45.32%27.25%
HSB/HSV296°62.38%39.61%
CMYK3.96%62.38%0.00%
60.39%

Color #612665 in popluar number systems.

HEX612665
Decimal9738101
Binary11000011001101100101
Octal14146145

Shades and tints

Shades of #612665

#612665
(97,38,101)
#59235C
(89,35,92)
#512053
(81,32,83)
#491D4A
(73,29,74)
#411A41
(65,26,65)
#391738
(57,23,56)
#31142F
(49,20,47)
#291126
(41,17,38)
#210E1D
(33,14,29)
#190B14
(25,11,20)
#11080B
(17,8,11)
#000000
(0,0,0)

Tints of #612665

#612665
(97,38,101)
#6F3973
(111,57,115)
#7D4C81
(125,76,129)
#8B5F8F
(139,95,143)
#99729D
(153,114,157)
#A785AB
(167,133,171)
#B598B9
(181,152,185)
#C3ABC7
(195,171,199)
#D1BED5
(209,190,213)
#DFD1E3
(223,209,227)
#EDE4F1
(237,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #612665 color. Also use rgb(97,38,101) instead hex code.

Text Font Color

.myTextColor { color: #612665; }

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

This text font color is #612665.


Background Color

.myBgColor { background-color: #612665; }

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

This div background color is #612665.


Border color

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

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

This div border color is #612665.


Opacity

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

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

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

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

This text has shadow with #612665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612665 on black background.


Color preview on white background

This text has color #612665 on white background.



Black color preview on #612665 background

This text has black color on #612665 background.


White color preview on #612665 background

This text has white color on #612665 background.