#6992AD

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

Shades of Air Force Blue #6992AD

Tints of Air Force Blue #6992AD

Color information

#6992AD (or 0x6992AD) is unknown color: approx Air Force Blue. HEX triplet: 69, 92 and AD. RGB value is (105,146,173). Sum of RGB (Red+Green+Blue) = 105+146+173=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #6992AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6992AD is #966D52. Grayscale: #888888. Windows color (decimal): -9858387 or 11375209. OLE color: 11375209.

HSL color Cylindrical-coordinate representation of color #6992AD: hue angle of 203.82º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6992AD is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105146173-
CMYK0.390.1600.32
HSL203.82º29.31%54.51%-
HSV(B)203.82º39.31%67.84%-
XYZ23.6526.5843.42-
YUV136.82148.42105.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.76%
GREEN value IS 146 (57.42% from 255) = 34.43%
BLUE value IS 173 (67.97% from 255) = 40.80%
R=24.76%
G=34.43%
B=40.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051461730.390.1600.32203.8229.3154.51
Hex6992AD2710020cc1d37
Octal15122225547200403143567
Binary110100110010010101011011001111000001000001100110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6992AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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