#6580AA

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

Shades of Air Force Blue #6580AA

Tints of Air Force Blue #6580AA

Color information

#6580AA (or 0x6580AA) is unknown color: approx Air Force Blue. HEX triplet: 65, 80 and AA. RGB value is (101,128,170). Sum of RGB (Red+Green+Blue) = 101+128+170=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #6580AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6580AA is #9A7F55. Grayscale: #7C7C7C. Windows color (decimal): -10125142 or 11173989. OLE color: 11173989.

HSL color Cylindrical-coordinate representation of color #6580AA: hue angle of 216.52º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6580AA is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB101128170-
CMYK0.410.2500.33
HSL216.52º28.87%53.14%-
HSV(B)216.52º40.59%66.67%-
XYZ20.3421.1141.03-
YUV124.71153.55111.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.31%
GREEN value IS 128 (50.39% from 255) = 32.08%
BLUE value IS 170 (66.80% from 255) = 42.61%
R=25.31%
G=32.08%
B=42.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011281700.410.2500.33216.5228.8753.14
Hex6580AA2919021d91d35
Octal14520025251310413313565
Binary110010110000000101010101010011100101000011101100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6580AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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