#607BAA

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

Shades of Air Force Blue #607BAA

Tints of Air Force Blue #607BAA

Color information

#607BAA (or 0x607BAA) is unknown color: approx Air Force Blue. HEX triplet: 60, 7B and AA. RGB value is (96,123,170). Sum of RGB (Red+Green+Blue) = 96+123+170=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #607BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607BAA is #9F8455. Grayscale: #787878. Windows color (decimal): -10454102 or 11172704. OLE color: 11172704.

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

Color convert

RGB96123170-
CMYK0.440.2800.33
HSL218.11º30.33%52.16%-
HSV(B)218.11º43.53%66.67%-
XYZ19.1619.5540.79-
YUV120.28156.05110.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.68%
GREEN value IS 123 (48.44% from 255) = 31.62%
BLUE value IS 170 (66.80% from 255) = 43.70%
R=24.68%
G=31.62%
B=43.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961231700.440.2800.33218.1130.3352.16
Hex607BAA2C1C021da1e34
Octal14017325254340413323664
Binary11000001111011101010101011001110001000011101101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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