#6887AB

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

Shades of Air Force Blue #6887AB

Tints of Air Force Blue #6887AB

Color information

#6887AB (or 0x6887AB) is unknown color: approx Air Force Blue. HEX triplet: 68, 87 and AB. RGB value is (104,135,171). Sum of RGB (Red+Green+Blue) = 104+135+171=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #6887AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6887AB is #977854. Grayscale: #818181. Windows color (decimal): -9926741 or 11241320. OLE color: 11241320.

HSL color Cylindrical-coordinate representation of color #6887AB: hue angle of 212.24º 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 #6887AB is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB104135171-
CMYK0.390.2100.33
HSL212.24º28.51%53.92%-
HSV(B)212.24º39.18%67.06%-
XYZ21.7223.2141.86-
YUV129.83151.23109.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.37%
GREEN value IS 135 (53.12% from 255) = 32.93%
BLUE value IS 171 (67.19% from 255) = 41.71%
R=25.37%
G=32.93%
B=41.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041351710.390.2100.33212.2428.5153.92
Hex6887AB2715021d41d36
Octal15020725347250413243566
Binary110100010000111101010111001111010101000011101010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6887AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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