#607EAB

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

Shades of Air Force Blue #607EAB

Tints of Air Force Blue #607EAB

Color information

#607EAB (or 0x607EAB) is unknown color: approx Air Force Blue. HEX triplet: 60, 7E and AB. RGB value is (96,126,171). Sum of RGB (Red+Green+Blue) = 96+126+171=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #607EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607EAB is #9F8154. Grayscale: #797979. Windows color (decimal): -10453333 or 11239008. OLE color: 11239008.

HSL color Cylindrical-coordinate representation of color #607EAB: hue angle of 216º degrees, saturation: 0.31, 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 #607EAB is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB96126171-
CMYK0.440.2600.33
HSL216º30.86%52.35%-
HSV(B)216º43.86%67.06%-
XYZ19.6420.3541.42-
YUV122.16155.56109.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.43%
GREEN value IS 126 (49.61% from 255) = 32.06%
BLUE value IS 171 (67.19% from 255) = 43.51%
R=24.43%
G=32.06%
B=43.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961261710.440.2600.3321630.8652.35
Hex607EAB2C1A021d81f34
Octal14017625354320413303764
Binary11000001111110101010111011001101001000011101100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607EAB; }

 p { color: rgb(96,126,171); }

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

<style>
 a { background-color: #607EAB; }

 a { background-color: rgb(96,126,171); }

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

<style>
 span { border-color: #607EAB; }

 span { border-color: rgb(96,126,171); }

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