#607D9D

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

Shades of Air Force Blue #607D9D

Tints of Air Force Blue #607D9D

Color information

#607D9D (or 0x607D9D) is unknown color: approx Air Force Blue. HEX triplet: 60, 7D and 9D. RGB value is (96,125,157). Sum of RGB (Red+Green+Blue) = 96+125+157=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #607D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607D9D is #9F8262. Grayscale: #777777. Windows color (decimal): -10453603 or 10321248. OLE color: 10321248.

HSL color Cylindrical-coordinate representation of color #607D9D: hue angle of 211.48º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #607D9D is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96125157-
CMYK0.390.2000.38
HSL211.48º24.11%49.61%-
HSV(B)211.48º38.85%61.57%-
XYZ18.2419.5934.72-
YUV119.98148.89110.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.40%
GREEN value IS 125 (49.22% from 255) = 33.07%
BLUE value IS 157 (61.72% from 255) = 41.53%
R=25.40%
G=33.07%
B=41.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961251570.390.2000.38211.4824.1149.61
Hex607D9D2714026d31832
Octal14017523547240463233062
Binary11000001111101100111011001111010001001101101001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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