#618FA1

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

Shades of Air Force Blue #618FA1

Tints of Air Force Blue #618FA1

Color information

#618FA1 (or 0x618FA1) is unknown color: approx Air Force Blue. HEX triplet: 61, 8F and A1. RGB value is (97,143,161). Sum of RGB (Red+Green+Blue) = 97+143+161=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 161 (63.28% from 255 or 40.15% from 401); Max value from RGB is 161 - color contains mainly: blue. Hex color #618FA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618FA1 is #9E705E. Grayscale: #838383. Windows color (decimal): -10383455 or 10588001. OLE color: 10588001.

HSL color Cylindrical-coordinate representation of color #618FA1: hue angle of 196.88º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #618FA1 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB97143161-
CMYK0.400.1100.37
HSL196.88º25.4%50.59%-
HSV(B)196.88º39.75%63.14%-
XYZ21.1924.7637.38-
YUV131.3144.76103.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.19%
GREEN value IS 143 (56.25% from 255) = 35.66%
BLUE value IS 161 (63.28% from 255) = 40.15%
R=24.19%
G=35.66%
B=40.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal971431610.400.1100.37196.8825.450.59
Hex618FA128B025c51933
Octal14121724150130453053163
Binary11000011000111110100001101000101101001011100010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,143,161); }

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

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

 a { background-color: rgb(97,143,161); }

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

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

 span { border-color: rgb(97,143,161); }

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