#617EAD

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

Shades of Air Force Blue #617EAD

Tints of Air Force Blue #617EAD

Color information

#617EAD (or 0x617EAD) is unknown color: approx Air Force Blue. HEX triplet: 61, 7E and AD. RGB value is (97,126,173). Sum of RGB (Red+Green+Blue) = 97+126+173=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #617EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617EAD is #9E8152. Grayscale: #7A7A7A. Windows color (decimal): -10387795 or 11370081. OLE color: 11370081.

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

Color convert

RGB97126173-
CMYK0.440.2700.32
HSL217.11º31.67%52.94%-
HSV(B)217.11º43.93%67.84%-
XYZ19.9320.4842.44-
YUV122.69156.39109.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.49%
GREEN value IS 126 (49.61% from 255) = 31.82%
BLUE value IS 173 (67.97% from 255) = 43.69%
R=24.49%
G=31.82%
B=43.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal971261730.440.2700.32217.1131.6752.94
Hex617EAD2C1B020d92035
Octal14117625554330403314065
Binary110000111111101010110110110011011010000011011001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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