#607CA5

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

Shades of Air Force Blue #607CA5

Tints of Air Force Blue #607CA5

Color information

#607CA5 (or 0x607CA5) is unknown color: approx Air Force Blue. HEX triplet: 60, 7C and A5. RGB value is (96,124,165). Sum of RGB (Red+Green+Blue) = 96+124+165=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 165 (64.84% from 255 or 42.86% from 385); Max value from RGB is 165 - color contains mainly: blue. Hex color #607CA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607CA5 is #9F835A. Grayscale: #787878. Windows color (decimal): -10453851 or 10845280. OLE color: 10845280.

HSL color Cylindrical-coordinate representation of color #607CA5: hue angle of 215.65º 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 #607CA5 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB96124165-
CMYK0.420.2500.35
HSL215.65º27.71%51.18%-
HSV(B)215.65º41.82%64.71%-
XYZ18.8219.6238.39-
YUV120.3153.22110.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.94%
GREEN value IS 124 (48.83% from 255) = 32.21%
BLUE value IS 165 (64.84% from 255) = 42.86%
R=24.94%
G=32.21%
B=42.86%

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
Decimal961241650.420.2500.35215.6527.7151.18
Hex607CA52A19023d81c33
Octal14017424552310433303463
Binary11000001111100101001011010101100101000111101100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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