#6086AE

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

Shades of Air Force Blue #6086AE

Tints of Air Force Blue #6086AE

Color information

#6086AE (or 0x6086AE) is unknown color: approx Air Force Blue. HEX triplet: 60, 86 and AE. RGB value is (96,134,174). Sum of RGB (Red+Green+Blue) = 96+134+174=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #6086AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6086AE is #9F7951. Grayscale: #7F7F7F. Windows color (decimal): -10451282 or 11437664. OLE color: 11437664.

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

Color convert

RGB96134174-
CMYK0.450.2300.32
HSL210.77º32.5%52.94%-
HSV(B)210.77º44.83%68.24%-
XYZ20.9922.5943.3-
YUV127.2154.41105.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.76%
GREEN value IS 134 (52.73% from 255) = 33.17%
BLUE value IS 174 (68.36% from 255) = 43.07%
R=23.76%
G=33.17%
B=43.07%

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
Decimal961341740.450.2300.32210.7732.552.94
Hex6086AE2D17020d32035
Octal14020625655270403234065
Binary1100000100001101010111010110110111010000011010011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6086AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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