#607FAA

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

Shades of Air Force Blue #607FAA

Tints of Air Force Blue #607FAA

Color information

#607FAA (or 0x607FAA) is unknown color: approx Air Force Blue. HEX triplet: 60, 7F and AA. RGB value is (96,127,170). Sum of RGB (Red+Green+Blue) = 96+127+170=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #607FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607FAA is #9F8055. Grayscale: #7A7A7A. Windows color (decimal): -10453078 or 11173728. OLE color: 11173728.

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

Color convert

RGB96127170-
CMYK0.440.2500.33
HSL214.86º30.33%52.16%-
HSV(B)214.86º43.53%66.67%-
XYZ19.6720.5740.96-
YUV122.63154.73109-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.43%
GREEN value IS 127 (50% from 255) = 32.32%
BLUE value IS 170 (66.80% from 255) = 43.26%
R=24.43%
G=32.32%
B=43.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961271700.440.2500.33214.8630.3352.16
Hex607FAA2C19021d71e34
Octal14017725254310413273664
Binary11000001111111101010101011001100101000011101011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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