#6887AE

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

Shades of Air Force Blue #6887AE

Tints of Air Force Blue #6887AE

Color information

#6887AE (or 0x6887AE) is unknown color: approx Air Force Blue. HEX triplet: 68, 87 and AE. RGB value is (104,135,174). Sum of RGB (Red+Green+Blue) = 104+135+174=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #6887AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6887AE is #977851. Grayscale: #818181. Windows color (decimal): -9926738 or 11437928. OLE color: 11437928.

HSL color Cylindrical-coordinate representation of color #6887AE: hue angle of 213.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6887AE is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB104135174-
CMYK0.400.2200.32
HSL213.43º30.17%54.51%-
HSV(B)213.43º40.23%68.24%-
XYZ22.0123.3343.39-
YUV130.18152.73109.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.18%
GREEN value IS 135 (53.12% from 255) = 32.69%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=25.18%
G=32.69%
B=42.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041351740.400.2200.32213.4330.1754.51
Hex6887AE2816020d51e37
Octal15020725650260403253667
Binary110100010000111101011101010001011001000001101010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6887AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6887AE; }

 p { color: rgb(104,135,174); }

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

<style>
 a { background-color: #6887AE; }

 a { background-color: rgb(104,135,174); }

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

<style>
 span { border-color: #6887AE; }

 span { border-color: rgb(104,135,174); }

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