#6491AE

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

Shades of Air Force Blue #6491AE

Tints of Air Force Blue #6491AE

Color information

#6491AE (or 0x6491AE) is unknown color: approx Air Force Blue. HEX triplet: 64, 91 and AE. RGB value is (100,145,174). Sum of RGB (Red+Green+Blue) = 100+145+174=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #6491AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6491AE is #9B6E51. Grayscale: #868686. Windows color (decimal): -10186322 or 11440484. OLE color: 11440484.

HSL color Cylindrical-coordinate representation of color #6491AE: hue angle of 203.51º 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 #6491AE is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB100145174-
CMYK0.430.1700.32
HSL203.51º31.36%53.73%-
HSV(B)203.51º42.53%68.24%-
XYZ23.0226.0243.85-
YUV134.85150.09103.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.87%
GREEN value IS 145 (57.03% from 255) = 34.61%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=23.87%
G=34.61%
B=41.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001451740.430.1700.32203.5131.3653.73
Hex6491AE2B11020cc1f36
Octal14422125653210403143766
Binary110010010010001101011101010111000101000001100110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6491AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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