COLOR #610ED1

HEX: #610ED1
RGB: (97,14,209)

Color info

#610ED1 contains mainly blue color. Web safe color of #610ED1 is #6600CC (or #60C).

RGB color model

#610ED1 color RGB value is (97,14,209).

  • red value is 97;
  • green value is 14;
  • blue value is 209.
RGB:
(97,14,209)
(38%,5%,82%)

RGB channels and saturation

R 97 of 255 = 38%
G 14 of 255 = 5%
B 209 of 255 = 82%

97
14
209

R + G + B ~ 42%. #610ED1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 14 + 209 = 320 (100%)
R 97 of 320 ~ 30.31%
G 14 of 320 ~ 4.38%
B 209 of 320 ~ 65.31%

%30.31
%65.31

CMYK color model

#610ED1 color CMYK value is (54,93,0,18).

  • cyan value is 53.59%
  • magenta value is 93.30%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(54,93,0,18)
C54M93Y0K18 
(54%,93%,0%,18%)
(0.54/0.93/0.00/0.18)	

CMYK percentages

%53.59
%93.3
%0
%18.04

Codes

Color #610ED1 in popluar color models

610ED1
RGB9714209
HSL266°87.44%43.73%
HSB/HSV266°93.30%81.96%
CMYK53.59%93.30%0.00%
18.04%

Color #610ED1 in popluar number systems.

HEX610ED1
Decimal9714209
Binary1100001111011010001
Octal14116321

Shades and tints

Shades of #610ED1

#610ED1
(97,14,209)
#590DBE
(89,13,190)
#510CAB
(81,12,171)
#490B98
(73,11,152)
#410A85
(65,10,133)
#390972
(57,9,114)
#31085F
(49,8,95)
#29074C
(41,7,76)
#210639
(33,6,57)
#190526
(25,5,38)
#110413
(17,4,19)
#000000
(0,0,0)

Tints of #610ED1

#610ED1
(97,14,209)
#6F23D5
(111,35,213)
#7D38D9
(125,56,217)
#8B4DDD
(139,77,221)
#9962E1
(153,98,225)
#A777E5
(167,119,229)
#B58CE9
(181,140,233)
#C3A1ED
(195,161,237)
#D1B6F1
(209,182,241)
#DFCBF5
(223,203,245)
#EDE0F9
(237,224,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #610ED1 color. Also use rgb(97,14,209) instead hex code.

Text Font Color

.myTextColor { color: #610ED1; }

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

This text font color is #610ED1.


Background Color

.myBgColor { background-color: #610ED1; }

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

This div background color is #610ED1.


Border color

.myBorderColor { border: 1px solid #610ED1; }

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

This div border color is #610ED1.


Opacity

.myOpacity80 { color: #610ED1; opacity: 0.8; }

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

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

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

This text has shadow with #610ED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #610ED1 on black background.


Color preview on white background

This text has color #610ED1 on white background.



Black color preview on #610ED1 background

This text has black color on #610ED1 background.


White color preview on #610ED1 background

This text has white color on #610ED1 background.