#607CAC

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

Shades of Air Force Blue #607CAC

Tints of Air Force Blue #607CAC

Color information

#607CAC (or 0x607CAC) is unknown color: approx Air Force Blue. HEX triplet: 60, 7C and AC. RGB value is (96,124,172). Sum of RGB (Red+Green+Blue) = 96+124+172=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #607CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607CAC is #9F8353. Grayscale: #787878. Windows color (decimal): -10453844 or 11304032. OLE color: 11304032.

HSL color Cylindrical-coordinate representation of color #607CAC: hue angle of 217.89º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #607CAC is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB96124172-
CMYK0.440.2800.33
HSL217.89º31.4%52.55%-
HSV(B)217.89º44.19%67.45%-
XYZ19.4819.8841.84-
YUV121.1156.72110.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.49%
GREEN value IS 124 (48.83% from 255) = 31.63%
BLUE value IS 172 (67.58% from 255) = 43.88%
R=24.49%
G=31.63%
B=43.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961241720.440.2800.33217.8931.452.55
Hex607CAC2C1C021da1f35
Octal14017425454340413323765
Binary11000001111100101011001011001110001000011101101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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