#6888AB

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

Shades of Air Force Blue #6888AB

Tints of Air Force Blue #6888AB

Color information

#6888AB (or 0x6888AB) is unknown color: approx Air Force Blue. HEX triplet: 68, 88 and AB. RGB value is (104,136,171). Sum of RGB (Red+Green+Blue) = 104+136+171=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #6888AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6888AB is #977754. Grayscale: #828282. Windows color (decimal): -9926485 or 11241576. OLE color: 11241576.

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

Color convert

RGB104136171-
CMYK0.390.2000.33
HSL211.34º28.51%53.92%-
HSV(B)211.34º39.18%67.06%-
XYZ21.8623.4941.91-
YUV130.42150.9109.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.30%
GREEN value IS 136 (53.52% from 255) = 33.09%
BLUE value IS 171 (67.19% from 255) = 41.61%
R=25.30%
G=33.09%
B=41.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041361710.390.2000.33211.3428.5153.92
Hex6888AB2714021d31d36
Octal15021025347240413233566
Binary110100010001000101010111001111010001000011101001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6888AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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