#6583AB

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

Shades of Air Force Blue #6583AB

Tints of Air Force Blue #6583AB

Color information

#6583AB (or 0x6583AB) is unknown color: approx Air Force Blue. HEX triplet: 65, 83 and AB. RGB value is (101,131,171). Sum of RGB (Red+Green+Blue) = 101+131+171=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #6583AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6583AB is #9A7C54. Grayscale: #7E7E7E. Windows color (decimal): -10124373 or 11240293. OLE color: 11240293.

HSL color Cylindrical-coordinate representation of color #6583AB: hue angle of 214.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6583AB is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB101131171-
CMYK0.410.2300.33
HSL214.29º29.41%53.33%-
HSV(B)214.29º40.94%67.06%-
XYZ20.8321.9441.66-
YUV126.59153.06109.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.06%
GREEN value IS 131 (51.56% from 255) = 32.51%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=25.06%
G=32.51%
B=42.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011311710.410.2300.33214.2929.4153.33
Hex6583AB2917021d61d35
Octal14520325351270413263565
Binary110010110000011101010111010011011101000011101011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6583AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6583AB; }

 p { color: rgb(101,131,171); }

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

<style>
 a { background-color: #6583AB; }

 a { background-color: rgb(101,131,171); }

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

<style>
 span { border-color: #6583AB; }

 span { border-color: rgb(101,131,171); }

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