#6691A9

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

Shades of Air Force Blue #6691A9

Tints of Air Force Blue #6691A9

Color information

#6691A9 (or 0x6691A9) is unknown color: approx Air Force Blue. HEX triplet: 66, 91 and A9. RGB value is (102,145,169). Sum of RGB (Red+Green+Blue) = 102+145+169=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 169 (66.41% from 255 or 40.62% from 416); Max value from RGB is 169 - color contains mainly: blue. Hex color #6691A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6691A9 is #996E56. Grayscale: #868686. Windows color (decimal): -10055255 or 11112806. OLE color: 11112806.

HSL color Cylindrical-coordinate representation of color #6691A9: hue angle of 201.49º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6691A9 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB102145169-
CMYK0.400.1400.34
HSL201.49º28.03%53.14%-
HSV(B)201.49º39.64%66.27%-
XYZ22.7725.9441.34-
YUV134.88147.25104.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.52%
GREEN value IS 145 (57.03% from 255) = 34.86%
BLUE value IS 169 (66.41% from 255) = 40.62%
R=24.52%
G=34.86%
B=40.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1021451690.400.1400.34201.4928.0353.14
Hex6691A928E022c91c35
Octal14622125150160423113465
Binary11001101001000110101001101000111001000101100100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6691A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6691A9; }

 p { color: rgb(102,145,169); }

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

<style>
 a { background-color: #6691A9; }

 a { background-color: rgb(102,145,169); }

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

<style>
 span { border-color: #6691A9; }

 span { border-color: rgb(102,145,169); }

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