#6584AD

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

Shades of Air Force Blue #6584AD

Tints of Air Force Blue #6584AD

Color information

#6584AD (or 0x6584AD) is unknown color: approx Air Force Blue. HEX triplet: 65, 84 and AD. RGB value is (101,132,173). Sum of RGB (Red+Green+Blue) = 101+132+173=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #6584AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6584AD is #9A7B52. Grayscale: #7F7F7F. Windows color (decimal): -10124115 or 11371621. OLE color: 11371621.

HSL color Cylindrical-coordinate representation of color #6584AD: hue angle of 214.17º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6584AD is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB101132173-
CMYK0.420.2400.32
HSL214.17º30.51%53.73%-
HSV(B)214.17º41.62%67.84%-
XYZ21.1622.2942.72-
YUV127.4153.73109.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.88%
GREEN value IS 132 (51.95% from 255) = 32.51%
BLUE value IS 173 (67.97% from 255) = 42.61%
R=24.88%
G=32.51%
B=42.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011321730.420.2400.32214.1730.5153.73
Hex6584AD2A18020d61f36
Octal14520425552300403263766
Binary110010110000100101011011010101100001000001101011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6584AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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