#618AB3

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

Shades of Air Force Blue #618AB3

Tints of Air Force Blue #618AB3

Color information

#618AB3 (or 0x618AB3) is unknown color: approx Air Force Blue. HEX triplet: 61, 8A and B3. RGB value is (97,138,179). Sum of RGB (Red+Green+Blue) = 97+138+179=414 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.43% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 179 (70.31% from 255 or 43.24% from 414); Max value from RGB is 179 - color contains mainly: blue. Hex color #618AB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618AB3 is #9E754C. Grayscale: #828282. Windows color (decimal): -10384717 or 11766369. OLE color: 11766369.

HSL color Cylindrical-coordinate representation of color #618AB3: hue angle of 210º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #618AB3 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB97138179-
CMYK0.460.2300.30
HSL210º35.04%54.12%-
HSV(B)210º45.81%70.2%-
XYZ22.1523.9746.11-
YUV130.42155.42104.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.43%
GREEN value IS 138 (54.30% from 255) = 33.33%
BLUE value IS 179 (70.31% from 255) = 43.24%
R=23.43%
G=33.33%
B=43.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal971381790.460.2300.3021035.0454.12
Hex618AB32E1701Ed22336
Octal14121226356270363224366
Binary110000110001010101100111011101011101111011010010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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