#6889AC

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

Shades of Air Force Blue #6889AC

Tints of Air Force Blue #6889AC

Color information

#6889AC (or 0x6889AC) is unknown color: approx Air Force Blue. HEX triplet: 68, 89 and AC. RGB value is (104,137,172). Sum of RGB (Red+Green+Blue) = 104+137+172=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #6889AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6889AC is #977653. Grayscale: #828282. Windows color (decimal): -9926228 or 11307368. OLE color: 11307368.

HSL color Cylindrical-coordinate representation of color #6889AC: hue angle of 210.88º 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 #6889AC is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB104137172-
CMYK0.400.2000.33
HSL210.88º29.06%54.12%-
HSV(B)210.88º39.53%67.45%-
XYZ22.123.8142.46-
YUV131.12151.07108.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.18%
GREEN value IS 137 (53.91% from 255) = 33.17%
BLUE value IS 172 (67.58% from 255) = 41.65%
R=25.18%
G=33.17%
B=41.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041371720.400.2000.33210.8829.0654.12
Hex6889AC2814021d31d36
Octal15021125450240413233566
Binary110100010001001101011001010001010001000011101001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6889AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,137,172); }

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

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

 a { background-color: rgb(104,137,172); }

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

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

 span { border-color: rgb(104,137,172); }

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