COLOR #612A86

HEX: #612A86
RGB: (97,42,134)

Color info

#612A86 contains mainly red and blue colors. Web safe color of #612A86 is #663399 (or #639).

RGB color model

#612A86 color RGB value is (97,42,134).

  • red value is 97;
  • green value is 42;
  • blue value is 134.
RGB:
(97,42,134)
(38%,16%,53%)

RGB channels and saturation

R 97 of 255 = 38%
G 42 of 255 = 16%
B 134 of 255 = 53%

97
42
134

R + G + B ~ 36%. #612A86 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 42 + 134 = 273 (100%)
R 97 of 273 ~ 35.53%
G 42 of 273 ~ 15.38%
B 134 of 273 ~ 49.08%

%35.53
%15.38
%49.08

CMYK color model

#612A86 color CMYK value is (28,69,0,47).

  • cyan value is 27.61%
  • magenta value is 68.66%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(28,69,0,47)
C28M69Y0K47 
(28%,69%,0%,47%)
(0.28/0.69/0.00/0.47)	

CMYK percentages

%27.61
%68.66
%0
%47.45

Codes

Color #612A86 in popluar color models

612A86
RGB9742134
HSL276°52.27%34.51%
HSB/HSV276°68.66%52.55%
CMYK27.61%68.66%0.00%
47.45%

Color #612A86 in popluar number systems.

HEX612A86
Decimal9742134
Binary110000110101010000110
Octal14152206

Shades and tints

Shades of #612A86

#612A86
(97,42,134)
#59277A
(89,39,122)
#51246E
(81,36,110)
#492162
(73,33,98)
#411E56
(65,30,86)
#391B4A
(57,27,74)
#31183E
(49,24,62)
#291532
(41,21,50)
#211226
(33,18,38)
#190F1A
(25,15,26)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #612A86

#612A86
(97,42,134)
#6F3D91
(111,61,145)
#7D509C
(125,80,156)
#8B63A7
(139,99,167)
#9976B2
(153,118,178)
#A789BD
(167,137,189)
#B59CC8
(181,156,200)
#C3AFD3
(195,175,211)
#D1C2DE
(209,194,222)
#DFD5E9
(223,213,233)
#EDE8F4
(237,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #612A86 color. Also use rgb(97,42,134) instead hex code.

Text Font Color

.myTextColor { color: #612A86; }

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

This text font color is #612A86.


Background Color

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

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

This div background color is #612A86.


Border color

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

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

This div border color is #612A86.


Opacity

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

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

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

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

This text has shadow with #612A86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612A86 on black background.


Color preview on white background

This text has color #612A86 on white background.



Black color preview on #612A86 background

This text has black color on #612A86 background.


White color preview on #612A86 background

This text has white color on #612A86 background.