#6688AE

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

Shades of Air Force Blue #6688AE

Tints of Air Force Blue #6688AE

Color information

#6688AE (or 0x6688AE) is unknown color: approx Air Force Blue. HEX triplet: 66, 88 and AE. RGB value is (102,136,174). Sum of RGB (Red+Green+Blue) = 102+136+174=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #6688AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6688AE is #997751. Grayscale: #818181. Windows color (decimal): -10057554 or 11438182. OLE color: 11438182.

HSL color Cylindrical-coordinate representation of color #6688AE: hue angle of 211.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6688AE is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB102136174-
CMYK0.410.2200.32
HSL211.67º30.77%54.12%-
HSV(B)211.67º41.38%68.24%-
XYZ21.9223.4943.42-
YUV130.17152.74107.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.76%
GREEN value IS 136 (53.52% from 255) = 33.01%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=24.76%
G=33.01%
B=42.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021361740.410.2200.32211.6730.7754.12
Hex6688AE2916020d41f36
Octal14621025651260403243766
Binary110011010001000101011101010011011001000001101010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6688AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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