#618AA0

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

Shades of Air Force Blue #618AA0

Tints of Air Force Blue #618AA0

Color information

#618AA0 (or 0x618AA0) is unknown color: approx Air Force Blue. HEX triplet: 61, 8A and A0. RGB value is (97,138,160). Sum of RGB (Red+Green+Blue) = 97+138+160=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 160 - color contains mainly: blue. Hex color #618AA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618AA0 is #9E755F. Grayscale: #808080. Windows color (decimal): -10384736 or 10521185. OLE color: 10521185.

HSL color Cylindrical-coordinate representation of color #618AA0: hue angle of 200.95º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #618AA0 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB97138160-
CMYK0.390.1400.37
HSL200.95º24.9%50.39%-
HSV(B)200.95º39.38%62.75%-
XYZ20.3623.2636.67-
YUV128.25145.92105.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.56%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 160 (62.89% from 255) = 40.51%
R=24.56%
G=34.94%
B=40.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal971381600.390.1400.37200.9524.950.39
Hex618AA027E025c91932
Octal14121224047160453113162
Binary11000011000101010100000100111111001001011100100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618AA0; }

 p { color: rgb(97,138,160); }

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

<style>
 a { background-color: #618AA0; }

 a { background-color: rgb(97,138,160); }

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

<style>
 span { border-color: #618AA0; }

 span { border-color: rgb(97,138,160); }

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