#6987AC

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

Shades of Air Force Blue #6987AC

Tints of Air Force Blue #6987AC

Color information

#6987AC (or 0x6987AC) is unknown color: approx Air Force Blue. HEX triplet: 69, 87 and AC. RGB value is (105,135,172). Sum of RGB (Red+Green+Blue) = 105+135+172=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #6987AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6987AC is #967853. Grayscale: #828282. Windows color (decimal): -9861204 or 11306857. OLE color: 11306857.

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

Color convert

RGB105135172-
CMYK0.390.2200.33
HSL213.13º28.76%54.31%-
HSV(B)213.13º38.95%67.45%-
XYZ21.9423.3142.37-
YUV130.25151.56109.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.49%
GREEN value IS 135 (53.12% from 255) = 32.77%
BLUE value IS 172 (67.58% from 255) = 41.75%
R=25.49%
G=32.77%
B=41.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051351720.390.2200.33213.1328.7654.31
Hex6987AC2716021d51d36
Octal15120725447260413253566
Binary110100110000111101011001001111011001000011101010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6987AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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