#6484AE

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

Shades of Air Force Blue #6484AE

Tints of Air Force Blue #6484AE

Color information

#6484AE (or 0x6484AE) is unknown color: approx Air Force Blue. HEX triplet: 64, 84 and AE. RGB value is (100,132,174). Sum of RGB (Red+Green+Blue) = 100+132+174=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #6484AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6484AE is #9B7B51. Grayscale: #7F7F7F. Windows color (decimal): -10189650 or 11437156. OLE color: 11437156.

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

Color convert

RGB100132174-
CMYK0.430.2400.32
HSL214.05º31.36%53.73%-
HSV(B)214.05º42.53%68.24%-
XYZ21.1522.2743.23-
YUV127.22154.4108.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.63%
GREEN value IS 132 (51.95% from 255) = 32.51%
BLUE value IS 174 (68.36% from 255) = 42.86%
R=24.63%
G=32.51%
B=42.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001321740.430.2400.32214.0531.3653.73
Hex6484AE2B18020d61f36
Octal14420425653300403263766
Binary110010010000100101011101010111100001000001101011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6484AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6484AE; }

 p { color: rgb(100,132,174); }

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

<style>
 a { background-color: #6484AE; }

 a { background-color: rgb(100,132,174); }

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

<style>
 span { border-color: #6484AE; }

 span { border-color: rgb(100,132,174); }

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