#6087AE

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

Shades of Air Force Blue #6087AE

Tints of Air Force Blue #6087AE

Color information

#6087AE (or 0x6087AE) is unknown color: approx Air Force Blue. HEX triplet: 60, 87 and AE. RGB value is (96,135,174). Sum of RGB (Red+Green+Blue) = 96+135+174=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #6087AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6087AE is #9F7851. Grayscale: #7F7F7F. Windows color (decimal): -10451026 or 11437920. OLE color: 11437920.

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

Color convert

RGB96135174-
CMYK0.450.2200.32
HSL210º32.5%52.94%-
HSV(B)210º44.83%68.24%-
XYZ21.1322.8743.35-
YUV127.78154.08105.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.70%
GREEN value IS 135 (53.12% from 255) = 33.33%
BLUE value IS 174 (68.36% from 255) = 42.96%
R=23.70%
G=33.33%
B=42.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961351740.450.2200.3221032.552.94
Hex6087AE2D16020d22035
Octal14020725655260403224065
Binary1100000100001111010111010110110110010000011010010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6087AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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