#607EAA

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

Shades of Air Force Blue #607EAA

Tints of Air Force Blue #607EAA

Color information

#607EAA (or 0x607EAA) is unknown color: approx Air Force Blue. HEX triplet: 60, 7E and AA. RGB value is (96,126,170). Sum of RGB (Red+Green+Blue) = 96+126+170=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #607EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607EAA is #9F8155. Grayscale: #797979. Windows color (decimal): -10453334 or 11173472. OLE color: 11173472.

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

Color convert

RGB96126170-
CMYK0.440.2600.33
HSL215.68º30.33%52.16%-
HSV(B)215.68º43.53%66.67%-
XYZ19.5420.3140.92-
YUV122.05155.06109.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.49%
GREEN value IS 126 (49.61% from 255) = 32.14%
BLUE value IS 170 (66.80% from 255) = 43.37%
R=24.49%
G=32.14%
B=43.37%

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
Decimal961261700.440.2600.33215.6830.3352.16
Hex607EAA2C1A021d81e34
Octal14017625254320413303664
Binary11000001111110101010101011001101001000011101100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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