#607EAC

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

Shades of Air Force Blue #607EAC

Tints of Air Force Blue #607EAC

Color information

#607EAC (or 0x607EAC) is unknown color: approx Air Force Blue. HEX triplet: 60, 7E and AC. RGB value is (96,126,172). Sum of RGB (Red+Green+Blue) = 96+126+172=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #607EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607EAC is #9F8153. Grayscale: #7A7A7A. Windows color (decimal): -10453332 or 11304544. OLE color: 11304544.

HSL color Cylindrical-coordinate representation of color #607EAC: hue angle of 216.32º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #607EAC is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB96126172-
CMYK0.440.2700.33
HSL216.32º31.4%52.55%-
HSV(B)216.32º44.19%67.45%-
XYZ19.7320.3941.92-
YUV122.27156.06109.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.37%
GREEN value IS 126 (49.61% from 255) = 31.98%
BLUE value IS 172 (67.58% from 255) = 43.65%
R=24.37%
G=31.98%
B=43.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961261720.440.2700.33216.3231.452.55
Hex607EAC2C1B021d81f35
Octal14017625454330413303765
Binary11000001111110101011001011001101101000011101100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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