#6592AE

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

Shades of Air Force Blue #6592AE

Tints of Air Force Blue #6592AE

Color information

#6592AE (or 0x6592AE) is unknown color: approx Air Force Blue. HEX triplet: 65, 92 and AE. RGB value is (101,146,174). Sum of RGB (Red+Green+Blue) = 101+146+174=421 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.99% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #6592AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6592AE is #9A6D51. Grayscale: #878787. Windows color (decimal): -10120530 or 11440741. OLE color: 11440741.

HSL color Cylindrical-coordinate representation of color #6592AE: hue angle of 203.01º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6592AE is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB101146174-
CMYK0.420.1600.32
HSL203.01º31.06%53.92%-
HSV(B)203.01º41.95%68.24%-
XYZ23.2926.3843.91-
YUV135.74149.59103.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.99%
GREEN value IS 146 (57.42% from 255) = 34.68%
BLUE value IS 174 (68.36% from 255) = 41.33%
R=23.99%
G=34.68%
B=41.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011461740.420.1600.32203.0131.0653.92
Hex6592AE2A10020cb1f36
Octal14522225652200403133766
Binary110010110010010101011101010101000001000001100101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6592AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,146,174); }

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

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

 a { background-color: rgb(101,146,174); }

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

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

 span { border-color: rgb(101,146,174); }

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