#6083AE

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

Shades of Air Force Blue #6083AE

Tints of Air Force Blue #6083AE

Color information

#6083AE (or 0x6083AE) is unknown color: approx Air Force Blue. HEX triplet: 60, 83 and AE. RGB value is (96,131,174). Sum of RGB (Red+Green+Blue) = 96+131+174=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #6083AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6083AE is #9F7C51. Grayscale: #7D7D7D. Windows color (decimal): -10452050 or 11436896. OLE color: 11436896.

HSL color Cylindrical-coordinate representation of color #6083AE: hue angle of 213.08º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6083AE is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB96131174-
CMYK0.450.2500.32
HSL213.08º32.5%52.94%-
HSV(B)213.08º44.83%68.24%-
XYZ20.5821.7843.16-
YUV125.44155.4107-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.94%
GREEN value IS 131 (51.56% from 255) = 32.67%
BLUE value IS 174 (68.36% from 255) = 43.39%
R=23.94%
G=32.67%
B=43.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961311740.450.2500.32213.0832.552.94
Hex6083AE2D19020d52035
Octal14020325655310403254065
Binary1100000100000111010111010110111001010000011010101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6083AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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