#6888AE

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

Shades of Air Force Blue #6888AE

Tints of Air Force Blue #6888AE

Color information

#6888AE (or 0x6888AE) is unknown color: approx Air Force Blue. HEX triplet: 68, 88 and AE. RGB value is (104,136,174). Sum of RGB (Red+Green+Blue) = 104+136+174=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #6888AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6888AE is #977751. Grayscale: #828282. Windows color (decimal): -9926482 or 11438184. OLE color: 11438184.

HSL color Cylindrical-coordinate representation of color #6888AE: hue angle of 212.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6888AE is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB104136174-
CMYK0.400.2200.32
HSL212.57º30.17%54.51%-
HSV(B)212.57º40.23%68.24%-
XYZ22.1523.6143.43-
YUV130.76152.4108.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.12%
GREEN value IS 136 (53.52% from 255) = 32.85%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=25.12%
G=32.85%
B=42.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041361740.400.2200.32212.5730.1754.51
Hex6888AE2816020d51e37
Octal15021025650260403253667
Binary110100010001000101011101010001011001000001101010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6888AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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