#6692AA

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

Shades of Air Force Blue #6692AA

Tints of Air Force Blue #6692AA

Color information

#6692AA (or 0x6692AA) is unknown color: approx Air Force Blue. HEX triplet: 66, 92 and AA. RGB value is (102,146,170). Sum of RGB (Red+Green+Blue) = 102+146+170=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #6692AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6692AA is #996D55. Grayscale: #878787. Windows color (decimal): -10054998 or 11178598. OLE color: 11178598.

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

Color convert

RGB102146170-
CMYK0.40.1400.33
HSL201.18º28.57%53.33%-
HSV(B)201.18º40%66.67%-
XYZ23.0126.2841.89-
YUV135.58147.42104.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.40%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 170 (66.80% from 255) = 40.67%
R=24.40%
G=34.93%
B=40.67%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021461700.40.1400.33201.1828.5753.33
Hex6692AA28E021c91d35
Octal14622225250160413113565
Binary11001101001001010101010101000111001000011100100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6692AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6692AA; }

 p { color: rgb(102,146,170); }

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

<style>
 a { background-color: #6692AA; }

 a { background-color: rgb(102,146,170); }

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

<style>
 span { border-color: #6692AA; }

 span { border-color: rgb(102,146,170); }

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