#607DA6

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

Shades of Air Force Blue #607DA6

Tints of Air Force Blue #607DA6

Color information

#607DA6 (or 0x607DA6) is unknown color: approx Air Force Blue. HEX triplet: 60, 7D and A6. RGB value is (96,125,166). Sum of RGB (Red+Green+Blue) = 96+125+166=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 166 (65.23% from 255 or 42.89% from 387); Max value from RGB is 166 - color contains mainly: blue. Hex color #607DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607DA6 is #9F8259. Grayscale: #787878. Windows color (decimal): -10453594 or 10911072. OLE color: 10911072.

HSL color Cylindrical-coordinate representation of color #607DA6: hue angle of 215.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #607DA6 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB96125166-
CMYK0.420.2500.35
HSL215.14º28.23%51.37%-
HSV(B)215.14º42.17%65.1%-
XYZ19.0419.9138.92-
YUV121153.39110.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.81%
GREEN value IS 125 (49.22% from 255) = 32.30%
BLUE value IS 166 (65.23% from 255) = 42.89%
R=24.81%
G=32.30%
B=42.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal961251660.420.2500.35215.1428.2351.37
Hex607DA62A19023d71c33
Octal14017524652310433273463
Binary11000001111101101001101010101100101000111101011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,125,166); }

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

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

 a { background-color: rgb(96,125,166); }

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

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

 span { border-color: rgb(96,125,166); }

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