#6390AE

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

Shades of Air Force Blue #6390AE

Tints of Air Force Blue #6390AE

Color information

#6390AE (or 0x6390AE) is unknown color: approx Air Force Blue. HEX triplet: 63, 90 and AE. RGB value is (99,144,174). Sum of RGB (Red+Green+Blue) = 99+144+174=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #6390AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6390AE is #9C6F51. Grayscale: #858585. Windows color (decimal): -10252114 or 11440227. OLE color: 11440227.

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

Color convert

RGB99144174-
CMYK0.430.1700.32
HSL204º31.65%53.53%-
HSV(B)204º43.1%68.24%-
XYZ22.7625.6643.8-
YUV133.96150.59103.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.74%
GREEN value IS 144 (56.64% from 255) = 34.53%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=23.74%
G=34.53%
B=41.73%

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
Decimal991441740.430.1700.3220431.6553.53
Hex6390AE2B11020cc2036
Octal14322025653210403144066
Binary1100011100100001010111010101110001010000011001100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6390AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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