#618AAB

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

Shades of Air Force Blue #618AAB

Tints of Air Force Blue #618AAB

Color information

#618AAB (or 0x618AAB) is unknown color: approx Air Force Blue. HEX triplet: 61, 8A and AB. RGB value is (97,138,171). Sum of RGB (Red+Green+Blue) = 97+138+171=406 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.89% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #618AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618AAB is #9E7554. Grayscale: #818181. Windows color (decimal): -10384725 or 11242081. OLE color: 11242081.

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

Color convert

RGB97138171-
CMYK0.430.1900.33
HSL206.76º30.58%52.55%-
HSV(B)206.76º43.27%67.06%-
XYZ21.3723.6641.97-
YUV129.5151.42104.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.89%
GREEN value IS 138 (54.30% from 255) = 33.99%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=23.89%
G=33.99%
B=42.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971381710.430.1900.33206.7630.5852.55
Hex618AAB2B13021cf1f35
Octal14121225353230413173765
Binary110000110001010101010111010111001101000011100111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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