#607FA6

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

Shades of Air Force Blue #607FA6

Tints of Air Force Blue #607FA6

Color information

#607FA6 (or 0x607FA6) is unknown color: approx Air Force Blue. HEX triplet: 60, 7F and A6. RGB value is (96,127,166). Sum of RGB (Red+Green+Blue) = 96+127+166=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 166 - color contains mainly: blue. Hex color #607FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607FA6 is #9F8059. Grayscale: #797979. Windows color (decimal): -10453082 or 10911584. OLE color: 10911584.

HSL color Cylindrical-coordinate representation of color #607FA6: hue angle of 213.43º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #607FA6 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB96127166-
CMYK0.420.2300.35
HSL213.43º28.23%51.37%-
HSV(B)213.43º42.17%65.1%-
XYZ19.320.4239-
YUV122.18152.73109.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.68%
GREEN value IS 127 (50% from 255) = 32.65%
BLUE value IS 166 (65.23% from 255) = 42.67%
R=24.68%
G=32.65%
B=42.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal961271660.420.2300.35213.4328.2351.37
Hex607FA62A17023d51c33
Octal14017724652270433253463
Binary11000001111111101001101010101011101000111101010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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