COLOR #6591B0

HEX: #6591B0 RGB: (101,145,176)

Color info

#6591B0 contains mainly green and blue colors. Web safe color of #6591B0 is #669999 (or #699).

RGB color model

#6591B0 color RGB value is (101,145,176).

RGB: (101,145,176) (40%, 57%, 69%)

RGB channels and saturation

R 101 of 255 = 40%
G 145 of 255 = 57%
B 176 of 255 = 69%

101
145
176

R + G + B ~ 55%. #6591B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 101 + 145 + 176 = 422 (100%)
R 101 of 422 ~ 23.93%
G 145 of 422 ~ 34.36%
B 176 of 422 ~ 41.71'%

%23.93
%34.36
%41.71

CMYK color model

#6591B0 color CMYK value is (43,18,0,31).

  • cyan value is 42.61%
  • magenta value is 17.61%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (43,18,0,31)
C43M18Y0K31 (43%, 18%, 0%, 31%)
(0.43 / 0.18 / 0.00 / 0.31)

CMYK percentages

%42.61
%17.61
%0
%30.98

Codes

Color #6591B0 in popluar color models

65 91 B0
RGB 101 145 176
HSL 205° 32.19% 54.31%
HSB/HSV 205° 42.61% 69.02%
CMYK 42.61% 17.61% 0.00%
30.98%

Color #6591B0 in popluar number systems.

HEX 65 91 B0
Decimal 101 145 176
Binary 1100101 10010001 10110000
Octal 145 221 260

Shades and tints

Shades of #6591B0

#6591B0
(101,145,176)
#5C84A0
(92,132,160)
#537790
(83,119,144)
#4A6A80
(74,106,128)
#415D70
(65,93,112)
#385060
(56,80,96)
#2F4350
(47,67,80)
#263640
(38,54,64)
#1D2930
(29,41,48)
#141C20
(20,28,32)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #6591B0

#6591B0
(101,145,176)
#739BB7
(115,155,183)
#81A5BE
(129,165,190)
#8FAFC5
(143,175,197)
#9DB9CC
(157,185,204)
#ABC3D3
(171,195,211)
#B9CDDA
(185,205,218)
#C7D7E1
(199,215,225)
#D5E1E8
(213,225,232)
#E3EBEF
(227,235,239)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6591B0 color. Also use rgb(101,145,176) instead hex code.

Text Font Color

.myTextColor { color: #6591B0; }

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

This text font color is #6591B0.

Background Color

.myBgColor { background-color: #6591B0; }

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

This div background color is #6591B0.

Border color

.myBorderColor { border: 1px solid #6591B0; }

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

This div border color is #6591B0.

Opacity

.myOpacity80 { color: #6591B0; opacity: 0.8; }

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

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

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

This text has shadow with #6591B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6591B0.

Preview

Color preview on black background

This text has color #6591B0 on black background.


Color preview on white background

This text has color #6591B0 on white background.


Black color preview on #6591B0 background

This text has black color on #6591B0 background.


White color preview on #6591B0 background

This text has white color on #6591B0 background.


Related colors

Complementary color

Complementary color for #hex is #9A6E4F.


I love getcolorcode.com

Triadic colors

1 #B06591 and #91B065 with #6591B0 are triadic colors.

2 #B09165 and #9165B0 with #6591B0 are triadic colors.