#607CAB

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

Shades of Air Force Blue #607CAB

Tints of Air Force Blue #607CAB

Color information

#607CAB (or 0x607CAB) is unknown color: approx Air Force Blue. HEX triplet: 60, 7C and AB. RGB value is (96,124,171). Sum of RGB (Red+Green+Blue) = 96+124+171=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #607CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607CAB is #9F8354. Grayscale: #787878. Windows color (decimal): -10453845 or 11238496. OLE color: 11238496.

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

Color convert

RGB96124171-
CMYK0.440.2700.33
HSL217.6º30.86%52.35%-
HSV(B)217.6º43.86%67.06%-
XYZ19.3819.8441.34-
YUV120.99156.22110.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.55%
GREEN value IS 124 (48.83% from 255) = 31.71%
BLUE value IS 171 (67.19% from 255) = 43.73%
R=24.55%
G=31.71%
B=43.73%

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
Decimal961241710.440.2700.33217.630.8652.35
Hex607CAB2C1B021da1f34
Octal14017425354330413323764
Binary11000001111100101010111011001101101000011101101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,124,171); }

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

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

 a { background-color: rgb(96,124,171); }

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

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

 span { border-color: rgb(96,124,171); }

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