#6684AB

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

Shades of Air Force Blue #6684AB

Tints of Air Force Blue #6684AB

Color information

#6684AB (or 0x6684AB) is unknown color: approx Air Force Blue. HEX triplet: 66, 84 and AB. RGB value is (102,132,171). Sum of RGB (Red+Green+Blue) = 102+132+171=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #6684AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6684AB is #997B54. Grayscale: #7F7F7F. Windows color (decimal): -10058581 or 11240550. OLE color: 11240550.

HSL color Cylindrical-coordinate representation of color #6684AB: hue angle of 213.91º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6684AB is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB102132171-
CMYK0.400.2300.33
HSL213.91º29.11%53.53%-
HSV(B)213.91º40.35%67.06%-
XYZ21.0822.2741.72-
YUV127.48152.56109.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.19%
GREEN value IS 132 (51.95% from 255) = 32.59%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=25.19%
G=32.59%
B=42.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021321710.400.2300.33213.9129.1153.53
Hex6684AB2817021d61d36
Octal14620425350270413263566
Binary110011010000100101010111010001011101000011101011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6684AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,132,171); }

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

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

 a { background-color: rgb(102,132,171); }

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

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

 span { border-color: rgb(102,132,171); }

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