COLOR #6580A9

HEX: #6580A9
RGB: (101,128,169)

Color info

#6580A9 contains mainly green and blue colors. Web safe color of #6580A9 is #666699 (or #669).

RGB color model

#6580A9 color RGB value is (101,128,169).

  • red value is 101;
  • green value is 128;
  • blue value is 169.
RGB:
(101,128,169)
(40%,50%,66%)

RGB channels and saturation

R 101 of 255 = 40%
G 128 of 255 = 50%
B 169 of 255 = 66%

101
128
169

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

Portions of RGB colors in percentages

R + G + B =
101 + 128 + 169 = 398 (100%)
R 101 of 398 ~ 25.38%
G 128 of 398 ~ 32.16%
B 169 of 398 ~ 42.46%

%25.38
%32.16
%42.46

CMYK color model

#6580A9 color CMYK value is (40,24,0,34).

  • cyan value is 40.24%
  • magenta value is 24.26%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(40,24,0,34)
C40M24Y0K34 
(40%,24%,0%,34%)
(0.40/0.24/0.00/0.34)	

CMYK percentages

%40.24
%24.26
%0
%33.73

Codes

Color #6580A9 in popluar color models

6580A9
RGB101128169
HSL216°28.33%52.94%
HSB/HSV216°40.24%66.27%
CMYK40.24%24.26%0.00%
33.73%

Color #6580A9 in popluar number systems.

HEX6580A9
Decimal101128169
Binary11001011000000010101001
Octal145200251

Shades and tints

Shades of #6580A9

#6580A9
(101,128,169)
#5C759A
(92,117,154)
#536A8B
(83,106,139)
#4A5F7C
(74,95,124)
#41546D
(65,84,109)
#38495E
(56,73,94)
#2F3E4F
(47,62,79)
#263340
(38,51,64)
#1D2831
(29,40,49)
#141D22
(20,29,34)
#0B1213
(11,18,19)
#000000
(0,0,0)

Tints of #6580A9

#6580A9
(101,128,169)
#738BB0
(115,139,176)
#8196B7
(129,150,183)
#8FA1BE
(143,161,190)
#9DACC5
(157,172,197)
#ABB7CC
(171,183,204)
#B9C2D3
(185,194,211)
#C7CDDA
(199,205,218)
#D5D8E1
(213,216,225)
#E3E3E8
(227,227,232)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6580A9; }

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

This text font color is #6580A9.


Background Color

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

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

This div background color is #6580A9.


Border color

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

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

This div border color is #6580A9.


Opacity

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

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

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

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

This text has shadow with #6580A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6580A9 on black background.


Color preview on white background

This text has color #6580A9 on white background.



Black color preview on #6580A9 background

This text has black color on #6580A9 background.


White color preview on #6580A9 background

This text has white color on #6580A9 background.