#6581AB

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

Shades of Air Force Blue #6581AB

Tints of Air Force Blue #6581AB

Color information

#6581AB (or 0x6581AB) is unknown color: approx Air Force Blue. HEX triplet: 65, 81 and AB. RGB value is (101,129,171). Sum of RGB (Red+Green+Blue) = 101+129+171=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #6581AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6581AB is #9A7E54. Grayscale: #7D7D7D. Windows color (decimal): -10124885 or 11239781. OLE color: 11239781.

HSL color Cylindrical-coordinate representation of color #6581AB: hue angle of 216º 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 #6581AB is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB101129171-
CMYK0.410.2500.33
HSL216º29.41%53.33%-
HSV(B)216º40.94%67.06%-
XYZ20.5721.4141.58-
YUV125.42153.72110.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.19%
GREEN value IS 129 (50.78% from 255) = 32.17%
BLUE value IS 171 (67.19% from 255) = 42.64%
R=25.19%
G=32.17%
B=42.64%

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
Decimal1011291710.410.2500.3321629.4153.33
Hex6581AB2919021d81d35
Octal14520125351310413303565
Binary110010110000001101010111010011100101000011101100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6581AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6581AB; }

 p { color: rgb(101,129,171); }

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

<style>
 a { background-color: #6581AB; }

 a { background-color: rgb(101,129,171); }

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

<style>
 span { border-color: #6581AB; }

 span { border-color: rgb(101,129,171); }

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