#6986AC

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

Shades of Air Force Blue #6986AC

Tints of Air Force Blue #6986AC

Color information

#6986AC (or 0x6986AC) is unknown color: approx Air Force Blue. HEX triplet: 69, 86 and AC. RGB value is (105,134,172). Sum of RGB (Red+Green+Blue) = 105+134+172=411 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.55% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #6986AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6986AC is #967953. Grayscale: #818181. Windows color (decimal): -9861460 or 11306601. OLE color: 11306601.

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

Color convert

RGB105134172-
CMYK0.390.2200.33
HSL214.03º28.76%54.31%-
HSV(B)214.03º38.95%67.45%-
XYZ21.823.0342.33-
YUV129.66151.89110.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.55%
GREEN value IS 134 (52.73% from 255) = 32.60%
BLUE value IS 172 (67.58% from 255) = 41.85%
R=25.55%
G=32.60%
B=41.85%

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
Decimal1051341720.390.2200.33214.0328.7654.31
Hex6986AC2716021d61d36
Octal15120625447260413263566
Binary110100110000110101011001001111011001000011101011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6986AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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