COLOR #610486

HEX: #610486
RGB: (97,4,134)

Color info

#610486 contains mainly red and blue colors. Web safe color of #610486 is #660099 (or #609).

RGB color model

#610486 color RGB value is (97,4,134).

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

RGB channels and saturation

R 97 of 255 = 38%
G 4 of 255 = 2%
B 134 of 255 = 53%

97
4
134

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

Portions of RGB colors in percentages

R + G + B =
97 + 4 + 134 = 235 (100%)
R 97 of 235 ~ 41.28%
G 4 of 235 ~ 1.7%
B 134 of 235 ~ 57.02%

%41.28
%57.02

CMYK color model

#610486 color CMYK value is (28,97,0,47).

  • cyan value is 27.61%
  • magenta value is 97.01%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(28,97,0,47)
C28M97Y0K47 
(28%,97%,0%,47%)
(0.28/0.97/0.00/0.47)	

CMYK percentages

%27.61
%97.01
%0
%47.45

Codes

Color #610486 in popluar color models

610486
RGB974134
HSL283°94.20%27.06%
HSB/HSV283°97.01%52.55%
CMYK27.61%97.01%0.00%
47.45%

Color #610486 in popluar number systems.

HEX610486
Decimal974134
Binary110000110010000110
Octal1414206

Shades and tints

Shades of #610486

#610486
(97,4,134)
#59047A
(89,4,122)
#51046E
(81,4,110)
#490462
(73,4,98)
#410456
(65,4,86)
#39044A
(57,4,74)
#31043E
(49,4,62)
#290432
(41,4,50)
#210426
(33,4,38)
#19041A
(25,4,26)
#11040E
(17,4,14)
#000000
(0,0,0)

Tints of #610486

#610486
(97,4,134)
#6F1A91
(111,26,145)
#7D309C
(125,48,156)
#8B46A7
(139,70,167)
#995CB2
(153,92,178)
#A772BD
(167,114,189)
#B588C8
(181,136,200)
#C39ED3
(195,158,211)
#D1B4DE
(209,180,222)
#DFCAE9
(223,202,233)
#EDE0F4
(237,224,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #610486; }

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

This text font color is #610486.


Background Color

.myBgColor { background-color: #610486; }

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

This div background color is #610486.


Border color

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

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

This div border color is #610486.


Opacity

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

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

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

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

This text has shadow with #610486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #610486 on black background.


Color preview on white background

This text has color #610486 on white background.



Black color preview on #610486 background

This text has black color on #610486 background.


White color preview on #610486 background

This text has white color on #610486 background.