#6580A9

Color #6580A9 Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #6580A9

Tints of Air Force Blue #6580A9

Color information

#6580A9 (or 0x6580A9) is unknown color: approx Air Force Blue. HEX triplet: 65, 80 and A9. RGB value is (101,128,169). Sum of RGB (Red+Green+Blue) = 101+128+169=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 169 (66.41% from 255 or 42.46% from 398); Max value from RGB is 169 - color contains mainly: blue. Hex color #6580A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6580A9 is #9A7F56. Grayscale: #7C7C7C. Windows color (decimal): -10125143 or 11108453. OLE color: 11108453.

HSL color Cylindrical-coordinate representation of color #6580A9: hue angle of 216.18º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6580A9 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB101128169-
CMYK0.400.2400.34
HSL216.18º28.33%52.94%-
HSV(B)216.18º40.24%66.27%-
XYZ20.2521.0740.54-
YUV124.6153.05111.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 25.38%
GREEN value IS 128 (50.39% from 255) = 32.16%
BLUE value IS 169 (66.41% from 255) = 42.46%
R=25.38%
G=32.16%
B=42.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1011281690.400.2400.34216.1828.3352.94
Hex6580A92818022d81c35
Octal14520025150300423303465
Binary110010110000000101010011010001100001000101101100011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6580A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6580A9; }

 p { color: rgb(101,128,169); }

 H1.HeaderClassName
 {
   color: #6580A9;
 }
 .AnyTagClassName
 {
   color: #6580A9;
 }
</style>
background-color css

<style>
 a { background-color: #6580A9; }

 a { background-color: rgb(101,128,169); }

 div.DivClassName
 {
   background-color: #6580A9;
 }
 .BgClassName
 {
   background-color: #6580A9;
 }
</style>
border-color css

<style>
 span { border-color: #6580A9; }

 span { border-color: rgb(101,128,169); }

 td.TdClassName
 {
   border-color: #6580A9;
 }
 .TagClassName
 {
   border-color: #6580A9;
 }
</style>