#6483AE

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

Shades of Air Force Blue #6483AE

Tints of Air Force Blue #6483AE

Color information

#6483AE (or 0x6483AE) is unknown color: approx Air Force Blue. HEX triplet: 64, 83 and AE. RGB value is (100,131,174). Sum of RGB (Red+Green+Blue) = 100+131+174=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #6483AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6483AE is #9B7C51. Grayscale: #7E7E7E. Windows color (decimal): -10189906 or 11436900. OLE color: 11436900.

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

Color convert

RGB100131174-
CMYK0.430.2500.32
HSL214.86º31.36%53.73%-
HSV(B)214.86º42.53%68.24%-
XYZ21.012243.18-
YUV126.63154.73109-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.69%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 174 (68.36% from 255) = 42.96%
R=24.69%
G=32.35%
B=42.96%

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
Decimal1001311740.430.2500.32214.8631.3653.73
Hex6483AE2B19020d71f36
Octal14420325653310403273766
Binary110010010000011101011101010111100101000001101011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6483AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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