#617D9E

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

Shades of Air Force Blue #617D9E

Tints of Air Force Blue #617D9E

Color information

#617D9E (or 0x617D9E) is unknown color: approx Air Force Blue. HEX triplet: 61, 7D and 9E. RGB value is (97,125,158). Sum of RGB (Red+Green+Blue) = 97+125+158=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 158 - color contains mainly: blue. Hex color #617D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617D9E is #9E8261. Grayscale: #787878. Windows color (decimal): -10388066 or 10386785. OLE color: 10386785.

HSL color Cylindrical-coordinate representation of color #617D9E: hue angle of 212.46º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #617D9E is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB97125158-
CMYK0.390.2100.38
HSL212.46º23.92%50%-
HSV(B)212.46º38.61%61.96%-
XYZ18.4319.6835.17-
YUV120.39149.22111.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.53%
GREEN value IS 125 (49.22% from 255) = 32.89%
BLUE value IS 158 (62.11% from 255) = 41.58%
R=25.53%
G=32.89%
B=41.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971251580.390.2100.38212.4623.9250
Hex617D9E2715026d41832
Octal14117523647250463243062
Binary11000011111101100111101001111010101001101101010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,125,158); }

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

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

 a { background-color: rgb(97,125,158); }

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

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

 span { border-color: rgb(97,125,158); }

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