#618AAC

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

Shades of Air Force Blue #618AAC

Tints of Air Force Blue #618AAC

Color information

#618AAC (or 0x618AAC) is unknown color: approx Air Force Blue. HEX triplet: 61, 8A and AC. RGB value is (97,138,172). Sum of RGB (Red+Green+Blue) = 97+138+172=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #618AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618AAC is #9E7553. Grayscale: #818181. Windows color (decimal): -10384724 or 11307617. OLE color: 11307617.

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

Color convert

RGB97138172-
CMYK0.440.2000.33
HSL207.2º31.12%52.75%-
HSV(B)207.2º43.6%67.45%-
XYZ21.4623.742.47-
YUV129.62151.92104.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.83%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 172 (67.58% from 255) = 42.26%
R=23.83%
G=33.91%
B=42.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971381720.440.2000.33207.231.1252.75
Hex618AAC2C14021cf1f35
Octal14121225454240413173765
Binary110000110001010101011001011001010001000011100111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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