COLOR #612265

HEX: #612265
RGB: (97,34,101)

Color info

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

RGB color model

#612265 color RGB value is (97,34,101).

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

RGB channels and saturation

R 97 of 255 = 38%
G 34 of 255 = 13%
B 101 of 255 = 40%

97
34
101

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

Portions of RGB colors in percentages

R + G + B =
97 + 34 + 101 = 232 (100%)
R 97 of 232 ~ 41.81%
G 34 of 232 ~ 14.66%
B 101 of 232 ~ 43.53%

%41.81
%14.66
%43.53

CMYK color model

#612265 color CMYK value is (4,66,0,60).

  • cyan value is 3.96%
  • magenta value is 66.34%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(4,66,0,60)
C4M66Y0K60 
(4%,66%,0%,60%)
(0.04/0.66/0.00/0.60)	

CMYK percentages

%3.96
%66.34
%0
%60.39

Codes

Color #612265 in popluar color models

612265
RGB9734101
HSL296°49.63%26.47%
HSB/HSV296°66.34%39.61%
CMYK3.96%66.34%0.00%
60.39%

Color #612265 in popluar number systems.

HEX612265
Decimal9734101
Binary11000011000101100101
Octal14142145

Shades and tints

Shades of #612265

#612265
(97,34,101)
#591F5C
(89,31,92)
#511C53
(81,28,83)
#49194A
(73,25,74)
#411641
(65,22,65)
#391338
(57,19,56)
#31102F
(49,16,47)
#290D26
(41,13,38)
#210A1D
(33,10,29)
#190714
(25,7,20)
#11040B
(17,4,11)
#000000
(0,0,0)

Tints of #612265

#612265
(97,34,101)
#6F3673
(111,54,115)
#7D4A81
(125,74,129)
#8B5E8F
(139,94,143)
#99729D
(153,114,157)
#A786AB
(167,134,171)
#B59AB9
(181,154,185)
#C3AEC7
(195,174,199)
#D1C2D5
(209,194,213)
#DFD6E3
(223,214,227)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #612265; }

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

This text font color is #612265.


Background Color

.myBgColor { background-color: #612265; }

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

This div background color is #612265.


Border color

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

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

This div border color is #612265.


Opacity

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

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

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

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

This text has shadow with #612265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612265 on black background.


Color preview on white background

This text has color #612265 on white background.



Black color preview on #612265 background

This text has black color on #612265 background.


White color preview on #612265 background

This text has white color on #612265 background.