#607EAD

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

Shades of Air Force Blue #607EAD

Tints of Air Force Blue #607EAD

Color information

#607EAD (or 0x607EAD) is unknown color: approx Air Force Blue. HEX triplet: 60, 7E and AD. RGB value is (96,126,173). Sum of RGB (Red+Green+Blue) = 96+126+173=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #607EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607EAD is #9F8152. Grayscale: #7A7A7A. Windows color (decimal): -10453331 or 11370080. OLE color: 11370080.

HSL color Cylindrical-coordinate representation of color #607EAD: hue angle of 216.62º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #607EAD is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB96126173-
CMYK0.450.2700.32
HSL216.62º31.95%52.75%-
HSV(B)216.62º44.51%67.84%-
XYZ19.8320.4342.43-
YUV122.39156.56109.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.30%
GREEN value IS 126 (49.61% from 255) = 31.90%
BLUE value IS 173 (67.97% from 255) = 43.80%
R=24.30%
G=31.90%
B=43.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961261730.450.2700.32216.6231.9552.75
Hex607EAD2D1B020d92035
Octal14017625555330403314065
Binary110000011111101010110110110111011010000011011001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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