#6391AE

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

Shades of Air Force Blue #6391AE

Tints of Air Force Blue #6391AE

Color information

#6391AE (or 0x6391AE) is unknown color: approx Air Force Blue. HEX triplet: 63, 91 and AE. RGB value is (99,145,174). Sum of RGB (Red+Green+Blue) = 99+145+174=418 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.68% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #6391AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6391AE is #9C6E51. Grayscale: #868686. Windows color (decimal): -10251858 or 11440483. OLE color: 11440483.

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

Color convert

RGB99145174-
CMYK0.430.1700.32
HSL203.2º31.65%53.53%-
HSV(B)203.2º43.1%68.24%-
XYZ22.9125.9643.85-
YUV134.55150.26102.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.68%
GREEN value IS 145 (57.03% from 255) = 34.69%
BLUE value IS 174 (68.36% from 255) = 41.63%
R=23.68%
G=34.69%
B=41.63%

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
Decimal991451740.430.1700.32203.231.6553.53
Hex6391AE2B11020cb2036
Octal14322125653210403134066
Binary1100011100100011010111010101110001010000011001011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6391AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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