#6693AB

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

Shades of Air Force Blue #6693AB

Tints of Air Force Blue #6693AB

Color information

#6693AB (or 0x6693AB) is unknown color: approx Air Force Blue. HEX triplet: 66, 93 and AB. RGB value is (102,147,171). Sum of RGB (Red+Green+Blue) = 102+147+171=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #6693AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6693AB is #996C54. Grayscale: #888888. Windows color (decimal): -10054741 or 11244390. OLE color: 11244390.

HSL color Cylindrical-coordinate representation of color #6693AB: hue angle of 200.87º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6693AB is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB102147171-
CMYK0.400.1400.33
HSL200.87º29.11%53.53%-
HSV(B)200.87º40.35%67.06%-
XYZ23.2626.6342.44-
YUV136.28147.59103.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.29%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 171 (67.19% from 255) = 40.71%
R=24.29%
G=35%
B=40.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021471710.400.1400.33200.8729.1153.53
Hex6693AB28E021c91d36
Octal14622325350160413113566
Binary11001101001001110101011101000111001000011100100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6693AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,147,171); }

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

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

 a { background-color: rgb(102,147,171); }

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

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

 span { border-color: rgb(102,147,171); }

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