#6089AE

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

Shades of Air Force Blue #6089AE

Tints of Air Force Blue #6089AE

Color information

#6089AE (or 0x6089AE) is unknown color: approx Air Force Blue. HEX triplet: 60, 89 and AE. RGB value is (96,137,174). Sum of RGB (Red+Green+Blue) = 96+137+174=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #6089AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6089AE is #9F7651. Grayscale: #808080. Windows color (decimal): -10450514 or 11438432. OLE color: 11438432.

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

Color convert

RGB96137174-
CMYK0.450.2100.32
HSL208.46º32.5%52.94%-
HSV(B)208.46º44.83%68.24%-
XYZ21.4123.4343.44-
YUV128.96153.42104.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.59%
GREEN value IS 137 (53.91% from 255) = 33.66%
BLUE value IS 174 (68.36% from 255) = 42.75%
R=23.59%
G=33.66%
B=42.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961371740.450.2100.32208.4632.552.94
Hex6089AE2D15020d02035
Octal14021125655250403204065
Binary1100000100010011010111010110110101010000011010000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6089AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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