COLOR #613F81

HEX: #613F81 RGB: (97,63,129)

Color info

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

RGB color model

#613F81 color RGB value is (97,63,129).

RGB: (97,63,129) (38%, 25%, 51%)

RGB channels and saturation

R 97 of 255 = 38%
G 63 of 255 = 25%
B 129 of 255 = 51%

97
63
129

R + G + B ~ 38%. #613F81 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 97 + 63 + 129 = 289 (100%)
R 97 of 289 ~ 33.56%
G 63 of 289 ~ 21.8%
B 129 of 289 ~ 44.64'%

%33.56
%21.8
%44.64

CMYK color model

#613F81 color CMYK value is (25,51,0,49).

  • cyan value is 24.81%
  • magenta value is 51.16%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (25,51,0,49)
C25M51Y0K49 (25%, 51%, 0%, 49%)
(0.25 / 0.51 / 0.00 / 0.49)

CMYK percentages

%24.81
%51.16
%0
%49.41

Codes

Color #613F81 in popluar color models

61 3F 81
RGB 97 63 129
HSL 271° 34.38% 37.65%
HSB/HSV 271° 51.16% 50.59%
CMYK 24.81% 51.16% 0.00%
49.41%

Color #613F81 in popluar number systems.

HEX 61 3F 81
Decimal 97 63 129
Binary 1100001 111111 10000001
Octal 141 77 201

Shades and tints

Shades of #613F81

#613F81
(97,63,129)
#593A76
(89,58,118)
#51356B
(81,53,107)
#493060
(73,48,96)
#412B55
(65,43,85)
#39264A
(57,38,74)
#31213F
(49,33,63)
#291C34
(41,28,52)
#211729
(33,23,41)
#19121E
(25,18,30)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #613F81

#613F81
(97,63,129)
#6F508C
(111,80,140)
#7D6197
(125,97,151)
#8B72A2
(139,114,162)
#9983AD
(153,131,173)
#A794B8
(167,148,184)
#B5A5C3
(181,165,195)
#C3B6CE
(195,182,206)
#D1C7D9
(209,199,217)
#DFD8E4
(223,216,228)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613F81 color. Also use rgb(97,63,129) instead hex code.

Text Font Color

.myTextColor { color: #613F81; }

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

This text font color is #613F81.

Background Color

.myBgColor { background-color: #613F81; }

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

This div background color is #613F81.

Border color

.myBorderColor { border: 1px solid #613F81; }

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

This div border color is #613F81.

Opacity

.myOpacity80 { color: #613F81; opacity: 0.8; }

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

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

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

This text has shadow with #613F81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #613F81.

Preview

Color preview on black background

This text has color #613F81 on black background.


Color preview on white background

This text has color #613F81 on white background.


Black color preview on #613F81 background

This text has black color on #613F81 background.


White color preview on #613F81 background

This text has white color on #613F81 background.


Related colors

Complementary color

Complementary color for #hex is #9EC07E.


I love getcolorcode.com

Triadic colors

1 #81613F and #3F8161 with #613F81 are triadic colors.

2 #813F61 and #3F6181 with #613F81 are triadic colors.