#6383AE

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

Shades of Air Force Blue #6383AE

Tints of Air Force Blue #6383AE

Color information

#6383AE (or 0x6383AE) is unknown color: approx Air Force Blue. HEX triplet: 63, 83 and AE. RGB value is (99,131,174). Sum of RGB (Red+Green+Blue) = 99+131+174=404 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.50% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #6383AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6383AE is #9C7C51. Grayscale: #7E7E7E. Windows color (decimal): -10255442 or 11436899. OLE color: 11436899.

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

Color convert

RGB99131174-
CMYK0.430.2500.32
HSL214.4º31.65%53.53%-
HSV(B)214.4º43.1%68.24%-
XYZ20.921.9443.18-
YUV126.33154.9108.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.50%
GREEN value IS 131 (51.56% from 255) = 32.43%
BLUE value IS 174 (68.36% from 255) = 43.07%
R=24.50%
G=32.43%
B=43.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal991311740.430.2500.32214.431.6553.53
Hex6383AE2B19020d62036
Octal14320325653310403264066
Binary1100011100000111010111010101111001010000011010110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6383AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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