#607EA1

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

Shades of Air Force Blue #607EA1

Tints of Air Force Blue #607EA1

Color information

#607EA1 (or 0x607EA1) is unknown color: approx Air Force Blue. HEX triplet: 60, 7E and A1. RGB value is (96,126,161). Sum of RGB (Red+Green+Blue) = 96+126+161=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 161 - color contains mainly: blue. Hex color #607EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607EA1 is #9F815E. Grayscale: #787878. Windows color (decimal): -10453343 or 10583648. OLE color: 10583648.

HSL color Cylindrical-coordinate representation of color #607EA1: hue angle of 212.31º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #607EA1 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB96126161-
CMYK0.400.2200.37
HSL212.31º25.69%50.39%-
HSV(B)212.31º40.37%63.14%-
XYZ18.7219.9836.59-
YUV121.02150.56110.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.07%
GREEN value IS 126 (49.61% from 255) = 32.90%
BLUE value IS 161 (63.28% from 255) = 42.04%
R=25.07%
G=32.90%
B=42.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal961261610.400.2200.37212.3125.6950.39
Hex607EA12816025d41a32
Octal14017624150260453243262
Binary11000001111110101000011010001011001001011101010011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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