COLOR #65619B

HEX: #65619B RGB: (101,97,155)

Color info

#65619B contains red, green and blue colors in about the same proportion. Web safe color of #65619B is #666699 (or #669).

RGB color model

#65619B color RGB value is (101,97,155).

RGB: (101,97,155) (40%, 38%, 61%)

RGB channels and saturation

R 101 of 255 = 40%
G 97 of 255 = 38%
B 155 of 255 = 61%

101
97
155

R + G + B ~ 46%. #65619B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 101 + 97 + 155 = 353 (100%)
R 101 of 353 ~ 28.61%
G 97 of 353 ~ 27.48%
B 155 of 353 ~ 43.91'%

%28.61
%27.48
%43.91

CMYK color model

#65619B color CMYK value is (35,37,0,39).

  • cyan value is 34.84%
  • magenta value is 37.42%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (35,37,0,39)
C35M37Y0K39 (35%, 37%, 0%, 39%)
(0.35 / 0.37 / 0.00 / 0.39)

CMYK percentages

%34.84
%37.42
%0
%39.22

Codes

Color #65619B in popluar color models

65 61 9B
RGB 101 97 155
HSL 244° 23.02% 49.41%
HSB/HSV 244° 37.42% 60.78%
CMYK 34.84% 37.42% 0.00%
39.22%

Color #65619B in popluar number systems.

HEX 65 61 9B
Decimal 101 97 155
Binary 1100101 1100001 10011011
Octal 145 141 233

Shades and tints

Shades of #65619B

#65619B
(101,97,155)
#5C598D
(92,89,141)
#53517F
(83,81,127)
#4A4971
(74,73,113)
#414163
(65,65,99)
#383955
(56,57,85)
#2F3147
(47,49,71)
#262939
(38,41,57)
#1D212B
(29,33,43)
#14191D
(20,25,29)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #65619B

#65619B
(101,97,155)
#736FA4
(115,111,164)
#817DAD
(129,125,173)
#8F8BB6
(143,139,182)
#9D99BF
(157,153,191)
#ABA7C8
(171,167,200)
#B9B5D1
(185,181,209)
#C7C3DA
(199,195,218)
#D5D1E3
(213,209,227)
#E3DFEC
(227,223,236)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #65619B; }

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

This text font color is #65619B.

Background Color

.myBgColor { background-color: #65619B; }

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

This div background color is #65619B.

Border color

.myBorderColor { border: 1px solid #65619B; }

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

This div border color is #65619B.

Opacity

.myOpacity80 { color: #65619B; opacity: 0.8; }

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

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

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

This text has shadow with #65619B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #65619B.

Preview

Color preview on black background

This text has color #65619B on black background.


Color preview on white background

This text has color #65619B on white background.


Black color preview on #65619B background

This text has black color on #65619B background.


White color preview on #65619B background

This text has white color on #65619B background.


Related colors

Complementary color

Complementary color for #hex is #9A9E64.


I love getcolorcode.com

Triadic colors

1 #9B6561 and #619B65 with #65619B are triadic colors.

2 #9B6165 and #61659B with #65619B are triadic colors.