#618CA1

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

Shades of Air Force Blue #618CA1

Tints of Air Force Blue #618CA1

Color information

#618CA1 (or 0x618CA1) is unknown color: approx Air Force Blue. HEX triplet: 61, 8C and A1. RGB value is (97,140,161). Sum of RGB (Red+Green+Blue) = 97+140+161=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 161 - color contains mainly: blue. Hex color #618CA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618CA1 is #9E735E. Grayscale: #818181. Windows color (decimal): -10384223 or 10587233. OLE color: 10587233.

HSL color Cylindrical-coordinate representation of color #618CA1: hue angle of 199.69º 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 #618CA1 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB97140161-
CMYK0.400.1300.37
HSL199.69º25.4%50.59%-
HSV(B)199.69º39.75%63.14%-
XYZ20.7423.8737.23-
YUV129.54145.75104.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.37%
GREEN value IS 140 (55.08% from 255) = 35.18%
BLUE value IS 161 (63.28% from 255) = 40.45%
R=24.37%
G=35.18%
B=40.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal971401610.400.1300.37199.6925.450.59
Hex618CA128D025c81933
Octal14121424150150453103163
Binary11000011000110010100001101000110101001011100100011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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