#6091AA

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

Shades of Air Force Blue #6091AA

Tints of Air Force Blue #6091AA

Color information

#6091AA (or 0x6091AA) is unknown color: approx Air Force Blue. HEX triplet: 60, 91 and AA. RGB value is (96,145,170). Sum of RGB (Red+Green+Blue) = 96+145+170=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #6091AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6091AA is #9F6E55. Grayscale: #858585. Windows color (decimal): -10448470 or 11178336. OLE color: 11178336.

HSL color Cylindrical-coordinate representation of color #6091AA: hue angle of 200.27º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6091AA is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB96145170-
CMYK0.440.1500.33
HSL200.27º30.33%52.16%-
HSV(B)200.27º43.53%66.67%-
XYZ22.225.6441.81-
YUV133.2148.77101.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.36%
GREEN value IS 145 (57.03% from 255) = 35.28%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=23.36%
G=35.28%
B=41.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961451700.440.1500.33200.2730.3352.16
Hex6091AA2CF021c81e34
Octal14022125254170413103664
Binary11000001001000110101010101100111101000011100100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6091AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6091AA; }

 p { color: rgb(96,145,170); }

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

<style>
 a { background-color: #6091AA; }

 a { background-color: rgb(96,145,170); }

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

<style>
 span { border-color: #6091AA; }

 span { border-color: rgb(96,145,170); }

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