COLOR #612E65

HEX: #612E65 RGB: (97,46,101)

Color info

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

RGB color model

#612E65 color RGB value is (97,46,101).

RGB: (97,46,101) (38%, 18%, 40%)

RGB channels and saturation

R 97 of 255 = 38%
G 46 of 255 = 18%
B 101 of 255 = 40%

97
46
101

R + G + B ~ 32%. #612E65 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 97 + 46 + 101 = 244 (100%)
R 97 of 244 ~ 39.75%
G 46 of 244 ~ 18.85%
B 101 of 244 ~ 41.39'%

%39.75
%18.85
%41.39

CMYK color model

#612E65 color CMYK value is (4,54,0,60).

  • cyan value is 3.96%
  • magenta value is 54.46%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (4,54,0,60)
C4M54Y0K60 (4%, 54%, 0%, 60%)
(0.04 / 0.54 / 0.00 / 0.60)

CMYK percentages

%3.96
%54.46
%0
%60.39

Codes

Color #612E65 in popluar color models

61 2E 65
RGB 97 46 101
HSL 296° 37.41% 28.82%
HSB/HSV 296° 54.46% 39.61%
CMYK 3.96% 54.46% 0.00%
60.39%

Color #612E65 in popluar number systems.

HEX 61 2E 65
Decimal 97 46 101
Binary 1100001 101110 1100101
Octal 141 56 145

Shades and tints

Shades of #612E65

#612E65
(97,46,101)
#592A5C
(89,42,92)
#512653
(81,38,83)
#49224A
(73,34,74)
#411E41
(65,30,65)
#391A38
(57,26,56)
#31162F
(49,22,47)
#291226
(41,18,38)
#210E1D
(33,14,29)
#190A14
(25,10,20)
#11060B
(17,6,11)
#000000
(0,0,0)

Tints of #612E65

#612E65
(97,46,101)
#6F4173
(111,65,115)
#7D5481
(125,84,129)
#8B678F
(139,103,143)
#997A9D
(153,122,157)
#A78DAB
(167,141,171)
#B5A0B9
(181,160,185)
#C3B3C7
(195,179,199)
#D1C6D5
(209,198,213)
#DFD9E3
(223,217,227)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #612E65; }

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

This text font color is #612E65.

Background Color

.myBgColor { background-color: #612E65; }

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

This div background color is #612E65.

Border color

.myBorderColor { border: 1px solid #612E65; }

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

This div border color is #612E65.

Opacity

.myOpacity80 { color: #612E65; opacity: 0.8; }

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

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

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

This text has shadow with #612E65 color.


.textShadow {text-shadow: 3px 3px 1px #612E65', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #612E65; -webkit-box-shadow: 1px 1px 3px 2px #612E65; box-shadow:1px 1px 3px 2px #612E65;">
Div content here
</div>

This div box has shadow with color #612E65.

Preview

Color preview on black background

This text has color #612E65 on black background.


Color preview on white background

This text has color #612E65 on white background.


Black color preview on #612E65 background

This text has black color on #612E65 background.


White color preview on #612E65 background

This text has white color on #612E65 background.


Related colors

Complementary color

Complementary color for #hex is #9ED19A.


I love getcolorcode.com

Triadic colors

1 #65612E and #2E6561 with #612E65 are triadic colors.

2 #652E61 and #2E6165 with #612E65 are triadic colors.