#6594AB

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

Shades of Air Force Blue #6594AB

Tints of Air Force Blue #6594AB

Color information

#6594AB (or 0x6594AB) is unknown color: approx Air Force Blue. HEX triplet: 65, 94 and AB. RGB value is (101,148,171). Sum of RGB (Red+Green+Blue) = 101+148+171=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #6594AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6594AB is #9A6B54. Grayscale: #888888. Windows color (decimal): -10120021 or 11244645. OLE color: 11244645.

HSL color Cylindrical-coordinate representation of color #6594AB: hue angle of 199.71º 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 #6594AB is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB101148171-
CMYK0.410.1300.33
HSL199.71º29.41%53.33%-
HSV(B)199.71º40.94%67.06%-
XYZ23.3126.8942.49-
YUV136.57147.43102.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.05%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 171 (67.19% from 255) = 40.71%
R=24.05%
G=35.24%
B=40.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011481710.410.1300.33199.7129.4153.33
Hex6594AB29D021c81d35
Octal14522425351150413103565
Binary11001011001010010101011101001110101000011100100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6594AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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