#6593AD

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

Shades of Air Force Blue #6593AD

Tints of Air Force Blue #6593AD

Color information

#6593AD (or 0x6593AD) is unknown color: approx Air Force Blue. HEX triplet: 65, 93 and AD. RGB value is (101,147,173). Sum of RGB (Red+Green+Blue) = 101+147+173=421 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.99% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #6593AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6593AD is #9A6C52. Grayscale: #888888. Windows color (decimal): -10120275 or 11375461. OLE color: 11375461.

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

Color convert

RGB101147173-
CMYK0.420.1500.32
HSL201.67º30.51%53.73%-
HSV(B)201.67º41.62%67.84%-
XYZ23.3426.6543.45-
YUV136.21148.76102.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.99%
GREEN value IS 147 (57.81% from 255) = 34.92%
BLUE value IS 173 (67.97% from 255) = 41.09%
R=23.99%
G=34.92%
B=41.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011471730.420.1500.32201.6730.5153.73
Hex6593AD2AF020ca1f36
Octal14522325552170403123766
Binary11001011001001110101101101010111101000001100101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6593AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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