#607E9C

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

Shades of Air Force Blue #607E9C

Tints of Air Force Blue #607E9C

Color information

#607E9C (or 0x607E9C) is unknown color: approx Air Force Blue. HEX triplet: 60, 7E and 9C. RGB value is (96,126,156). Sum of RGB (Red+Green+Blue) = 96+126+156=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #607E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607E9C is #9F8163. Grayscale: #787878. Windows color (decimal): -10453348 or 10255968. OLE color: 10255968.

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

Color convert

RGB96126156-
CMYK0.380.1900.39
HSL210º23.81%49.41%-
HSV(B)210º38.46%61.18%-
XYZ18.2919.8134.31-
YUV120.45148.06110.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.40%
GREEN value IS 126 (49.61% from 255) = 33.33%
BLUE value IS 156 (61.33% from 255) = 41.27%
R=25.40%
G=33.33%
B=41.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961261560.380.1900.3921023.8149.41
Hex607E9C2613027d21831
Octal14017623446230473223061
Binary11000001111110100111001001101001101001111101001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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