#6885AB

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

Shades of Air Force Blue #6885AB

Tints of Air Force Blue #6885AB

Color information

#6885AB (or 0x6885AB) is unknown color: approx Air Force Blue. HEX triplet: 68, 85 and AB. RGB value is (104,133,171). Sum of RGB (Red+Green+Blue) = 104+133+171=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #6885AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6885AB is #977A54. Grayscale: #808080. Windows color (decimal): -9927253 or 11240808. OLE color: 11240808.

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

Color convert

RGB104133171-
CMYK0.390.2200.33
HSL214.03º28.51%53.92%-
HSV(B)214.03º39.18%67.06%-
XYZ21.4522.6641.77-
YUV128.66151.89110.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.49%
GREEN value IS 133 (52.34% from 255) = 32.60%
BLUE value IS 171 (67.19% from 255) = 41.91%
R=25.49%
G=32.60%
B=41.91%

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
Decimal1041331710.390.2200.33214.0328.5153.92
Hex6885AB2716021d61d36
Octal15020525347260413263566
Binary110100010000101101010111001111011001000011101011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6885AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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