#6992AE

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

Shades of Air Force Blue #6992AE

Tints of Air Force Blue #6992AE

Color information

#6992AE (or 0x6992AE) is unknown color: approx Air Force Blue. HEX triplet: 69, 92 and AE. RGB value is (105,146,174). Sum of RGB (Red+Green+Blue) = 105+146+174=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #6992AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6992AE is #966D51. Grayscale: #888888. Windows color (decimal): -9858386 or 11440745. OLE color: 11440745.

HSL color Cylindrical-coordinate representation of color #6992AE: hue angle of 204.35º 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 #6992AE is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105146174-
CMYK0.400.1600.32
HSL204.35º29.87%54.71%-
HSV(B)204.35º39.66%68.24%-
XYZ23.7426.6243.93-
YUV136.93148.92105.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.71%
GREEN value IS 146 (57.42% from 255) = 34.35%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=24.71%
G=34.35%
B=40.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051461740.400.1600.32204.3529.8754.71
Hex6992AE2810020cc1e37
Octal15122225650200403143667
Binary110100110010010101011101010001000001000001100110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6992AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,146,174); }

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

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

 a { background-color: rgb(105,146,174); }

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

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

 span { border-color: rgb(105,146,174); }

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