#6892AD

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

Shades of Air Force Blue #6892AD

Tints of Air Force Blue #6892AD

Color information

#6892AD (or 0x6892AD) is unknown color: approx Air Force Blue. HEX triplet: 68, 92 and AD. RGB value is (104,146,173). Sum of RGB (Red+Green+Blue) = 104+146+173=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #6892AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6892AD is #976D52. Grayscale: #888888. Windows color (decimal): -9923923 or 11375208. OLE color: 11375208.

HSL color Cylindrical-coordinate representation of color #6892AD: hue angle of 203.48º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6892AD is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB104146173-
CMYK0.400.1600.32
HSL203.48º29.61%54.31%-
HSV(B)203.48º39.88%67.84%-
XYZ23.5326.5243.41-
YUV136.52148.59104.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.59%
GREEN value IS 146 (57.42% from 255) = 34.52%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=24.59%
G=34.52%
B=40.90%

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
Decimal1041461730.400.1600.32203.4829.6154.31
Hex6892AD2810020cb1e36
Octal15022225550200403133666
Binary110100010010010101011011010001000001000001100101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6892AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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