#6592AD

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

Shades of Air Force Blue #6592AD

Tints of Air Force Blue #6592AD

Color information

#6592AD (or 0x6592AD) is unknown color: approx Air Force Blue. HEX triplet: 65, 92 and AD. RGB value is (101,146,173). Sum of RGB (Red+Green+Blue) = 101+146+173=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #6592AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6592AD is #9A6D52. Grayscale: #878787. Windows color (decimal): -10120531 or 11375205. OLE color: 11375205.

HSL color Cylindrical-coordinate representation of color #6592AD: hue angle of 202.5º 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 #6592AD is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB101146173-
CMYK0.420.1600.32
HSL202.5º30.51%53.73%-
HSV(B)202.5º41.62%67.84%-
XYZ23.1926.3443.4-
YUV135.62149.09103.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.05%
GREEN value IS 146 (57.42% from 255) = 34.76%
BLUE value IS 173 (67.97% from 255) = 41.19%
R=24.05%
G=34.76%
B=41.19%

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
Decimal1011461730.420.1600.32202.530.5153.73
Hex6592AD2A10020ca1f36
Octal14522225552200403123766
Binary110010110010010101011011010101000001000001100101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6592AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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