#6584AB

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

Shades of Air Force Blue #6584AB

Tints of Air Force Blue #6584AB

Color information

#6584AB (or 0x6584AB) is unknown color: approx Air Force Blue. HEX triplet: 65, 84 and AB. RGB value is (101,132,171). Sum of RGB (Red+Green+Blue) = 101+132+171=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #6584AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6584AB is #9A7B54. Grayscale: #7E7E7E. Windows color (decimal): -10124117 or 11240549. OLE color: 11240549.

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

Color convert

RGB101132171-
CMYK0.410.2300.33
HSL213.43º29.41%53.33%-
HSV(B)213.43º40.94%67.06%-
XYZ20.9722.2141.71-
YUV127.18152.73109.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25%
GREEN value IS 132 (51.95% from 255) = 32.67%
BLUE value IS 171 (67.19% from 255) = 42.33%
R=25%
G=32.67%
B=42.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011321710.410.2300.33213.4329.4153.33
Hex6584AB2917021d51d35
Octal14520425351270413253565
Binary110010110000100101010111010011011101000011101010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6584AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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