#6390AF

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

Shades of Air Force Blue #6390AF

Tints of Air Force Blue #6390AF

Color information

#6390AF (or 0x6390AF) is unknown color: approx Air Force Blue. HEX triplet: 63, 90 and AF. RGB value is (99,144,175). Sum of RGB (Red+Green+Blue) = 99+144+175=418 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.68% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #6390AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6390AF is #9C6F50. Grayscale: #858585. Windows color (decimal): -10252113 or 11505763. OLE color: 11505763.

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

Color convert

RGB99144175-
CMYK0.430.1800.31
HSL204.47º32.2%53.73%-
HSV(B)204.47º43.43%68.63%-
XYZ22.8625.6944.31-
YUV134.08151.09102.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.68%
GREEN value IS 144 (56.64% from 255) = 34.45%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=23.68%
G=34.45%
B=41.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal991441750.430.1800.31204.4732.253.73
Hex6390AF2B1201Fcc2036
Octal14322025753220373144066
Binary110001110010000101011111010111001001111111001100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6390AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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