COLOR #6585A9

HEX: #6585A9 RGB: (101,133,169)

Color info

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

RGB color model

#6585A9 color RGB value is (101,133,169).

RGB: (101,133,169) (40%, 52%, 66%)

RGB channels and saturation

R 101 of 255 = 40%
G 133 of 255 = 52%
B 169 of 255 = 66%

101
133
169

R + G + B ~ 53%. #6585A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 101 + 133 + 169 = 403 (100%)
R 101 of 403 ~ 25.06%
G 133 of 403 ~ 33%
B 169 of 403 ~ 41.94'%

%25.06
%33
%41.94

CMYK color model

#6585A9 color CMYK value is (40,21,0,34).

  • cyan value is 40.24%
  • magenta value is 21.30%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (40,21,0,34)
C40M21Y0K34 (40%, 21%, 0%, 34%)
(0.40 / 0.21 / 0.00 / 0.34)

CMYK percentages

%40.24
%21.3
%0
%33.73

Codes

Color #6585A9 in popluar color models

65 85 A9
RGB 101 133 169
HSL 212° 28.33% 52.94%
HSB/HSV 212° 40.24% 66.27%
CMYK 40.24% 21.30% 0.00%
33.73%

Color #6585A9 in popluar number systems.

HEX 65 85 A9
Decimal 101 133 169
Binary 1100101 10000101 10101001
Octal 145 205 251

Shades and tints

Shades of #6585A9

#6585A9
(101,133,169)
#5C799A
(92,121,154)
#536D8B
(83,109,139)
#4A617C
(74,97,124)
#41556D
(65,85,109)
#38495E
(56,73,94)
#2F3D4F
(47,61,79)
#263140
(38,49,64)
#1D2531
(29,37,49)
#141922
(20,25,34)
#0B0D13
(11,13,19)
#000000
(0,0,0)

Tints of #6585A9

#6585A9
(101,133,169)
#7390B0
(115,144,176)
#819BB7
(129,155,183)
#8FA6BE
(143,166,190)
#9DB1C5
(157,177,197)
#ABBCCC
(171,188,204)
#B9C7D3
(185,199,211)
#C7D2DA
(199,210,218)
#D5DDE1
(213,221,225)
#E3E8E8
(227,232,232)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6585A9 color. Also use rgb(101,133,169) instead hex code.

Text Font Color

.myTextColor { color: #6585A9; }

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

This text font color is #6585A9.

Background Color

.myBgColor { background-color: #6585A9; }

<div style="background-color:#6585A9">Inner text</div>

This div background color is #6585A9.

Border color

.myBorderColor { border: 1px solid #6585A9; }

<div style="border:3px solid #6585A9">Div</div>

This div border color is #6585A9.

Opacity

.myOpacity80 { color: #6585A9; opacity: 0.8; }

<p style="color:#6585A9;opacity:0.8;">80%</p>

Text with #6585A9 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 #6585A9;}

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

This text has shadow with #6585A9 color.


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

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

This text has shadow with #6585A9 primary color and red secondary color.


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

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

This text has shadow with #6585A9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6585A9.

Preview

Color preview on black background

This text has color #6585A9 on black background.


Color preview on white background

This text has color #6585A9 on white background.


Black color preview on #6585A9 background

This text has black color on #6585A9 background.


White color preview on #6585A9 background

This text has white color on #6585A9 background.


Related colors

Complementary color

Complementary color for #hex is #9A7A56.


I love getcolorcode.com

Triadic colors

1 #A96585 and #85A965 with #6585A9 are triadic colors.

2 #A98565 and #8565A9 with #6585A9 are triadic colors.