COLOR #65809B

HEX: #65809B RGB: (101,128,155)

Color info

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

RGB color model

#65809B color RGB value is (101,128,155).

RGB: (101,128,155) (40%, 50%, 61%)

RGB channels and saturation

R 101 of 255 = 40%
G 128 of 255 = 50%
B 155 of 255 = 61%

101
128
155

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

Portions of RGB colors in percentages

R + G + B = 101 + 128 + 155 = 384 (100%)
R 101 of 384 ~ 26.3%
G 128 of 384 ~ 33.33%
B 155 of 384 ~ 40.36'%

%26.3
%33.33
%40.36

CMYK color model

#65809B color CMYK value is (35,17,0,39).

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

CMYK: (35,17,0,39)
C35M17Y0K39 (35%, 17%, 0%, 39%)
(0.35 / 0.17 / 0.00 / 0.39)

CMYK percentages

%34.84
%17.42
%0
%39.22

Codes

Color #65809B in popluar color models

65 80 9B
RGB 101 128 155
HSL 210° 21.26% 50.20%
HSB/HSV 210° 34.84% 60.78%
CMYK 34.84% 17.42% 0.00%
39.22%

Color #65809B in popluar number systems.

HEX 65 80 9B
Decimal 101 128 155
Binary 1100101 10000000 10011011
Octal 145 200 233

Shades and tints

Shades of #65809B

#65809B
(101,128,155)
#5C758D
(92,117,141)
#536A7F
(83,106,127)
#4A5F71
(74,95,113)
#415463
(65,84,99)
#384955
(56,73,85)
#2F3E47
(47,62,71)
#263339
(38,51,57)
#1D282B
(29,40,43)
#141D1D
(20,29,29)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #65809B

#65809B
(101,128,155)
#738BA4
(115,139,164)
#8196AD
(129,150,173)
#8FA1B6
(143,161,182)
#9DACBF
(157,172,191)
#ABB7C8
(171,183,200)
#B9C2D1
(185,194,209)
#C7CDDA
(199,205,218)
#D5D8E3
(213,216,227)
#E3E3EC
(227,227,236)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #65809B; }

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

This text font color is #65809B.

Background Color

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

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

This div background color is #65809B.

Border color

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

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

This div border color is #65809B.

Opacity

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

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

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

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

This text has shadow with #65809B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #65809B.

Preview

Color preview on black background

This text has color #65809B on black background.


Color preview on white background

This text has color #65809B on white background.


Black color preview on #65809B background

This text has black color on #65809B background.


White color preview on #65809B background

This text has white color on #65809B background.


Related colors

Complementary color

Complementary color for #hex is #9A7F64.


I love getcolorcode.com

Triadic colors

1 #9B6580 and #809B65 with #65809B are triadic colors.

2 #9B8065 and #80659B with #65809B are triadic colors.