#6688AD

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

Shades of Air Force Blue #6688AD

Tints of Air Force Blue #6688AD

Color information

#6688AD (or 0x6688AD) is unknown color: approx Air Force Blue. HEX triplet: 66, 88 and AD. RGB value is (102,136,173). Sum of RGB (Red+Green+Blue) = 102+136+173=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #6688AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6688AD is #997752. Grayscale: #818181. Windows color (decimal): -10057555 or 11372646. OLE color: 11372646.

HSL color Cylindrical-coordinate representation of color #6688AD: hue angle of 211.27º degrees, saturation: 0.3, 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 #6688AD is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB102136173-
CMYK0.410.2100.32
HSL211.27º30.21%53.92%-
HSV(B)211.27º41.04%67.84%-
XYZ21.8323.4542.91-
YUV130.05152.24107.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.82%
GREEN value IS 136 (53.52% from 255) = 33.09%
BLUE value IS 173 (67.97% from 255) = 42.09%
R=24.82%
G=33.09%
B=42.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021361730.410.2100.32211.2730.2153.92
Hex6688AD2915020d31e36
Octal14621025551250403233666
Binary110011010001000101011011010011010101000001101001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6688AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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