#6991AC

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

Shades of Air Force Blue #6991AC

Tints of Air Force Blue #6991AC

Color information

#6991AC (or 0x6991AC) is unknown color: approx Air Force Blue. HEX triplet: 69, 91 and AC. RGB value is (105,145,172). Sum of RGB (Red+Green+Blue) = 105+145+172=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #6991AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6991AC is #966E53. Grayscale: #878787. Windows color (decimal): -9858644 or 11309417. OLE color: 11309417.

HSL color Cylindrical-coordinate representation of color #6991AC: hue angle of 204.18º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6991AC is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105145172-
CMYK0.390.1600.33
HSL204.18º28.76%54.31%-
HSV(B)204.18º38.95%67.45%-
XYZ23.426.2342.86-
YUV136.12148.25105.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.88%
GREEN value IS 145 (57.03% from 255) = 34.36%
BLUE value IS 172 (67.58% from 255) = 40.76%
R=24.88%
G=34.36%
B=40.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051451720.390.1600.33204.1828.7654.31
Hex6991AC2710021cc1d36
Octal15122125447200413143566
Binary110100110010001101011001001111000001000011100110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6991AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6991AC; }

 p { color: rgb(105,145,172); }

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

<style>
 a { background-color: #6991AC; }

 a { background-color: rgb(105,145,172); }

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

<style>
 span { border-color: #6991AC; }

 span { border-color: rgb(105,145,172); }

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