#6086AD

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

Shades of Air Force Blue #6086AD

Tints of Air Force Blue #6086AD

Color information

#6086AD (or 0x6086AD) is unknown color: approx Air Force Blue. HEX triplet: 60, 86 and AD. RGB value is (96,134,173). Sum of RGB (Red+Green+Blue) = 96+134+173=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #6086AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6086AD is #9F7952. Grayscale: #7E7E7E. Windows color (decimal): -10451283 or 11372128. OLE color: 11372128.

HSL color Cylindrical-coordinate representation of color #6086AD: hue angle of 210.39º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6086AD is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB96134173-
CMYK0.450.2300.32
HSL210.39º31.95%52.75%-
HSV(B)210.39º44.51%67.84%-
XYZ20.8922.5542.79-
YUV127.08153.91105.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.82%
GREEN value IS 134 (52.73% from 255) = 33.25%
BLUE value IS 173 (67.97% from 255) = 42.93%
R=23.82%
G=33.25%
B=42.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961341730.450.2300.32210.3931.9552.75
Hex6086AD2D17020d22035
Octal14020625555270403224065
Binary1100000100001101010110110110110111010000011010010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6086AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,134,173); }

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

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

 a { background-color: rgb(96,134,173); }

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

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

 span { border-color: rgb(96,134,173); }

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